Maximum

SCPI Commands :

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

Maximum commands group definition. 3 total commands, 0 Subgroups, 3 group commands

calculate(start: float = None, count: float = None, decimation: float = None, segment=Segment.Default) List[ResultStatus2][source]
# SCPI: CALCulate:WLAN:MEASurement<Instance>:MEValuation:TRACe:SFLatness:SEGMent<seg>:MAXimum
value: List[enums.ResultStatus2] = driver.multiEval.trace.spectrFlatness.segment.maximum.calculate(start = 1.0, count = 1.0, decimation = 1.0, segment = repcap.Segment.Default)

Return the spectrum flatness traces for segment <seg>, for SISO measurements and bandwidths with two segments (80+80 MHz) . The results of the current, average, minimum and maximum traces can be retrieved. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

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:

spec_flat_trace_segment_max: No help available

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

Return the spectrum flatness traces for segment <seg>, for SISO measurements and bandwidths with two segments (80+80 MHz) . The results of the current, average, minimum and maximum traces can be retrieved. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

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:

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

Return the spectrum flatness traces for segment <seg>, for SISO measurements and bandwidths with two segments (80+80 MHz) . The results of the current, average, minimum and maximum traces can be retrieved. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

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:

spec_flat_trace_segment_max: No help available