Time

SCPI Commands :

READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:PVTime:FEDGe:SEGMent<seg>:TIME
FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:PVTime:FEDGe:SEGMent<seg>: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, segment=Segment.Default) List[float][source]
# SCPI: FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:PVTime:FEDGe:SEGMent<seg>:TIME
value: List[float] = driver.multiEval.trace.powerVsTime.fallingEdge.segment.time.fetch(start = 1.0, count = 1.0, decimation = 1.0, segment = repcap.Segment.Default)

Return the time indices for the power vs time ramp traces (for 80+80 MHz) , rising edge (REDGe) and falling edge (FEDGe) . Refer to method RsCmwWlanMeas.MultiEval.Trace.PowerVsTime.FallingEdge.Segment.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’.

param segment:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)

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, segment=Segment.Default) List[float][source]
# SCPI: READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:PVTime:FEDGe:SEGMent<seg>:TIME
value: List[float] = driver.multiEval.trace.powerVsTime.fallingEdge.segment.time.read(start = 1.0, count = 1.0, decimation = 1.0, segment = repcap.Segment.Default)

Return the time indices for the power vs time ramp traces (for 80+80 MHz) , rising edge (REDGe) and falling edge (FEDGe) . Refer to method RsCmwWlanMeas.MultiEval.Trace.PowerVsTime.FallingEdge.Segment.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’.

param segment:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)

return:

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