Execute
SCPI Command :
[SOURce]:BB:W3GPp:TS25141:TCASe:EXECute
- class ExecuteCls[source]
Execute commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- set() None [source]
# SCPI: [SOURce]:BB:W3GPp:TS25141:TCASe:EXECute driver.source.bb.w3Gpp.ts25141.tcase.execute.set()
The command activates the current settings of the test case wizard. Signal generation is started at the first trigger received by the generator. The RF output is not activated /deactivated by this command, so care has to be taken that ‘RF State’ is ‘On’ (OUTPut:STATe ON) at the beginning of the measurement. The command activates the preset parameters of the TS25141 commands and - for most test cases - also the parameters of one or more of the subsystems SOURce:AWGN, SOURce:W3GPp, SOURce:DM and SOURce:FSIM.
- set_with_opc(opc_timeout_ms: int = - 1) None [source]
# SCPI: [SOURce]:BB:W3GPp:TS25141:TCASe:EXECute driver.source.bb.w3Gpp.ts25141.tcase.execute.set_with_opc()
The command activates the current settings of the test case wizard. Signal generation is started at the first trigger received by the generator. The RF output is not activated /deactivated by this command, so care has to be taken that ‘RF State’ is ‘On’ (OUTPut:STATe ON) at the beginning of the measurement. The command activates the preset parameters of the TS25141 commands and - for most test cases - also the parameters of one or more of the subsystems SOURce:AWGN, SOURce:W3GPp, SOURce:DM and SOURce:FSIM.
Same as set, but waits for the operation to complete before continuing further. Use the RsSmw.utilities.opc_timeout_set() to set the timeout value.
- param opc_timeout_ms
Maximum time to wait in milliseconds, valid only for this call.