AdcPrefilter

SCPI Commands

SENSe:ADEMod:ADCPrefilter
class AdcPrefilterCls[source]

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

get() AdcPreFilterMode[source]
# SCPI: [SENSe]:ADEMod:ADCPrefilter
value: enums.AdcPreFilterMode = driver.sense.ademod.adcPrefilter.get()

This command selects the bandwidth selection mode for the ADC prefilter.

return

mode: AUTO Selects the analog bandwidth based on the demodulation bandwidth. WIDE Selects the largest possible analog bandwidth.

set(mode: AdcPreFilterMode) None[source]
# SCPI: [SENSe]:ADEMod:ADCPrefilter
driver.sense.ademod.adcPrefilter.set(mode = enums.AdcPreFilterMode.AUTO)

This command selects the bandwidth selection mode for the ADC prefilter.

param mode

AUTO Selects the analog bandwidth based on the demodulation bandwidth. WIDE Selects the largest possible analog bandwidth.