mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
MOOSE generated documentation [skip ci]
This commit is contained in:
@@ -2446,19 +2446,19 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
|
||||
<p>There are two types of BEACONs available : the (aircraft) TACAN Beacon and the general purpose Radio Beacon.
|
||||
Note that in both case, you can set an optional parameter : the <code>BeaconDuration</code>. This can be very usefull to simulate the battery time if your BEACON is
|
||||
Note that in both case, you can set an optional parameter : the <code>BeaconDuration</code>. This can be very useful to simulate the battery time if your BEACON is
|
||||
attach to a cargo crate, for exemple. </p>
|
||||
|
||||
<h2>Aircraft TACAN Beacon usage</h2>
|
||||
|
||||
<p>This beacon only works with airborne <a href="Wrapper.Unit.html##(UNIT)">Wrapper.Unit#UNIT</a> or a <a href="Wrapper.Group.html##(GROUP)">Wrapper.Group#GROUP</a>. Use <a href="##(BEACON)">#BEACON</a>() to set the beacon parameters and start the beacon.
|
||||
Use @#BEACON:StopRadioBeacon}() to stop it.</p>
|
||||
<p>This beacon only works with airborne <a href="Wrapper.Unit.html##(UNIT)">Wrapper.Unit#UNIT</a> or a <a href="Wrapper.Group.html##(GROUP)">Wrapper.Group#GROUP</a>. Use <a href="##(BEACON).ActivateTACAN">BEACON.ActivateTACAN</a>() to set the beacon parameters and start the beacon.
|
||||
Use <a href="##(BEACON).StopRadioBeacon">BEACON.StopRadioBeacon</a>() to stop it.</p>
|
||||
|
||||
<h2>General Purpose Radio Beacon usage</h2>
|
||||
|
||||
<p>This beacon will work with any <a href="Wrapper.Positionable.html##(POSITIONABLE)">Wrapper.Positionable#POSITIONABLE</a>, but **it won't follow the <a href="Wrapper.Positionable.html##(POSITIONABLE)">Wrapper.Positionable#POSITIONABLE</a>** ! This means that you should only use it with
|
||||
<a href="Wrapper.Positionable.html##(POSITIONABLE)">Wrapper.Positionable#POSITIONABLE</a> that don't move, or move very slowly. Use <a href="##(BEACON)">#BEACON</a>() to set the beacon parameters and start the beacon.
|
||||
Use <a href="##(BEACON)">#BEACON</a>() to stop it.</p>
|
||||
<a href="Wrapper.Positionable.html##(POSITIONABLE)">Wrapper.Positionable#POSITIONABLE</a> that don't move, or move very slowly. Use <a href="##(BEACON).RadioBeacon">BEACON.RadioBeacon</a>() to set the beacon parameters and start the beacon.
|
||||
Use <a href="##(BEACON).StopRadioBeacon">BEACON.StopRadioBeacon</a>() to stop it.</p>
|
||||
|
||||
|
||||
<div class="fields w3-container w3-theme-l2">
|
||||
|
||||
Reference in New Issue
Block a user