Current
SCPI Commands :
FETCh:WCDMa:MEASurement<instance>:MEValuation:TRACe:CDEMonitor:QSIGnal:CURRent
READ:WCDMa:MEASurement<instance>:MEValuation:TRACe:CDEMonitor:QSIGnal:CURRent
- class CurrentCls[source]
Current commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- fetch() List[float][source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:MEValuation:TRACe:CDEMonitor:QSIGnal:CURRent value: List[float] = driver.wcdmaMeas.multiEval.trace.cdeMonitor.qsignal.current.fetch()
Returns the values of the code domain error traces of the code domain monitor. The results of the I-Signal and Q-Signal traces can be retrieved.
Suppressed linked return values: reliability
- return:
qsignal: One value per code channel. The number of values/channels corresponds to the spreading factor (e.g. 8 values/channels for SF8) .
- read() List[float][source]
# SCPI: READ:WCDMa:MEASurement<instance>:MEValuation:TRACe:CDEMonitor:QSIGnal:CURRent value: List[float] = driver.wcdmaMeas.multiEval.trace.cdeMonitor.qsignal.current.read()
Returns the values of the code domain error traces of the code domain monitor. The results of the I-Signal and Q-Signal traces can be retrieved.
Suppressed linked return values: reliability
- return:
qsignal: One value per code channel. The number of values/channels corresponds to the spreading factor (e.g. 8 values/channels for SF8) .