OlPower
SCPI Command :
CONFigure:WCDMa:MEASurement<instance>:PRACh:LIMit:PCONtrol:OLPower
- class OlPowerCls[source]
OlPower commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class OlPowerStruct[source]
Response structure. Fields:
Enable: bool: Disables | enables the limit check.
Init_Preamble_Pwr: float: Initial preamble power
Olp_Limit: float: Open loop power tolerance value.
- get() OlPowerStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:PRACh:LIMit:PCONtrol:OLPower value: OlPowerStruct = driver.configure.wcdmaMeas.prach.limit.pcontrol.olPower.get()
Enables or disables the check of the open loop power limits and specifies these limits.
- return:
structure: for return value, see the help for OlPowerStruct structure arguments.
- set(enable: bool, init_preamble_pwr: float, olp_limit: float) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:PRACh:LIMit:PCONtrol:OLPower driver.configure.wcdmaMeas.prach.limit.pcontrol.olPower.set(enable = False, init_preamble_pwr = 1.0, olp_limit = 1.0)
Enables or disables the check of the open loop power limits and specifies these limits.
- param enable:
Disables | enables the limit check.
- param init_preamble_pwr:
Initial preamble power
- param olp_limit:
Open loop power tolerance value.