Quantity

class fdsreader.utils.data.Quantity(quantity: str, short_name: str, unit: str)[source]

Object containing information about a quantity with the corresponding short_name and unit.

Variables:
  • short_name – The short short_name representing the quantity.

  • quantity – The name of the quantity.

  • unit – The corresponding unit of the quantity.

property label
property quantity