Arrival
SCPI Command :
[SOURce<HW>]:FSIMulator:SCM:LOS:ARRival:[ANGLe]
- class ArrivalCls[source]
Arrival commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get_angle() float [source]
# SCPI: [SOURce<HW>]:FSIMulator:SCM:LOS:ARRival:[ANGLe] value: float = driver.source.fsimulator.scm.los.arrival.get_angle()
Sets the AoD and AoA of the LOS component.
- return:
angle: float Range: 0 to 359.999
- set_angle(angle: float) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:SCM:LOS:ARRival:[ANGLe] driver.source.fsimulator.scm.los.arrival.set_angle(angle = 1.0)
Sets the AoD and AoA of the LOS component.
- param angle:
float Range: 0 to 359.999
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.fsimulator.scm.los.arrival.clone()
Subgroups