State

SCPI Command :

[SOURce]:BB:IMPairment:IQOutput<CH>:STATe
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(iqConnector=IqConnector.Default) bool[source]
# SCPI: [SOURce]:BB:IMPairment:IQOutput<CH>:STATe
value: bool = driver.source.bb.impairment.iqOutput.state.get(iqConnector = repcap.IqConnector.Default)
Activates the impairment or correction values LEAKage, QUADrature and IQRatio for the corresponding stream.

INTRO_CMD_HELP: The suffix <ch> has the following values:

  • <ch>= 0: I/Q Analog Outputs

  • <ch>= 1: I/Q Modulator Digital Impairments

param iqConnector:

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

return:

state: 0| 1| OFF| ON

set(state: bool, iqConnector=IqConnector.Default) None[source]
# SCPI: [SOURce]:BB:IMPairment:IQOutput<CH>:STATe
driver.source.bb.impairment.iqOutput.state.set(state = False, iqConnector = repcap.IqConnector.Default)
Activates the impairment or correction values LEAKage, QUADrature and IQRatio for the corresponding stream.

INTRO_CMD_HELP: The suffix <ch> has the following values:

  • <ch>= 0: I/Q Analog Outputs

  • <ch>= 1: I/Q Modulator Digital Impairments

param state:

0| 1| OFF| ON

param iqConnector:

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