TypePy
SCPI Command :
[SENSe]:BWIDth[:RESolution]:TYPE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() FilterTypeB[source]
# [SENSe]:BWIDth[:RESolution]:TYPE value: enums.FilterTypeB = driver.sense.bandwidth.resolution.typePy.get()
This command selects the resolution filter type. When you change the filter type, the command selects the next larger filter bandwidth if the same bandwidth is unavailable for that filter. 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 Channel filters NORMal Gaussian filters P5 5-pole filters The 5-pole filter is not available for FFT sweeps. RRC RRC filters The RRC filter is not available for FFT sweeps. 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: FilterTypeB) None[source]
# [SENSe]:BWIDth[:RESolution]:TYPE driver.sense.bandwidth.resolution.typePy.set(filter_type = enums.FilterTypeB.CFILter)
This command selects the resolution filter type. When you change the filter type, the command selects the next larger filter bandwidth if the same bandwidth is unavailable for that filter. 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 Channel filters NORMal Gaussian filters P5 5-pole filters The 5-pole filter is not available for FFT sweeps. RRC RRC filters The RRC filter is not available for FFT sweeps. 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