Departure

SCPI Command :

[SOURce<HW>]:FSIMulator: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>]:FSIMulator:SCM:LOS:DEParture:[ANGLe]
value: float = driver.source.fsimulator.scm.los.departure.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:DEParture:[ANGLe]
driver.source.fsimulator.scm.los.departure.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.departure.clone()

Subgroups