Adjust

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:DL:LEVel:ADJust
class Adjust[source]

Adjust commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

set()None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:LEVel:ADJust
driver.configure.downlink.level.adjust.set()

Corrects the power levels of all enabled channels to minimize the difference between the total power level of the channels and the base level.

set_with_opc()None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:LEVel:ADJust
driver.configure.downlink.level.adjust.set_with_opc()

Corrects the power levels of all enabled channels to minimize the difference between the total power level of the channels and the base level.

Same as set, but waits for the operation to complete before continuing further. Use the RsCmwWcdmaSig.utilities.opc_timeout_set() to set the timeout value.