Teledyne CARIS provides bindings for scripting with the Python programming language. These bindings provide a simple, consistent model to automate and integrate data and operations with external functions and software.
A quantity (value and unit).
The value
float
The unit
Unit
Constructor Args:value (str): A string representation of the quantity (e.g. 22.4m)
Constructor
value (str): A string representation of the quantity (e.g. 22.4m)
str
__init__( (object)arg1, (float)value, (Unit)unit) -> object :
Constructor Args:value (float): The quantity valuen value (Unit): The unit.
value (float): The quantity valuen value (Unit): The unit.