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.wlanMeas.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, rising edge (REDGe) and falling edge (FEDGe) for MIMO measurements and bandwidths > 160 MHz. The results are available for the left 160 MHz segment <1> and for the right 160 MHz segment <2>. Refer to method RsCMPX_WlanMeas.WlanMeas.MultiEval.Trace.PowerVsTime.RisingEdge.Mimo.Segment.Current. fetch

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’.

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: Comma-separated list of time indices corresponding to the ramp power results.

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.wlanMeas.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, rising edge (REDGe) and falling edge (FEDGe) for MIMO measurements and bandwidths > 160 MHz. The results are available for the left 160 MHz segment <1> and for the right 160 MHz segment <2>. Refer to method RsCMPX_WlanMeas.WlanMeas.MultiEval.Trace.PowerVsTime.RisingEdge.Mimo.Segment.Current. fetch

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’.

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: Comma-separated list of time indices corresponding to the ramp power results.