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