State

SCPI Commands

SOURce:DATA:CONTrol:IMS<Ims>:STATe
class State[source]

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

get(ims=<Ims.Default: -1>)RsCmwDau.enums.DauState[source]
# SCPI: SOURce:DATA:CONTrol:IMS<Suffix>:STATe
value: enums.DauState = driver.source.data.control.ims.state.get(ims = repcap.Ims.Default)

Starts or stops the IMS service and the IMS server.

param ims

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Ims’)

return

state: OFF | ON | PENDing OFF: service switched off ON: service switched on PEND: service activation or deactivation ongoing

set(control: bool, ims=<Ims.Default: -1>)None[source]
# SCPI: SOURce:DATA:CONTrol:IMS<Suffix>:STATe
driver.source.data.control.ims.state.set(control = False, ims = repcap.Ims.Default)

Starts or stops the IMS service and the IMS server.

param control

ON | OFF Switch the service ON or OFF

param ims

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Ims’)