Time

SCPI Commands :

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

Return the time indices for the power vs time ramp traces (for 80+80 MHz, MIMO) , rising edge (REDGe) and falling edge (FEDGe) . Refer to method RsCmwWlanMeas.MultiEval.Trace.PowerVsTime.RisingEdge.Mimo.Segment.Current.fetch

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 mimo:

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

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

Return the time indices for the power vs time ramp traces (for 80+80 MHz, MIMO) , rising edge (REDGe) and falling edge (FEDGe) . Refer to method RsCmwWlanMeas.MultiEval.Trace.PowerVsTime.RisingEdge.Mimo.Segment.Current.fetch

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 mimo:

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

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