Ftype

SCPI Command :

[SENSe]:MPOWer:FTYPe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() FilterTypeC[source]
# [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’.

Returns:

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: FilterTypeC) None[source]
# [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’.

Parameters:

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