Pexecute

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:UL:TPC:PEXecute
class Pexecute[source]

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

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

Execute the active TPC pattern setup. Corresponds to pressing the ‘Execute’ button. For pattern setups with precondition, it is recommended to press the ‘Precond.’ button first (method RsCmwWcdmaSig.Configure.Uplink.Tpc.Precondition.set) .

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

Execute the active TPC pattern setup. Corresponds to pressing the ‘Execute’ button. For pattern setups with precondition, it is recommended to press the ‘Precond.’ button first (method RsCmwWcdmaSig.Configure.Uplink.Tpc.Precondition.set) .

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.