Module LandingGearUnit

A landing gear that can be opened or closed.

Element class: LandingGearUnit

Extends: Element > ElementWithState > ElementWithToggle

Functions

deploy () Deploys the landing gear.
retract () Retracts the landing gear.
isDeployed () Checks if the landing gear is deployed.
setSignalIn (plug, state) Set the value of a signal in the specified IN plug of the element.
getSignalIn (plug) Return the value of a signal in the specified IN plug of the element.


Functions

deploy ()
Deploys the landing gear.
retract ()
Retracts the landing gear.
isDeployed ()
Checks if the landing gear is deployed.

Returns:

    0/1 1 if the landing gear is deployed.
setSignalIn (plug, state)
Set the value of a signal in the specified IN plug of the element.

Valid plug names are:

  • "in" for the in signal (seems to have no actual effect when modified this way).

Parameters:

  • plug string A valid plug name to set.
  • state 0/1 The plug signal state
getSignalIn (plug)
Return the value of a signal in the specified IN plug of the element.

Valid plug names are:

  • "in" for the in signal.

Parameters:

  • plug string A valid plug name to query.

Returns:

    0/1 The plug signal state
generated by LDoc 1.5.0 Last updated 2023-09-04 19:09:50