Couple
SCPI Command :
[SOURce<HW>]:CEMulation:COUPle:SPEed
- Commands in total: 3Subgroups: 1Direct child commands: 1
- get_speed() bool[source]
# [SOURce<HW>]:CEMulation:COUPle:SPEed value: bool = driver.source.cemulation.couple.get_speed()
No help available
- set_speed(speed: bool) None[source]
# [SOURce<HW>]:CEMulation:COUPle:SPEed driver.source.cemulation.couple.set_speed(speed = False)
No help available
Cloning the Group
# Create a copy of the original group, that exists independently
couple_copy = driver.source.cemulation.couple.clone()
Subgroups