MoException

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:SETup]:MOEXception
class MoExceptionCls[source]

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

get(segment=Segment.Default) bool[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:SETup]:MOEXception
value: bool = driver.configure.multiEval.listPy.segment.setup.moException.get(segment = repcap.Segment.Default)

Specifies whether the segment results that the R&S CMW identifies as faulty or inaccurate are rejected.

param segment:

optional repeated capability selector. Default value: S1 (settable in the interface ‘Segment’)

return:

meas_on_exception: OFF | ON ON: include the erroneous bursts OFF: exclude the erroneous bursts

set(meas_on_exception: bool, segment=Segment.Default) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:SETup]:MOEXception
driver.configure.multiEval.listPy.segment.setup.moException.set(meas_on_exception = False, segment = repcap.Segment.Default)

Specifies whether the segment results that the R&S CMW identifies as faulty or inaccurate are rejected.

param meas_on_exception:

OFF | ON ON: include the erroneous bursts OFF: exclude the erroneous bursts

param segment:

optional repeated capability selector. Default value: S1 (settable in the interface ‘Segment’)