TypePy

SCPI Command :

[SENSe]:BWIDth:DEMod:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() FilterTypeA[source]
# [SENSe]:BWIDth:DEMod:TYPE
value: enums.FilterTypeA = driver.sense.bandwidth.demod.typePy.get()

Defines the type of demodulation filter to be used. Is identical to SENS:ADEM:BAND:DEM:TYPE:

Returns:

filter_type: FLAT Standard flat demodulation filter GAUSs Gaussian filter for optimized settling behavior

set(filter_type: FilterTypeA) None[source]
# [SENSe]:BWIDth:DEMod:TYPE
driver.sense.bandwidth.demod.typePy.set(filter_type = enums.FilterTypeA.FLAT)

Defines the type of demodulation filter to be used. Is identical to SENS:ADEM:BAND:DEM:TYPE:

Parameters:

filter_type – FLAT Standard flat demodulation filter GAUSs Gaussian filter for optimized settling behavior