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.
caris.
Quantity
A quantity (value and unit).
value
float – The value
float
unit
Unit – The unit
Unit
__init__
Constructor Args: value (str): A string representation of the quantity (e.g. 22.4m)
Constructor
str
__init__( (object)arg1, (float)value, (Unit)unit) -> object :
Constructor Args: value (float): The quantity valuen value (Unit): The unit.
to
Convert a quantity to another unit
Args: unit (Unit): The unit to convert to