Departure

SCPI Command :

[SOURce<HW>]:FSIMulator:SCM:LOS:DEParture:[ANGLe]
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get_angle() float[source]
# [SOURce<HW>]:FSIMulator:SCM:LOS:DEParture:[ANGLe]
value: float = driver.source.fsimulator.scm.los.departure.get_angle()

Sets the AoD and AoA of the LOS component.

Returns:

angle: float Range: 0 to 359.999

set_angle(angle: float) None[source]
# [SOURce<HW>]:FSIMulator:SCM:LOS:DEParture:[ANGLe]
driver.source.fsimulator.scm.los.departure.set_angle(angle = 1.0)

Sets the AoD and AoA of the LOS component.

Parameters:

angle – float Range: 0 to 359.999

Cloning the Group

# Create a copy of the original group, that exists independently
departure_copy = driver.source.fsimulator.scm.los.departure.clone()

Subgroups