Maximum

SCPI Commands :

READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:TSMask:SEGMent<seg>:MAXimum
FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:TSMask:SEGMent<seg>:MAXimum
class MaximumCls[source]

Maximum 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:TSMask:SEGMent<seg>:MAXimum
value: List[float] = driver.multiEval.trace.tsMask.segment.maximum.fetch(start = 1.0, count = 1.0, decimation = 1.0, segment = repcap.Segment.Default)

Return the values of the transmit spectrum mask traces for segment <seg>, for SISO measurements and bandwidths with two segments. The results of the current, average, minimum and maximum traces can be retrieved.

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:

spectrum_trace_segment: No help available

read(start: float = None, count: float = None, decimation: float = None, segment=Segment.Default) List[float][source]
# SCPI: READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:TSMask:SEGMent<seg>:MAXimum
value: List[float] = driver.multiEval.trace.tsMask.segment.maximum.read(start = 1.0, count = 1.0, decimation = 1.0, segment = repcap.Segment.Default)

Return the values of the transmit spectrum mask traces for segment <seg>, for SISO measurements and bandwidths with two segments. The results of the current, average, minimum and maximum traces can be retrieved.

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:

spectrum_trace_segment: No help available