Frequency

SCPI Commands :

READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:TSMask:FREQuency
FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:TSMask:FREQuency
class FrequencyCls[source]

Frequency commands group definition. 2 total commands, 0 Subgroups, 2 group commands

fetch(start: float = None, count: float = None, decimation: float = None) List[float][source]
# SCPI: FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:TSMask:FREQuency
value: List[float] = driver.multiEval.trace.tsMask.frequency.fetch(start = 1.0, count = 1.0, decimation = 1.0)

Return the frequency values (X-values) of the transmit spectrum mask limit line trace, for SISO and MIMO, bandwidths with one or two segments.

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

return:

spec_trace_freq: float Comma-separated list of values, trace from left to right 0 Hz corresponds to the center of the channel, for 80+80 MHz signals to the center of the left segment. Unit: Hz

read(start: float = None, count: float = None, decimation: float = None) List[float][source]
# SCPI: READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:TSMask:FREQuency
value: List[float] = driver.multiEval.trace.tsMask.frequency.read(start = 1.0, count = 1.0, decimation = 1.0)

Return the frequency values (X-values) of the transmit spectrum mask limit line trace, for SISO and MIMO, bandwidths with one or two segments.

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

return:

spec_trace_freq: float Comma-separated list of values, trace from left to right 0 Hz corresponds to the center of the channel, for 80+80 MHz signals to the center of the left segment. Unit: Hz