Ignore:
Timestamp:
04/15/12 13:06:47 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

The IntegerEntry widget is used for the VRef as well on the landing page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/flight.py

    r84 r86  
    7575        return self._gui.v2
    7676
     77    @property
     78    def vref(self):
     79        """Get the VRef speed of the flight."""
     80        return self._gui.vref
     81
    7782    def setStage(self, timestamp, stage):
    7883        """Set the flight stage.
Note: See TracChangeset for help on using the changeset viewer.