Current

SCPI Commands

FETCh:WCDMa:MEASurement<Instance>:MEValuation:TRACe:CDPMonitor:ISIGnal:CURRent
READ:WCDMa:MEASurement<Instance>:MEValuation:TRACe:CDPMonitor:ISIGnal:CURRent
class Current[source]

Current commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

fetch()List[float][source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:MEValuation:TRACe:CDPMonitor:ISIGnal:CURRent
value: List[float] = driver.multiEval.trace.cdpMonitor.isignal.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. See also ‘Detailed Views: CD Monitor’

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

return

isignal: float One value per code channel. The number of values/channels corresponds to the spreading factor (e.g. 8 values/channels for SF8) . Range: -100 dB to 0 dB, Unit: dB

read()List[float][source]
# SCPI: READ:WCDMa:MEASurement<instance>:MEValuation:TRACe:CDPMonitor:ISIGnal:CURRent
value: List[float] = driver.multiEval.trace.cdpMonitor.isignal.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. See also ‘Detailed Views: CD Monitor’

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

return

isignal: float One value per code channel. The number of values/channels corresponds to the spreading factor (e.g. 8 values/channels for SF8) . Range: -100 dB to 0 dB, Unit: dB