Pdw

SCPI Command :

WAVeform:PDW:CENTer
class PdwCls[source]

Pdw commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_center() float[source]
# SCPI: WAVeform:PDW:CENTer
value: float = driver.waveform.pdw.get_center()

During the import of PDW list files, the software evaluates the frequency information in the file and calculates the center frequency of all pulses. The center frequency is calculated as the middle frequency between the min and the max frequency values included in the PDW file. Chirp frequency deviations are also considered. The pulses are calculated relatively to this center frequency. If the actual frequency of the generator differs from the calculated one, use this command to set the center frequency of the generator.

return:

center: float Range: 0 to 1e+11

set_center(center: float) None[source]
# SCPI: WAVeform:PDW:CENTer
driver.waveform.pdw.set_center(center = 1.0)

During the import of PDW list files, the software evaluates the frequency information in the file and calculates the center frequency of all pulses. The center frequency is calculated as the middle frequency between the min and the max frequency values included in the PDW file. Chirp frequency deviations are also considered. The pulses are calculated relatively to this center frequency. If the actual frequency of the generator differs from the calculated one, use this command to set the center frequency of the generator.

param center:

float Range: 0 to 1e+11