State

SCPI Command :

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

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

get(digitalIq=DigitalIq.Default) bool[source]
# SCPI: [SOURce]:BB:IMPairment:FADer<CH>:STATe
value: bool = driver.source.bb.impairment.fader.state.get(digitalIq = repcap.DigitalIq.Default)

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

param digitalIq

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

return

state: 1| ON| 0| OFF

set(state: bool, digitalIq=DigitalIq.Default) None[source]
# SCPI: [SOURce]:BB:IMPairment:FADer<CH>:STATe
driver.source.bb.impairment.fader.state.set(state = False, digitalIq = repcap.DigitalIq.Default)

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

param state

1| ON| 0| OFF

param digitalIq

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