SUAVE  2.5.2
An Aerospace Vehicle Environment for Designing Future Aircraft
SUAVE.Plugins.pint.measurement.Measurement Class Reference
Inheritance diagram for SUAVE.Plugins.pint.measurement.Measurement:

Public Member Functions

def __init__ (self, value, error)
 
def value (self)
 
def error (self)
 
def rel (self)
 
def __add__ (self, other)
 
def __sub__ (self, other)
 
def __mul__ (self, other)
 
def __truediv__ (self, other)
 
def __floordiv__ (self, other)
 
def __str__ (self)
 
def __repr__ (self)
 
def __format__ (self, spec)
 

Detailed Description

Implements a class to describe a quantity with uncertainty.

:param value: The most likely value of the measurement.
:type value: Quantity or Number
:param error: The error or uncertainty of the measurement.
:type value: Quantity or Number

The documentation for this class was generated from the following file: