Current

SCPI Commands :

READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:TSMask:CURRent
FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:TSMask:CURRent
class CurrentCls[source]

Current 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:CURRent
value: List[float] = driver.multiEval.trace.tsMask.current.fetch(start = 1.0, count = 1.0, decimation = 1.0)

Return the values of the transmit spectrum mask traces for SISO measurements and bandwidths with one segment. The results of the current, average, minimum and maximum traces can be retrieved. For 802.11p signals, use method RsCmwWlanMeas. Configure.MultiEval.TsMask.mselection to switch between relative and absolute values.

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:

spectrum_trace: float Comma-separated list of power values, trace from left to right Range: -90 dB to 10 dB (relative) or -120 dBm to 25 dBm (absolute) , Unit: dB (relative) or dBm (absolute)

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

Return the values of the transmit spectrum mask traces for SISO measurements and bandwidths with one segment. The results of the current, average, minimum and maximum traces can be retrieved. For 802.11p signals, use method RsCmwWlanMeas. Configure.MultiEval.TsMask.mselection to switch between relative and absolute values.

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:

spectrum_trace: float Comma-separated list of power values, trace from left to right Range: -90 dB to 10 dB (relative) or -120 dBm to 25 dBm (absolute) , Unit: dB (relative) or dBm (absolute)