Flength

SCPI Commands :

[SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:FLENgth:LANDing
[SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:FLENgth:TAKeoff
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_landing() float[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:FLENgth:LANDing
value: float = driver.source.fsimulator.dsSimulation.towerToAir.flength.get_landing()

No help available

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

No help available

set_landing(flen_landing: float) None[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:FLENgth:LANDing
driver.source.fsimulator.dsSimulation.towerToAir.flength.set_landing(flen_landing = 1.0)

No help available

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

No help available