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.wlanMeas.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 bandwidths with one or two segments.

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

return:

spec_trace_freq: Comma-separated list of values, trace from left to right 0 Hz corresponds to the center of the channel.

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.wlanMeas.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 bandwidths with one or two segments.

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

return:

spec_trace_freq: Comma-separated list of values, trace from left to right 0 Hz corresponds to the center of the channel.