Current<Ppdu>

RepCap Settings

# Range: Nr1 .. Nr100
rc = driver.uwbMeas.multiEval.tsMask.margin.area.positiv.current.repcap_ppdu_get()
driver.uwbMeas.multiEval.tsMask.margin.area.positiv.current.repcap_ppdu_set(repcap.Ppdu.Nr1)

SCPI Commands :

FETCh:UWB:MEASurement<Instance>:MEValuation:TSMask:MARGin:AREA<nr>:POSitiv:CURRent<PPDU>
READ:UWB:MEASurement<Instance>:MEValuation:TSMask:MARGin:AREA<nr>:POSitiv:CURRent<PPDU>
class CurrentCls[source]

Current commands group definition. 2 total commands, 0 Subgroups, 2 group commands Repeated Capability: Ppdu, default value after init: Ppdu.Nr1

class ResultData[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Margin_Curr_Pos_X: float: No parameter help available

  • Margin_Curr_Pos_Y: float: No parameter help available

fetch(area=Area.Default, ppdu=Ppdu.Default) ResultData[source]
# SCPI: FETCh:UWB:MEASurement<Instance>:MEValuation:TSMask:MARGin:AREA<nr>:POSitiv:CURRent<PPDU>
value: ResultData = driver.uwbMeas.multiEval.tsMask.margin.area.positiv.current.fetch(area = repcap.Area.Default, ppdu = repcap.Ppdu.Default)

Returns the margin values between the result trace and the transmit spectrum mask for the area <no> with positive frequency offset. A negative margin indicates that the trace is located above the limit line, i.e. the limit is exceeded. The current and average values can be retrieved. See also ‘Narrowband results’.

param area:

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

param ppdu:

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

return:

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

read(area=Area.Default, ppdu=Ppdu.Default) ResultData[source]
# SCPI: READ:UWB:MEASurement<Instance>:MEValuation:TSMask:MARGin:AREA<nr>:POSitiv:CURRent<PPDU>
value: ResultData = driver.uwbMeas.multiEval.tsMask.margin.area.positiv.current.read(area = repcap.Area.Default, ppdu = repcap.Ppdu.Default)

Returns the margin values between the result trace and the transmit spectrum mask for the area <no> with positive frequency offset. A negative margin indicates that the trace is located above the limit line, i.e. the limit is exceeded. The current and average values can be retrieved. See also ‘Narrowband results’.

param area:

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

param ppdu:

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

return:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.uwbMeas.multiEval.tsMask.margin.area.positiv.current.clone()