Angle

SCPI Commands :

[SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:ANGLe:CLIMb
[SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:ANGLe:DESCent
class AngleCls[source]

Angle commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_climb() float[source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:ANGLe:CLIMb
value: float = driver.source.fsimulator.dsSimulation.towerToAir.angle.get_climb()

No command help available

return

angle_climb: No help available

get_descent() float[source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:ANGLe:DESCent
value: float = driver.source.fsimulator.dsSimulation.towerToAir.angle.get_descent()

No command help available

return

angle_descent: No help available

set_climb(angle_climb: float) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:ANGLe:CLIMb
driver.source.fsimulator.dsSimulation.towerToAir.angle.set_climb(angle_climb = 1.0)

No command help available

param angle_climb

No help available

set_descent(angle_descent: float) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:ANGLe:DESCent
driver.source.fsimulator.dsSimulation.towerToAir.angle.set_descent(angle_descent = 1.0)

No command help available

param angle_descent

No help available