State

SCPI Command :

[SOURce]:BB:IMPairment:BBMM<CH>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(iqConnector=IqConnector.Default) bool[source]
# [SOURce]:BB:IMPairment:BBMM<CH>:STATe
value: bool = driver.source.bb.impairment.bbmm.state.get(iqConnector = repcap.IqConnector.Default)

Activates the impairment or correction values LEAKage, QUADrature and IQRatio for the corresponding stream.

Parameters:

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

Returns:

state: 1 | ON | 0| OFF

set(state: bool, iqConnector=IqConnector.Default) None[source]
# [SOURce]:BB:IMPairment:BBMM<CH>:STATe
driver.source.bb.impairment.bbmm.state.set(state = False, iqConnector = repcap.IqConnector.Default)

Activates the impairment or correction values LEAKage, QUADrature and IQRatio for the corresponding stream.

Parameters:
  • state – 1 | ON | 0| OFF

  • iqConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bbmm’)