Impairment

SCPI Commands :

[SOURce<HW>]:BB:IMPairment:DELay
[SOURce<HW>]:BB:IMPairment:STATe
class ImpairmentCls[source]

Impairment commands group definition. 16 total commands, 5 Subgroups, 2 group commands

get_delay() float[source]
# SCPI: [SOURce<HW>]:BB:IMPairment:DELay
value: float = driver.source.bb.impairment.get_delay()

No command help available

return:

delay: No help available

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:IMPairment:STATe
value: bool = driver.source.bb.impairment.get_state()

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

return:

state: 1| ON| 0| OFF

set_delay(delay: float) None[source]
# SCPI: [SOURce<HW>]:BB:IMPairment:DELay
driver.source.bb.impairment.set_delay(delay = 1.0)

No command help available

param delay:

No help available

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:BB:IMPairment:STATe
driver.source.bb.impairment.set_state(state = False)

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

param state:

1| ON| 0| OFF

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.impairment.clone()

Subgroups