To Unit

Convert a DataCollection to the input _to_unit.
- data [Required]A DataCollection to be converted to different units.
- to_unitText representing the unit to convert the DataCollection to (eg. m2). Connect the _data and see the all_unit output for a list of all currently-supported units for a given collection. The default won't perform any unit conversion on the output data.
- all_unitA list of all possible units that the input _data can be converted to.
- dataThe converted DataCollection.
Last modified 2yr ago