Current

SCPI Command:

READ:VSE:MEASurement<Instance>:LTE:POWer:CURRent
FETCh:VSE:MEASurement<Instance>:LTE:POWer:CURRent
class CurrentCls[source]

Current commands group definition. 2 total commands, 0 Subgroups, 2 group commands

fetch() float[source]
# SCPI: FETCh:VSE:MEASurement<Instance>:LTE:POWer:CURRent
value: float = driver.vse.measurement.lte.power.current.fetch()

Query LTE power results.

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

return:

power: Power value of the LTE signal Unit: dBm

read() float[source]
# SCPI: READ:VSE:MEASurement<Instance>:LTE:POWer:CURRent
value: float = driver.vse.measurement.lte.power.current.read()

Query LTE power results.

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

return:

power: Power value of the LTE signal Unit: dBm