Average

SCPI Commands :

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

Returns the y-values of the average transmit spectrum trace. See also ‘Narrowband results’.

Suppressed linked return values: reliability

return:

ratio: Comma-separated list of power values.

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

Returns the y-values of the average transmit spectrum trace. See also ‘Narrowband results’.

Suppressed linked return values: reliability

return:

ratio: Comma-separated list of power values.