Demod

SCPI Commands

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()

This command sets the bandwidth for Analog Modulation Analysis. Depending on the selected demodulation bandwidth, the instrument selects the required sample rate. This command 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)

This command sets the bandwidth for Analog Modulation Analysis. Depending on the selected demodulation bandwidth, the instrument selects the required sample rate. This command 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