TypePy

SCPI Command :

[SENSe]:ESPectrum<sb>:RANGe<ri>: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<ri>:FILTer:TYPE
value: enums.FilterTypeC = driver.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

filter_type: NORMal Gaussian filters CFILter channel filters RRC RRC filters CISPr | PULSe CISPR (6 dB) - requires EMI (R&S FSW-K54) option Return value for query is always PULS. MIL MIL Std (6 dB) - requires EMI (R&S FSW-K54) option P5 5 Pole filters Refer to the specifications document for available filter bandwidths.

set(filter_type: RsFsw.enums.FilterTypeC, subBlock=SubBlock.Default, rangePy=RangePy.Default) None[source]
# SCPI: [SENSe]:ESPectrum<sb>:RANGe<ri>:FILTer:TYPE
driver.sense.espectrum.range.filterPy.typePy.set(filter_type = 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 filter_type

NORMal Gaussian filters CFILter channel filters RRC RRC filters CISPr | PULSe CISPR (6 dB) - requires EMI (R&S FSW-K54) option Return value for query is always PULS. MIL MIL Std (6 dB) - requires EMI (R&S FSW-K54) option P5 5 Pole filters Refer to the specifications document for available filter bandwidths.

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’)