Pcontrol
SCPI Command :
CONFigure:WCDMa:MEASurement<instance>:PRACh:LIMit:PCONtrol:OFFPower
- class PcontrolCls[source]
Pcontrol commands group definition. 7 total commands, 3 Subgroups, 1 group commands
- get_off_power() float[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:PRACh:LIMit:PCONtrol:OFFPower value: float or bool = driver.configure.wcdmaMeas.prach.limit.pcontrol.get_off_power()
Defines an upper OFF power limit. It also enables or disables the limit check.
- return:
limit: (float or boolean) No help available
- set_off_power(limit: float) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:PRACh:LIMit:PCONtrol:OFFPower driver.configure.wcdmaMeas.prach.limit.pcontrol.set_off_power(limit = 1.0)
Defines an upper OFF power limit. It also enables or disables the limit check.
- param limit:
(float or boolean) No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.configure.wcdmaMeas.prach.limit.pcontrol.clone()
Subgroups