Time

SCPI Commands :

READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:PVTime:REDGe:TIME
FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:PVTime:REDGe: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:REDGe:TIME
value: List[float] = driver.multiEval.trace.powerVsTime.risingEdge.time.fetch(start = 1.0, count = 1.0, decimation = 1.0)

Return the time indices corresponding to the power vs time ramp traces, falling edge (FEDGe) and rising edge (REDGe) . Refer to method RsCmwWlanMeas.MultiEval.Trace.PowerVsTime.FallingEdge.Current.fetch etc.

Use RsCmwWlanMeas.reliability.last_value to read the updated reliability indicator.

param start:

numeric For the optional query parameters start, count and decimation, see ‘Trace sub-arrays’.

param count:

numeric For the optional query parameters start, count and decimation, see ‘Trace sub-arrays’.

param decimation:

numeric For the optional query parameters start, count and decimation, see ‘Trace sub-arrays’.

return:

time_values: float Comma-separated list of time indices corresponding to the ramp power results. Unit: s

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

Return the time indices corresponding to the power vs time ramp traces, falling edge (FEDGe) and rising edge (REDGe) . Refer to method RsCmwWlanMeas.MultiEval.Trace.PowerVsTime.FallingEdge.Current.fetch etc.

Use RsCmwWlanMeas.reliability.last_value to read the updated reliability indicator.

param start:

numeric For the optional query parameters start, count and decimation, see ‘Trace sub-arrays’.

param count:

numeric For the optional query parameters start, count and decimation, see ‘Trace sub-arrays’.

param decimation:

numeric For the optional query parameters start, count and decimation, see ‘Trace sub-arrays’.

return:

time_values: float Comma-separated list of time indices corresponding to the ramp power results. Unit: s