Activation

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CMODe:ULCM:ACTivation
class Activation[source]

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

set()None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CMODe:ULCM:ACTivation
driver.configure.cmode.ulcm.activation.set()

Activates the selected pattern type for the UL compressed mode TX test.

set_with_opc()None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CMODe:ULCM:ACTivation
driver.configure.cmode.ulcm.activation.set_with_opc()

Activates the selected pattern type for the UL compressed mode TX test.

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.