Power

SCPI Commands :

CONFigure:LTE:SIGNaling<instance>:FADing[:PCC]:POWer:SIGNal
CONFigure:LTE:SIGNaling<instance>:FADing[:PCC]:POWer:SUM
class PowerCls[source]

Power commands group definition. 4 total commands, 1 Subgroups, 2 group commands

get_signal() float[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:FADing[:PCC]:POWer:SIGNal
value: float = driver.configure.fading.pcc.power.get_signal()

No command help available

return:

signal_power: No help available

get_sum() float[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:FADing[:PCC]:POWer:SUM
value: float = driver.configure.fading.pcc.power.get_sum()

Queries the calculated total power (signal + noise) on the DL channel, i.e. within the cell bandwidth.

return:

power: float Unit: dBm

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.fading.pcc.power.clone()

Subgroups