Field Name Length (bits) Bit Contents Description
Item Total Algn Off
dumpedTeBlock 64 + 32*n 32 0 telemetry Packet Dumps the Timed Exposure and 2D Window Parameter Blocks
  header 6464 32 0 telemetry Header Telemetry Packet Header
    synch 3232 32 0 uint32 = 0x736f4166 This field delimits the start of a telemetry packet.
    telemetryLength 1010 1 32 uint10 = 2+n This field indicates the total number of 32-bit words in the telemetry packet
    formatTag 66 1 42 uint6 = 12 This field identifies the content of the telemetry packet [see enum TlmFormatTag]: TTAG_DUMP_TE
    sequenceNumber 1616 1 48 uint16 This field is the sequence number of the telemetry packet
  parameterBlockData[pl-2] 3232*n 32 64 uint32 Raw copies of the Load Timed Exposure Parameter block, and Load 2D Window commands

Definition of variables
n the dimension of the parameterBlockData array [pl-2]
pl the value of the telemetryLength field