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.applications.k6Pulse.sense.bandwidth.demod.typePy.get()

Defines the type of demodulation filter to be used. For information on supported filter bandwidths see the specifications document.

return

filter_type: FLAT | GAUSs FLAT Standard flat demodulation filter GAUSs Gaussian filter for optimized settling behavior For Gaussian filters with a large 3dB bandwidth ( 40 MHz, only available with the bandwidth extension option) the actual filter shape deviates strongly from the ideal Gauss filter outside a range of approximately +/-80 MHz. For this range the flat filter is more accurate. For details see ‘Effects of large gauss filters’.

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

Defines the type of demodulation filter to be used. For information on supported filter bandwidths see the specifications document.

param filter_type

FLAT | GAUSs FLAT Standard flat demodulation filter GAUSs Gaussian filter for optimized settling behavior For Gaussian filters with a large 3dB bandwidth ( 40 MHz, only available with the bandwidth extension option) the actual filter shape deviates strongly from the ideal Gauss filter outside a range of approximately +/-80 MHz. For this range the flat filter is more accurate. For details see ‘Effects of large gauss filters’.