PDW Definitions: Format 0 (Null) Format 1 (Full Setup)
PDW Definitions: Format 0 (Null) Format 1 (Full Setup)
PDW Definitions: Format 0 (Null) Format 1 (Full Setup)
PDW Definitions
This section defines the available types of streaming Pulse Data Words (PDW):
The signal generator requires data in little endian order. This means that the bytes for each field and
the bytes within each word must be organized as little endian.
Format 0 (Null)
Format 1 (Full Setup)
PDW format 1 is the full setup specification, specifying every parameter that a PDW can control. It consists of 7 32-
bit words. If streaming is to occur over the fast control port, this is the format (Format 1) to use along with other
setup requirements:
Marked 2 0: No operation
Operation 1: First PDW after Reset
For more information on when to use this selection, se
Scenario Time in the Glossary.
2: Reset Time. For this operation, the rest of the PDW
content is ignored
3: Reserved
Pulse Start Time 2-3 64 The start (50% of rise power) of the pulse with respect to
scenario trigger event.
FIELD = pulseStartTimePicoSeconds
Range: 0 ps to 213.504 days
Field Resolution: 1 ps
Pulse Width 4 32 The width of the pulse (50% of rise power to 50% of fall
power).
FIELD = PulseWidthNanoSeconds
Range: 4 ns to 4.294967295 s
Field Resolution: 1 ns
Resolution: 2 ns
Band Adjust 2 This allows adjustment of how the Frequency bands are
selected
0: Use CW switch points
1: Use upper band switch points
2: Use lower band switch points
3: Reserved
Chirp Rate 17 The slope of the chirp (frequency sweep) that starts from
CW frequency.
Chirp Rate = FIELD[12:0]*2^(2*FIELD[16:13])*6
(2^-38) GHz/ns
FIELD[12:0] is in two’s complement form (signed)
Range: +/- 95.9765625 THz/us
Resolution: 21.827872842550278 Hz/us
To calculate in C++ (pseudocode example—see also
associated code):
chirpPdwClosestM2N(chirpRateHzPerMicroseco
21.827872842550278, FIELD);
To calculate in MATLAB (pseudocode example—see also
associated code):
FIELD =
convertChirpPdw(chirpRateHzPerMicrosecond,
21.827872842550278)
Requires Options UT1 and WC2, or Options UNT and W
For the N5191A with Option WC2, it requires that the
Frequency Upper Limit be set to 6.89 GHz.