Mask

SCPI Commands :

READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:TSMask:MASK
FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:TSMask:MASK
class MaskCls[source]

Mask commands group definition. 8 total commands, 2 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:MASK
value: List[float] = driver.multiEval.trace.tsMask.mask.fetch(start = 1.0, count = 1.0, decimation = 1.0)

Return the power values (Y-values) of the transmit spectrum mask limit line trace, for SISO measurements and bandwidths with one segment.

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_mask: float Comma-separated list of power values, trace from left to right Unit: dB

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

Return the power values (Y-values) of the transmit spectrum mask limit line trace, for SISO measurements and bandwidths with one segment.

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_mask: float Comma-separated list of power values, trace from left to right Unit: dB

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.multiEval.trace.tsMask.mask.clone()

Subgroups