Coupled

SCPI Command :

[SOURce<HW>]:BB:ARBitrary:COUPled:STATe
class CoupledCls[source]

Coupled commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:COUPled:STATe
value: bool = driver.source.bb.arbitrary.coupled.get_state()

In an instrument configuration with , selects that all basebands use the same waveform.

return

state: 1| ON| 0| OFF

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:COUPled:STATe
driver.source.bb.arbitrary.coupled.set_state(state = False)

In an instrument configuration with , selects that all basebands use the same waveform.

param state

1| ON| 0| OFF

Cloning the Group

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

Subgroups