Coupled
SCPI Command :
[SOURce<HW>]:BB:ARBitrary:COUPled:STATe
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get_state() bool[source]
# [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.
- Returns:
state: 1 | ON | 0| OFF
- set_state(state: bool) None[source]
# [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.
- Parameters:
state – 1 | ON | 0| OFF
Cloning the Group
# Create a copy of the original group, that exists independently
coupled_copy = driver.source.bb.arbitrary.coupled.clone()
Subgroups