Ftype

SCPI Command :

[SENSe]:MPOWer:FTYPe
class FtypeCls[source]

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

get() RsFsw.enums.FilterTypeC[source]
# SCPI: [SENSe]:MPOWer:FTYPe
value: enums.FilterTypeC = driver.sense.mpower.ftype.get()

This command selects the filter type for pulse power measurements. 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’.

return

filter_type: CFILter NORMal P5 RRC 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

set(filter_type: RsFsw.enums.FilterTypeC) None[source]
# SCPI: [SENSe]:MPOWer:FTYPe
driver.sense.mpower.ftype.set(filter_type = enums.FilterTypeC.CFILter)

This command selects the filter type for pulse power measurements. 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

CFILter NORMal P5 RRC 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