State
SCPI Command :
[SOURce]:BB:IMPairment:RF<CH>:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(path=Path.Default) bool [source]
# SCPI: [SOURce]:BB:IMPairment:RF<CH>:STATe value: bool = driver.source.bb.impairment.rf.state.get(path = repcap.Path.Default)
Activates the impairment or correction values LEAKage, QUADrature and IQRatio for the corresponding stream.
- param path
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)
- return
state: 1| ON| 0| OFF
- set(state: bool, path=Path.Default) None [source]
# SCPI: [SOURce]:BB:IMPairment:RF<CH>:STATe driver.source.bb.impairment.rf.state.set(state = False, path = repcap.Path.Default)
Activates the impairment or correction values LEAKage, QUADrature and IQRatio for the corresponding stream.
- param state
1| ON| 0| OFF
- param path
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)