DIAdem Help

Object: Unit

  • Updated2024-09-12
  • 1 minute(s) read

Object: Unit

The Unit object specifies a unit from the units catalog.

The following example displays the factor for converting the unit kilometer to the base unit:

VBScriptPython

 

Call MsgBoxDisp (UnitCatalog.Quantities("length").Units("kilometer").Factor)