Departure
SCPI Command :
[SOURce<HW>]:CEMulation:SCM:LOS:DEParture:[ANGLe]
- class DepartureCls[source]
Departure commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get_angle() float [source]
# SCPI: [SOURce<HW>]:CEMulation:SCM:LOS:DEParture:[ANGLe] value: float = driver.source.cemulation.scm.los.departure.get_angle()
No command help available
- return:
angle: No help available
- set_angle(angle: float) None [source]
# SCPI: [SOURce<HW>]:CEMulation:SCM:LOS:DEParture:[ANGLe] driver.source.cemulation.scm.los.departure.set_angle(angle = 1.0)
No command help available
- param angle:
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.cemulation.scm.los.departure.clone()
Subgroups