Current

SCPI Commands :

FETCh:WCDMa:MEASurement<instance>:MEValuation:TRACe:CDPMonitor:QSIGnal:CURRent
READ:WCDMa:MEASurement<instance>:MEValuation:TRACe:CDPMonitor: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:CDPMonitor:QSIGnal:CURRent
value: List[float] = driver.wcdmaMeas.multiEval.trace.cdpMonitor.qsignal.current.fetch()

Returns the values of the code domain power 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:CDPMonitor:QSIGnal:CURRent
value: List[float] = driver.wcdmaMeas.multiEval.trace.cdpMonitor.qsignal.current.read()

Returns the values of the code domain power 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) .