Couple
SCPI Command :
[SOURce<HW>]:CEMulation:COUPle:SPEed
- class CoupleCls[source]
Couple commands group definition. 3 total commands, 1 Subgroups, 1 group commands
- get_speed() bool [source]
# SCPI: [SOURce<HW>]:CEMulation:COUPle:SPEed value: bool = driver.source.cemulation.couple.get_speed()
No command help available
- return:
speed: No help available
- set_speed(speed: bool) None [source]
# SCPI: [SOURce<HW>]:CEMulation:COUPle:SPEed driver.source.cemulation.couple.set_speed(speed = False)
No command help available
- param speed:
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.cemulation.couple.clone()
Subgroups