TypePy

SCPI Command :

[SENSe]:BWIDth:DEMod:TYPE
class TypePyCls[source]

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

get() RsFsw.enums.FilterTypeA[source]
# SCPI: [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:

return

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

set(filter_type: RsFsw.enums.FilterTypeA) None[source]
# SCPI: [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:

param filter_type

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