Speed

SCPI Commands :

[SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:CRUise
[SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:DEParture
[SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:DESCent
[SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:STARt
[SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:TAKeoff
[SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:TOUChdown
Commands in total: 6
Subgroups: 0
Direct child commands: 6
get_cruise() float[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:CRUise
value: float = driver.source.fsimulator.dsSimulation.towerToAir.speed.get_cruise()

No help available

get_departure() float[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:DEParture
value: float = driver.source.fsimulator.dsSimulation.towerToAir.speed.get_departure()

No help available

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

No help available

get_start() float[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:STARt
value: float = driver.source.fsimulator.dsSimulation.towerToAir.speed.get_start()

No help available

get_takeoff() float[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:TAKeoff
value: float = driver.source.fsimulator.dsSimulation.towerToAir.speed.get_takeoff()

No help available

get_touchdown() float[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:TOUChdown
value: float = driver.source.fsimulator.dsSimulation.towerToAir.speed.get_touchdown()

No help available

set_cruise(speed_cruise: float) None[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:CRUise
driver.source.fsimulator.dsSimulation.towerToAir.speed.set_cruise(speed_cruise = 1.0)

No help available

set_departure(speed_departure: float) None[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:DEParture
driver.source.fsimulator.dsSimulation.towerToAir.speed.set_departure(speed_departure = 1.0)

No help available

set_descent(speed_descent: float) None[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:DESCent
driver.source.fsimulator.dsSimulation.towerToAir.speed.set_descent(speed_descent = 1.0)

No help available

set_start(speed_start: float) None[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:STARt
driver.source.fsimulator.dsSimulation.towerToAir.speed.set_start(speed_start = 1.0)

No help available

set_takeoff(speed_takeoff: float) None[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:TAKeoff
driver.source.fsimulator.dsSimulation.towerToAir.speed.set_takeoff(speed_takeoff = 1.0)

No help available

set_touchdown(speed_touchdown: float) None[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:TOUChdown
driver.source.fsimulator.dsSimulation.towerToAir.speed.set_touchdown(speed_touchdown = 1.0)

No help available