Precondition

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:UL:TPC:PRECondition
class Precondition[source]

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

set()None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:TPC:PRECondition
driver.configure.uplink.tpc.precondition.set()

Reach the precondition defined for the active TPC pattern setup. Corresponds to pressing the ‘Precond.’ button.

set_with_opc()None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:TPC:PRECondition
driver.configure.uplink.tpc.precondition.set_with_opc()

Reach the precondition defined for the active TPC pattern setup. Corresponds to pressing the ‘Precond.’ button.

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.