honeybee.altnumber module
Objects used as alternatives to various numerical properties.
-
class honeybee.altnumber.Autocalculate[source]
Bases: _AltNumber
Object representing when a certain numerical value is automatically calculated.
Typically, this means that the value is determined from other variables.
-
ToString()
-
to_dict()
Get the object as a dictionary.
-
property name
-
class honeybee.altnumber.NoLimit[source]
Bases: _AltNumber
Object representing no limit to a certain numerical value.
-
ToString()
-
to_dict()
Get the object as a dictionary.
-
property name
-
class honeybee.altnumber.Unassigned[source]
Bases: _AltNumber
Object representing when a certain numerical value is has not been assigned.
Typically, this means that the value has been specified elsewhere.
-
ToString()
-
to_dict()
Get the object as a dictionary.
-
property name