Execute

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:DL:ENHanced:DPCH:LSEQuence:EXECute
class Execute[source]

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

set()None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:ENHanced:DPCH:LSEQuence:EXECute
driver.configure.downlink.enhanced.dpch.lsequence.execute.set()

Initiates the DPCH level transitions in downlink according to out-of-sync power mask. The function is only available during a call.

set_with_opc()None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:ENHanced:DPCH:LSEQuence:EXECute
driver.configure.downlink.enhanced.dpch.lsequence.execute.set_with_opc()

Initiates the DPCH level transitions in downlink according to out-of-sync power mask. The function is only available during a call.

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.