State

SCPI Command :

[SOURce]:BB:IMPairment:RF<CH>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(path=Path.Default) bool[source]
# [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.

Parameters:

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

Returns:

state: 1 | ON | 0| OFF

set(state: bool, path=Path.Default) None[source]
# [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.

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

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