SeMask

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:SPECtrum:SEMask:MFILter
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_mfilter() MeasFilter[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:SPECtrum:SEMask:MFILter
value: enums.MeasFilter = driver.configure.nrSubMeas.multiEval.spectrum.seMask.get_mfilter()

Selects the resolution filter type for filter bandwidths of 50 kHz and greater.

Returns:

meas_filter: BANDpass | GAUSs

set_mfilter(meas_filter: MeasFilter) None[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:SPECtrum:SEMask:MFILter
driver.configure.nrSubMeas.multiEval.spectrum.seMask.set_mfilter(meas_filter = enums.MeasFilter.BANDpass)

Selects the resolution filter type for filter bandwidths of 50 kHz and greater.

Parameters:

meas_filter – BANDpass | GAUSs