State
SCPI Command :
[SOURce]:BB:IMPairment:FADer<CH>:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(digitalIq=DigitalIq.Default) bool[source]
# [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.
- Parameters:
digitalIq – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)
- Returns:
state: 1 | ON | 0| OFF
- set(state: bool, digitalIq=DigitalIq.Default) None[source]
# [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.
- Parameters:
state – 1 | ON | 0| OFF
digitalIq – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)