Keysight N5193A Online Documentation - PDW Definitions

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

4/14/2020 PDW Definitions

PDW Definitions
This section defines the available types of Pulse Data Word (PDW):
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. All fields and words are in little-endian order.

Field Word(s) Bits Details/Formulae


Name

Real Time 0-1 3 1: Default full setup type


PDW
Format

Marked 2 0: No operation
Operation 1: First PDW after Reset
2: Reset Time. For this operation, the rest of the PDW
content is ignored
3: Reserved

Frequency 47 The CW frequency. This is the start frequency of a Chirp


FIELD = floor(frequencyHz*1024 + 0.5)
Resolution: 1/1024 Hz

Phase 12 The phase of the CW frequency.


FIELD = floor((phaseDeg*212)/360 + 0.5)
Range: 0 deg – 360 deg
Resolution: 0.087890625 deg

Pulse 2-3 64 The start (50% of rise power) of the pulse with respect to
Start Time scenario trigger event.
FIELD = pulseStartTimePicoSeconds
Range: 0 ps to 213.504 days
Field Resolution: 1 ps

Pulse 4 32 The width of the pulse (50% of rise power to 50% of fall
Width power).
FIELD = PulseWidthNanoSeconds
Range: 4 ns to 4.294967295 s
Field Resolution: 1 ns
Resolution: 2 ns

rfmw.em.keysight.com/wireless/helpfiles/n5193a/n5193a.htm#User's Guide/Streaming Mode PDW Definitions.htm%3FTocPath%3DUser's%2520… 1/3


4/14/2020 PDW Definitions

Field Word(s) Bits Details/Formulae


Name

Relative 5 15 Linear scaling of the output in Volts rms.


Power Voltage_Ratio = 2^E*(1+M)2^-26
E=FIELD[14:10]
M=FIELD[9:0]
The specified range of this value can be determined using
the SCPI command
[:SOURce]:POWer:RELative:RANGe:TABLe?
Range: -161.6 dB to 31.07 dB
Resolution: 0.0085 dB
To calculate in C++:
FIELD = convertToFloatingPoint(voltageGain,
-26, 10, 5, true, err) ;
To calculate in Matlab:
FIELD = convertRelPow(voltageGain, -26, 10,
5)
Requires Option AT1.

Markers 12 Different Markers that can be sent to SMB Connectors. The


least significant bit is marker 1.
Markers begin at a multiple of 8 ns (see Quantized Scenario
Time) at the beginning of the transition time.

Pulse 2 0: Reserved
Mode 1: RF Off
2: Enable Pulse
3: Reserved

Phase 1 0: Phase coherent


Control 1: Phase continuous

Band 2 This allows adjustment of how the Frequency bands are


Adjust selected
0: Use CW switch points
1: Use upper band switch points
2: Use lower band switch points
3: Reserved

Chirp 6 3 1: Triangle Chirp


Control 3: Sawtooth Chirp
Option UNT or UT1 and Option WC1 or WC2 required.
For Option WC2, requires Frequency Upper Limit to be set to
6.89 GHz.

Phase 9 512 selections for Phase Coding setups.


Coding Configured in Pulse hard key menu.
Setup
Option UNT or Option UT1 required.
Select

rfmw.em.keysight.com/wireless/helpfiles/n5193a/n5193a.htm#User's Guide/Streaming Mode PDW Definitions.htm%3FTocPath%3DUser's%2520… 2/3


4/14/2020 PDW Definitions

Field Word(s) Bits Details/Formulae


Name

Chirp 17 The slope of the chirp (frequency sweep) that starts from the
Rate 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++:
chirpPdwClosestM2N(chirpRateHzPerMicrosecond,
21.827872842550278, FIELD);
To calculate in Matlab:
FIELD =
convertChirpPdw(chirpRateHzPerMicrosecond,
21.827872842550278)
Requires Option UNT or UT1 and Option WC1 or WC2.
For Option WC2, requires Frequency Upper Limit to be set to
6.89 GHz.

Frequency 3 0: Band Map A


Band Map 6: Band Map B
All other values reserved

Format 2 (Marked/Marker Setup)

rfmw.em.keysight.com/wireless/helpfiles/n5193a/n5193a.htm#User's Guide/Streaming Mode PDW Definitions.htm%3FTocPath%3DUser's%2520… 3/3

You might also like