MCPcopy
hub / github.com/dronekit/dronekit-python / airspeed

Method airspeed

dronekit/__init__.py:1798–1806  ·  view source on GitHub ↗

Current airspeed in metres/second (``double``). This attribute is settable. The set value is the default target airspeed when moving the vehicle using :py:func:`simple_goto` (or other position-based movement commands).

(self)

Source from the content-addressed store, hash-verified

1796
1797 @property
1798 def airspeed(self):
1799 """
1800 Current airspeed in metres/second (``double``).
1801
1802 This attribute is settable. The set value is the default target airspeed
1803 when moving the vehicle using :py:func:`simple_goto` (or other position-based
1804 movement commands).
1805 """
1806 return self._airspeed
1807
1808 @airspeed.setter
1809 def airspeed(self, speed):

Callers

nothing calls this directly

Calls 1

send_mavlinkMethod · 0.95

Tested by

no test coverage detected