Margin

SCPI Commands :

FETCh:UWB:MEASurement<Instance>:MEValuation:PMASk:LOWer:AREA<nr>:MARGin<PPDU>
READ:UWB:MEASurement<Instance>:MEValuation:PMASk:LOWer:AREA<nr>:MARGin<PPDU>
class MarginCls[source]

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

class ResultData[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Margin_Lower_X: float: X-position of the margin for the lower area no

  • Margin_Lower_Y: float: Y-value of the margin for the lower area no

fetch(area=Area.Default, ppdu=Ppdu.Nr1) ResultData[source]
# SCPI: FETCh:UWB:MEASurement<Instance>:MEValuation:PMASk:LOWer:AREA<nr>:MARGin<PPDU>
value: ResultData = driver.uwbMeas.multiEval.pmask.lower.area.margin.fetch(area = repcap.Area.Default, ppdu = repcap.Ppdu.Nr1)

Returns the margin values between the transmitted pulse trace and the pulse mask for the lower area <no>. A negative margin indicates that the trace is located below the limit line, i.e. the limit is exceeded. See also ‘Pulse Mask square’.

param area:

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

param ppdu:

optional repeated capability selector. Default value: Nr1

return:

structure: for return value, see the help for ResultData structure arguments.

read(area=Area.Default, ppdu=Ppdu.Nr1) ResultData[source]
# SCPI: READ:UWB:MEASurement<Instance>:MEValuation:PMASk:LOWer:AREA<nr>:MARGin<PPDU>
value: ResultData = driver.uwbMeas.multiEval.pmask.lower.area.margin.read(area = repcap.Area.Default, ppdu = repcap.Ppdu.Nr1)

Returns the margin values between the transmitted pulse trace and the pulse mask for the lower area <no>. A negative margin indicates that the trace is located below the limit line, i.e. the limit is exceeded. See also ‘Pulse Mask square’.

param area:

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

param ppdu:

optional repeated capability selector. Default value: Nr1

return:

structure: for return value, see the help for ResultData structure arguments.