Average

SCPI Commands :

FETCh:UWB:MEASurement<Instance>:MEValuation:TRACe:STJitter:AVERage
READ:UWB:MEASurement<Instance>:MEValuation:TRACe:STJitter:AVERage
class AverageCls[source]

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

fetch() List[float][source]
# SCPI: FETCh:UWB:MEASurement<Instance>:MEValuation:TRACe:STJitter:AVERage
value: List[float] = driver.uwbMeas.multiEval.trace.stJitter.average.fetch()

Returns the y-values of the average symbol time jitter trace. See also ‘Symbol Jitter square’.

Suppressed linked return values: reliability

return:

jitter: Comma-separated list of symbol jitter values.

read() List[float][source]
# SCPI: READ:UWB:MEASurement<Instance>:MEValuation:TRACe:STJitter:AVERage
value: List[float] = driver.uwbMeas.multiEval.trace.stJitter.average.read()

Returns the y-values of the average symbol time jitter trace. See also ‘Symbol Jitter square’.

Suppressed linked return values: reliability

return:

jitter: Comma-separated list of symbol jitter values.