Time

SCPI Commands :

READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:PVTime:TIME
FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:PVTime:TIME
class TimeCls[source]

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

fetch(start: float = None, count: float = None, decimation: float = None) List[float][source]
# SCPI: FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:PVTime:TIME
value: List[float] = driver.wlanMeas.multiEval.trace.powerVsTime.time.fetch(start = 1.0, count = 1.0, decimation = 1.0)

Return the time indices for the current, average, minimum and maximum power vs time traces, see method RsCMPX_WlanMeas. WlanMeas.MultiEval.Trace.PowerVsTime.Current.fetch etc.

Suppressed linked return values: reliability

param start:

For the optional query parameters start, count and decimation, see ‘Trace subarrays’.

param count:

For the optional query parameters start, count and decimation, see ‘Trace subarrays’.

param decimation:

For the optional query parameters start, count and decimation, see ‘Trace subarrays’.

return:

time_values: Comma-separated list of max 1024 time values (1024 values without subarrays)

read(start: float = None, count: float = None, decimation: float = None) List[float][source]
# SCPI: READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:PVTime:TIME
value: List[float] = driver.wlanMeas.multiEval.trace.powerVsTime.time.read(start = 1.0, count = 1.0, decimation = 1.0)

Return the time indices for the current, average, minimum and maximum power vs time traces, see method RsCMPX_WlanMeas. WlanMeas.MultiEval.Trace.PowerVsTime.Current.fetch etc.

Suppressed linked return values: reliability

param start:

For the optional query parameters start, count and decimation, see ‘Trace subarrays’.

param count:

For the optional query parameters start, count and decimation, see ‘Trace subarrays’.

param decimation:

For the optional query parameters start, count and decimation, see ‘Trace subarrays’.

return:

time_values: Comma-separated list of max 1024 time values (1024 values without subarrays)