Current

SCPI Commands :

READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:SFLatness:ACSiso:CURRent
FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:SFLatness:ACSiso: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:SFLatness:ACSiso:CURRent
value: List[float] = driver.multiEval.trace.spectrFlatness.acsiso.current.fetch(start = 1.0, count = 1.0, decimation = 1.0)

No command help available

Use RsCmwWlanMeas.reliability.last_value to read the updated reliability indicator.

param start:

No help available

param count:

No help available

param decimation:

No help available

return:

sflat_curr: No help available

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

No command help available

Use RsCmwWlanMeas.reliability.last_value to read the updated reliability indicator.

param start:

No help available

param count:

No help available

param decimation:

No help available

return:

sflat_curr: No help available