Demod
SCPI Command :
[SENSe]:BWIDth:DEMod
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() float[source]
# [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.
- Returns:
bandwidth: Unit: HZ
- set(bandwidth: float) None[source]
# [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.
- Parameters:
bandwidth – Unit: HZ
Cloning the Group
# Create a copy of the original group, that exists independently
demod_copy = driver.sense.bandwidth.demod.clone()
Subgroups