TypePy

SCPI Command :

[SENSe]:ESPectrum<sb>:RANGe<range>:FILTer[:TYPE]
class TypePyCls[source]

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

get(subBlock=SubBlock.Default, rangePy=RangePy.Default) RsFsw.enums.FilterTypeC[source]
# SCPI: [SENSe]:ESPectrum<sb>:RANGe<range>:FILTer[:TYPE]
value: enums.FilterTypeC = driver.applications.k149Uwb.sense.espectrum.range.filterPy.typePy.get(subBlock = repcap.SubBlock.Default, rangePy = repcap.RangePy.Default)

This command selects the filter type for an SEM range. In case of high speed measurements, the filter has to be identical for all ranges. The EMI-specific filter types are available if the EMI (R&S FSW-K54) measurement option is installed, even if EMI measurement is not active. For details see ‘Resolution bandwidth and filter types’.

param subBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)

param rangePy

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)

return

mode: No help available

set(mode: RsFsw.enums.FilterTypeC, subBlock=SubBlock.Default, rangePy=RangePy.Default) None[source]
# SCPI: [SENSe]:ESPectrum<sb>:RANGe<range>:FILTer[:TYPE]
driver.applications.k149Uwb.sense.espectrum.range.filterPy.typePy.set(mode = enums.FilterTypeC.CFILter, subBlock = repcap.SubBlock.Default, rangePy = repcap.RangePy.Default)

This command selects the filter type for an SEM range. In case of high speed measurements, the filter has to be identical for all ranges. The EMI-specific filter types are available if the EMI (R&S FSW-K54) measurement option is installed, even if EMI measurement is not active. For details see ‘Resolution bandwidth and filter types’.

param mode

No help available

param subBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)

param rangePy

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)