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