Otolerance

SCPI Commands :

FETCh:UWB:MEASurement<Instance>:MEValuation:TSMask:OTOLerance
READ:UWB:MEASurement<Instance>:MEValuation:TSMask:OTOLerance
class OtoleranceCls[source]

Otolerance commands group definition. 2 total commands, 0 Subgroups, 2 group commands

fetch() float[source]
# SCPI: FETCh:UWB:MEASurement<Instance>:MEValuation:TSMask:OTOLerance
value: float = driver.uwbMeas.multiEval.tsMask.otolerance.fetch()

Returns the out of tolerance result for transmit spectrum mask measurements. It indicates the percentage of measurement intervals of the statistic count for spectrum measurements exceeding the specified Transmit Spectrum Mask limits.

Suppressed linked return values: reliability

return:

out_of_tolerance: No help available

read() float[source]
# SCPI: READ:UWB:MEASurement<Instance>:MEValuation:TSMask:OTOLerance
value: float = driver.uwbMeas.multiEval.tsMask.otolerance.read()

Returns the out of tolerance result for transmit spectrum mask measurements. It indicates the percentage of measurement intervals of the statistic count for spectrum measurements exceeding the specified Transmit Spectrum Mask limits.

Suppressed linked return values: reliability

return:

out_of_tolerance: No help available