pypif.obj.common.quantity module¶
-
class
pypif.obj.common.quantity.
Quantity
(actual_mass_percent=None, actual_volume_percent=None, actual_number_percent=None, ideal_mass_percent=None, ideal_volume_percent=None, ideal_number_percent=None, tags=None, **kwargs)¶ Bases:
pypif.obj.common.pio.Pio
Information about the quantity of a system.
-
__init__
(actual_mass_percent=None, actual_volume_percent=None, actual_number_percent=None, ideal_mass_percent=None, ideal_volume_percent=None, ideal_number_percent=None, tags=None, **kwargs)¶ Constructor.
Parameters: - actual_mass_percent – Dictionary or
Scalar
object with the actual percent of the total mass made up by this system. - actual_volume_percent – Dictionary or
Scalar
object with the actual percent of the total volume made up by this system. - actual_number_percent – Dictionary or
Scalar
object with the actual percent of the total numeric quantity made up by this system. - ideal_mass_percent – Dictionary or
Scalar
object with the ideal percent of the total mass made up by this system. - ideal_volume_percent – Dictionary or
Scalar
object with the ideal percent of the total volume made up by this system. - ideal_number_percent – Dictionary or
Scalar
object with the ideal percent of the total numeric quantity made up by this system. - tags – List of tags that apply to the quantity.
- kwargs – Dictionary of fields that are not supported.
- actual_mass_percent – Dictionary or
-
actual_mass_percent
¶
-
actual_number_percent
¶
-
actual_volume_percent
¶
-
ideal_mass_percent
¶
-
ideal_number_percent
¶
-
ideal_volume_percent
¶
-