Demod

SCPI Command :

[SENSe]:BWIDth:DEMod
class DemodCls[source]

Demod commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() float[source]
# SCPI: [SENSe]:BWIDth:DEMod
value: float = driver.sense.bandwidth.demod.get()

Sets the bandwidth for Analog Modulation Analysis. Depending on the selected demodulation bandwidth, the instrument selects the required sample rate. For details on the correlation between demodulation bandwidth and sample rate refer to ‘Sample rate and demodulation bandwidth’. Is identical to SENS:ADEM:BAND:DEM.

return

bandwidth: Unit: HZ

set(bandwidth: float) None[source]
# SCPI: [SENSe]:BWIDth:DEMod
driver.sense.bandwidth.demod.set(bandwidth = 1.0)

Sets the bandwidth for Analog Modulation Analysis. Depending on the selected demodulation bandwidth, the instrument selects the required sample rate. For details on the correlation between demodulation bandwidth and sample rate refer to ‘Sample rate and demodulation bandwidth’. Is identical to SENS:ADEM:BAND:DEM.

param bandwidth

Unit: HZ

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.bandwidth.demod.clone()

Subgroups