Seta

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:UL:SETA:PMAX
class SetaCls[source]

Seta commands group definition. 17 total commands, 3 Subgroups, 1 group commands

get_pmax() float[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UL:SETA:PMAX
value: float or bool = driver.configure.uplink.seta.get_pmax()

Specifies the maximum allowed UE power.

return:

power: (float or boolean) numeric | ON | OFF Range: -30 dBm to 33 dBm, Unit: dBm ON | OFF enables or disables signaling of the value to the UE.

set_pmax(power: float) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UL:SETA:PMAX
driver.configure.uplink.seta.set_pmax(power = 1.0)

Specifies the maximum allowed UE power.

param power:

(float or boolean) numeric | ON | OFF Range: -30 dBm to 33 dBm, Unit: dBm ON | OFF enables or disables signaling of the value to the UE.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.uplink.seta.clone()

Subgroups