Average

SCPI Commands :

FETCh:UWB:MEASurement<Instance>:MEValuation:TRACe:CTJitter:AVERage
READ:UWB:MEASurement<Instance>:MEValuation:TRACe:CTJitter: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:CTJitter:AVERage
value: List[float] = driver.uwbMeas.multiEval.trace.ctJitter.average.fetch()

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

Suppressed linked return values: reliability

return:

jitter: Comma-separated list of chip jitter values.

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

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

Suppressed linked return values: reliability

return:

jitter: Comma-separated list of chip jitter values.