body_hash
stringlengths
64
64
body
stringlengths
23
109k
docstring
stringlengths
1
57k
path
stringlengths
4
198
name
stringlengths
1
115
repository_name
stringlengths
7
111
repository_stars
float64
0
191k
lang
stringclasses
1 value
body_without_docstring
stringlengths
14
108k
unified
stringlengths
45
133k
adbadb1780644fa056bebb38d073992e4a2b205320265cca174feaa0c35caa31
@maximum_cycling_rate.setter def maximum_cycling_rate(self, value=2.5): 'Corresponds to IDD field `Maximum Cycling Rate`' self['Maximum Cycling Rate'] = value
Corresponds to IDD field `Maximum Cycling Rate`
pyidf/zone_hvac_forced_air_units.py
maximum_cycling_rate
marcelosalles/pyidf
19
python
@maximum_cycling_rate.setter def maximum_cycling_rate(self, value=2.5): self['Maximum Cycling Rate'] = value
@maximum_cycling_rate.setter def maximum_cycling_rate(self, value=2.5): self['Maximum Cycling Rate'] = value<|docstring|>Corresponds to IDD field `Maximum Cycling Rate`<|endoftext|>
b4b8b20c4b752c5796867892fa5f34e9ba07e48cb923b0ac14f206737272135c
@property def heat_pump_time_constant(self): "field `Heat Pump Time Constant`\n\n | Time constant for the cooling coil's capacity to reach steady state after startup\n | Suggested value is 60 for a typical heat pump\n | Units: s\n | Default value: 60.0\n | value <= 500.0\n\n Args:\n value (float): value for IDD Field `Heat Pump Time Constant`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `heat_pump_time_constant` or None if not set\n\n " return self['Heat Pump Time Constant']
field `Heat Pump Time Constant` | Time constant for the cooling coil's capacity to reach steady state after startup | Suggested value is 60 for a typical heat pump | Units: s | Default value: 60.0 | value <= 500.0 Args: value (float): value for IDD Field `Heat Pump Time Constant` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `heat_pump_time_constant` or None if not set
pyidf/zone_hvac_forced_air_units.py
heat_pump_time_constant
marcelosalles/pyidf
19
python
@property def heat_pump_time_constant(self): "field `Heat Pump Time Constant`\n\n | Time constant for the cooling coil's capacity to reach steady state after startup\n | Suggested value is 60 for a typical heat pump\n | Units: s\n | Default value: 60.0\n | value <= 500.0\n\n Args:\n value (float): value for IDD Field `Heat Pump Time Constant`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `heat_pump_time_constant` or None if not set\n\n " return self['Heat Pump Time Constant']
@property def heat_pump_time_constant(self): "field `Heat Pump Time Constant`\n\n | Time constant for the cooling coil's capacity to reach steady state after startup\n | Suggested value is 60 for a typical heat pump\n | Units: s\n | Default value: 60.0\n | value <= 500.0\n\n Args:\n value (float): value for IDD Field `Heat Pump Time Constant`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `heat_pump_time_constant` or None if not set\n\n " return self['Heat Pump Time Constant']<|docstring|>field `Heat Pump Time Constant` | Time constant for the cooling coil's capacity to reach steady state after startup | Suggested value is 60 for a typical heat pump | Units: s | Default value: 60.0 | value <= 500.0 Args: value (float): value for IDD Field `Heat Pump Time Constant` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `heat_pump_time_constant` or None if not set<|endoftext|>
3cf55e14c31f3c0bd20cea5539698193be549ccab805ad726d38d53f23955c01
@heat_pump_time_constant.setter def heat_pump_time_constant(self, value=60.0): 'Corresponds to IDD field `Heat Pump Time Constant`' self['Heat Pump Time Constant'] = value
Corresponds to IDD field `Heat Pump Time Constant`
pyidf/zone_hvac_forced_air_units.py
heat_pump_time_constant
marcelosalles/pyidf
19
python
@heat_pump_time_constant.setter def heat_pump_time_constant(self, value=60.0): self['Heat Pump Time Constant'] = value
@heat_pump_time_constant.setter def heat_pump_time_constant(self, value=60.0): self['Heat Pump Time Constant'] = value<|docstring|>Corresponds to IDD field `Heat Pump Time Constant`<|endoftext|>
a1bca1e90950a620f737374b86c000e427a026dd16adc9227e692f377641064a
@property def fraction_of_oncycle_power_use(self): 'field `Fraction of On-Cycle Power Use`\n\n | The fraction of on-cycle power use to adjust the part load fraction based on\n | the off-cycle power consumption due to crankcase heaters, controls, fans, and etc.\n | Suggested value is 0.01 for a typical heat pump\n | Default value: 0.01\n | value <= 0.05\n\n Args:\n value (float): value for IDD Field `Fraction of On-Cycle Power Use`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `fraction_of_oncycle_power_use` or None if not set\n ' return self['Fraction of On-Cycle Power Use']
field `Fraction of On-Cycle Power Use` | The fraction of on-cycle power use to adjust the part load fraction based on | the off-cycle power consumption due to crankcase heaters, controls, fans, and etc. | Suggested value is 0.01 for a typical heat pump | Default value: 0.01 | value <= 0.05 Args: value (float): value for IDD Field `Fraction of On-Cycle Power Use` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `fraction_of_oncycle_power_use` or None if not set
pyidf/zone_hvac_forced_air_units.py
fraction_of_oncycle_power_use
marcelosalles/pyidf
19
python
@property def fraction_of_oncycle_power_use(self): 'field `Fraction of On-Cycle Power Use`\n\n | The fraction of on-cycle power use to adjust the part load fraction based on\n | the off-cycle power consumption due to crankcase heaters, controls, fans, and etc.\n | Suggested value is 0.01 for a typical heat pump\n | Default value: 0.01\n | value <= 0.05\n\n Args:\n value (float): value for IDD Field `Fraction of On-Cycle Power Use`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `fraction_of_oncycle_power_use` or None if not set\n ' return self['Fraction of On-Cycle Power Use']
@property def fraction_of_oncycle_power_use(self): 'field `Fraction of On-Cycle Power Use`\n\n | The fraction of on-cycle power use to adjust the part load fraction based on\n | the off-cycle power consumption due to crankcase heaters, controls, fans, and etc.\n | Suggested value is 0.01 for a typical heat pump\n | Default value: 0.01\n | value <= 0.05\n\n Args:\n value (float): value for IDD Field `Fraction of On-Cycle Power Use`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `fraction_of_oncycle_power_use` or None if not set\n ' return self['Fraction of On-Cycle Power Use']<|docstring|>field `Fraction of On-Cycle Power Use` | The fraction of on-cycle power use to adjust the part load fraction based on | the off-cycle power consumption due to crankcase heaters, controls, fans, and etc. | Suggested value is 0.01 for a typical heat pump | Default value: 0.01 | value <= 0.05 Args: value (float): value for IDD Field `Fraction of On-Cycle Power Use` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `fraction_of_oncycle_power_use` or None if not set<|endoftext|>
c0f0059beaeff36b664f4ba45f73b088299a106a420b99a1840c30baedb3f5d6
@fraction_of_oncycle_power_use.setter def fraction_of_oncycle_power_use(self, value=0.01): ' Corresponds to IDD field `Fraction of On-Cycle Power Use`\n\n ' self['Fraction of On-Cycle Power Use'] = value
Corresponds to IDD field `Fraction of On-Cycle Power Use`
pyidf/zone_hvac_forced_air_units.py
fraction_of_oncycle_power_use
marcelosalles/pyidf
19
python
@fraction_of_oncycle_power_use.setter def fraction_of_oncycle_power_use(self, value=0.01): ' \n\n ' self['Fraction of On-Cycle Power Use'] = value
@fraction_of_oncycle_power_use.setter def fraction_of_oncycle_power_use(self, value=0.01): ' \n\n ' self['Fraction of On-Cycle Power Use'] = value<|docstring|>Corresponds to IDD field `Fraction of On-Cycle Power Use`<|endoftext|>
17ab9110aac4b904e1da6d1db8e83370ce91c354849a8fa8ba65a673c0c5ca03
@property def heat_pump_fan_delay_time(self): 'field `Heat Pump Fan Delay Time`\n\n | Programmed time delay for heat pump fan to shut off after compressor cycle off.\n | Only required when fan operating mode is cycling\n | Enter 0 when fan operating mode is continuous\n | Units: s\n | Default value: 60.0\n\n Args:\n value (float): value for IDD Field `Heat Pump Fan Delay Time`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `heat_pump_fan_delay_time` or None if not set\n\n ' return self['Heat Pump Fan Delay Time']
field `Heat Pump Fan Delay Time` | Programmed time delay for heat pump fan to shut off after compressor cycle off. | Only required when fan operating mode is cycling | Enter 0 when fan operating mode is continuous | Units: s | Default value: 60.0 Args: value (float): value for IDD Field `Heat Pump Fan Delay Time` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `heat_pump_fan_delay_time` or None if not set
pyidf/zone_hvac_forced_air_units.py
heat_pump_fan_delay_time
marcelosalles/pyidf
19
python
@property def heat_pump_fan_delay_time(self): 'field `Heat Pump Fan Delay Time`\n\n | Programmed time delay for heat pump fan to shut off after compressor cycle off.\n | Only required when fan operating mode is cycling\n | Enter 0 when fan operating mode is continuous\n | Units: s\n | Default value: 60.0\n\n Args:\n value (float): value for IDD Field `Heat Pump Fan Delay Time`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `heat_pump_fan_delay_time` or None if not set\n\n ' return self['Heat Pump Fan Delay Time']
@property def heat_pump_fan_delay_time(self): 'field `Heat Pump Fan Delay Time`\n\n | Programmed time delay for heat pump fan to shut off after compressor cycle off.\n | Only required when fan operating mode is cycling\n | Enter 0 when fan operating mode is continuous\n | Units: s\n | Default value: 60.0\n\n Args:\n value (float): value for IDD Field `Heat Pump Fan Delay Time`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `heat_pump_fan_delay_time` or None if not set\n\n ' return self['Heat Pump Fan Delay Time']<|docstring|>field `Heat Pump Fan Delay Time` | Programmed time delay for heat pump fan to shut off after compressor cycle off. | Only required when fan operating mode is cycling | Enter 0 when fan operating mode is continuous | Units: s | Default value: 60.0 Args: value (float): value for IDD Field `Heat Pump Fan Delay Time` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `heat_pump_fan_delay_time` or None if not set<|endoftext|>
dca8c0e272db9bbb9c673a68141a9f55278f90efe1e981d0656bdba2895d873a
@heat_pump_fan_delay_time.setter def heat_pump_fan_delay_time(self, value=60.0): 'Corresponds to IDD field `Heat Pump Fan Delay Time`' self['Heat Pump Fan Delay Time'] = value
Corresponds to IDD field `Heat Pump Fan Delay Time`
pyidf/zone_hvac_forced_air_units.py
heat_pump_fan_delay_time
marcelosalles/pyidf
19
python
@heat_pump_fan_delay_time.setter def heat_pump_fan_delay_time(self, value=60.0): self['Heat Pump Fan Delay Time'] = value
@heat_pump_fan_delay_time.setter def heat_pump_fan_delay_time(self, value=60.0): self['Heat Pump Fan Delay Time'] = value<|docstring|>Corresponds to IDD field `Heat Pump Fan Delay Time`<|endoftext|>
c91b898b63ed3e032d53b1f6a51f3062cc2a893fd82573e34b3dfe33b08584a7
@property def supplemental_heating_coil_object_type(self): 'field `Supplemental Heating Coil Object Type`\n\n | works with gas, electric, hot water and steam heating coils\n\n Args:\n value (str): value for IDD Field `Supplemental Heating Coil Object Type`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `supplemental_heating_coil_object_type` or None if not set\n\n ' return self['Supplemental Heating Coil Object Type']
field `Supplemental Heating Coil Object Type` | works with gas, electric, hot water and steam heating coils Args: value (str): value for IDD Field `Supplemental Heating Coil Object Type` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `supplemental_heating_coil_object_type` or None if not set
pyidf/zone_hvac_forced_air_units.py
supplemental_heating_coil_object_type
marcelosalles/pyidf
19
python
@property def supplemental_heating_coil_object_type(self): 'field `Supplemental Heating Coil Object Type`\n\n | works with gas, electric, hot water and steam heating coils\n\n Args:\n value (str): value for IDD Field `Supplemental Heating Coil Object Type`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `supplemental_heating_coil_object_type` or None if not set\n\n ' return self['Supplemental Heating Coil Object Type']
@property def supplemental_heating_coil_object_type(self): 'field `Supplemental Heating Coil Object Type`\n\n | works with gas, electric, hot water and steam heating coils\n\n Args:\n value (str): value for IDD Field `Supplemental Heating Coil Object Type`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `supplemental_heating_coil_object_type` or None if not set\n\n ' return self['Supplemental Heating Coil Object Type']<|docstring|>field `Supplemental Heating Coil Object Type` | works with gas, electric, hot water and steam heating coils Args: value (str): value for IDD Field `Supplemental Heating Coil Object Type` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `supplemental_heating_coil_object_type` or None if not set<|endoftext|>
468a22d352360072747af6563fc2eaf082441161377b592e1687f0eecb282b98
@supplemental_heating_coil_object_type.setter def supplemental_heating_coil_object_type(self, value=None): 'Corresponds to IDD field `Supplemental Heating Coil Object Type`' self['Supplemental Heating Coil Object Type'] = value
Corresponds to IDD field `Supplemental Heating Coil Object Type`
pyidf/zone_hvac_forced_air_units.py
supplemental_heating_coil_object_type
marcelosalles/pyidf
19
python
@supplemental_heating_coil_object_type.setter def supplemental_heating_coil_object_type(self, value=None): self['Supplemental Heating Coil Object Type'] = value
@supplemental_heating_coil_object_type.setter def supplemental_heating_coil_object_type(self, value=None): self['Supplemental Heating Coil Object Type'] = value<|docstring|>Corresponds to IDD field `Supplemental Heating Coil Object Type`<|endoftext|>
852823a29f203bce36a091fb287bf77412f5b57637b4acc9bb478915b83a6387
@property def supplemental_heating_coil_name(self): 'field `Supplemental Heating Coil Name`\n\n | Needs to match in the supplemental heating coil object\n\n Args:\n value (str): value for IDD Field `Supplemental Heating Coil Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `supplemental_heating_coil_name` or None if not set\n\n ' return self['Supplemental Heating Coil Name']
field `Supplemental Heating Coil Name` | Needs to match in the supplemental heating coil object Args: value (str): value for IDD Field `Supplemental Heating Coil Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `supplemental_heating_coil_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
supplemental_heating_coil_name
marcelosalles/pyidf
19
python
@property def supplemental_heating_coil_name(self): 'field `Supplemental Heating Coil Name`\n\n | Needs to match in the supplemental heating coil object\n\n Args:\n value (str): value for IDD Field `Supplemental Heating Coil Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `supplemental_heating_coil_name` or None if not set\n\n ' return self['Supplemental Heating Coil Name']
@property def supplemental_heating_coil_name(self): 'field `Supplemental Heating Coil Name`\n\n | Needs to match in the supplemental heating coil object\n\n Args:\n value (str): value for IDD Field `Supplemental Heating Coil Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `supplemental_heating_coil_name` or None if not set\n\n ' return self['Supplemental Heating Coil Name']<|docstring|>field `Supplemental Heating Coil Name` | Needs to match in the supplemental heating coil object Args: value (str): value for IDD Field `Supplemental Heating Coil Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `supplemental_heating_coil_name` or None if not set<|endoftext|>
b749a220d85fe3cdd6eb6cb387b1f0611c82439f9d5bbf9c425ef8402b6d4a74
@supplemental_heating_coil_name.setter def supplemental_heating_coil_name(self, value=None): 'Corresponds to IDD field `Supplemental Heating Coil Name`' self['Supplemental Heating Coil Name'] = value
Corresponds to IDD field `Supplemental Heating Coil Name`
pyidf/zone_hvac_forced_air_units.py
supplemental_heating_coil_name
marcelosalles/pyidf
19
python
@supplemental_heating_coil_name.setter def supplemental_heating_coil_name(self, value=None): self['Supplemental Heating Coil Name'] = value
@supplemental_heating_coil_name.setter def supplemental_heating_coil_name(self, value=None): self['Supplemental Heating Coil Name'] = value<|docstring|>Corresponds to IDD field `Supplemental Heating Coil Name`<|endoftext|>
4cc62b64485257c82ef64b4b84e63fd0f15fc931d5ac90e9f12bd457aac3ce1d
@property def maximum_supply_air_temperature_from_supplemental_heater(self): 'field `Maximum Supply Air Temperature from Supplemental Heater`\n\n | Units: C\n\n Args:\n value (float or "Autosize"): value for IDD Field `Maximum Supply Air Temperature from Supplemental Heater`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float or "Autosize": the value of `maximum_supply_air_temperature_from_supplemental_heater` or None if not set\n\n ' return self['Maximum Supply Air Temperature from Supplemental Heater']
field `Maximum Supply Air Temperature from Supplemental Heater` | Units: C Args: value (float or "Autosize"): value for IDD Field `Maximum Supply Air Temperature from Supplemental Heater` Raises: ValueError: if `value` is not a valid value Returns: float or "Autosize": the value of `maximum_supply_air_temperature_from_supplemental_heater` or None if not set
pyidf/zone_hvac_forced_air_units.py
maximum_supply_air_temperature_from_supplemental_heater
marcelosalles/pyidf
19
python
@property def maximum_supply_air_temperature_from_supplemental_heater(self): 'field `Maximum Supply Air Temperature from Supplemental Heater`\n\n | Units: C\n\n Args:\n value (float or "Autosize"): value for IDD Field `Maximum Supply Air Temperature from Supplemental Heater`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float or "Autosize": the value of `maximum_supply_air_temperature_from_supplemental_heater` or None if not set\n\n ' return self['Maximum Supply Air Temperature from Supplemental Heater']
@property def maximum_supply_air_temperature_from_supplemental_heater(self): 'field `Maximum Supply Air Temperature from Supplemental Heater`\n\n | Units: C\n\n Args:\n value (float or "Autosize"): value for IDD Field `Maximum Supply Air Temperature from Supplemental Heater`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float or "Autosize": the value of `maximum_supply_air_temperature_from_supplemental_heater` or None if not set\n\n ' return self['Maximum Supply Air Temperature from Supplemental Heater']<|docstring|>field `Maximum Supply Air Temperature from Supplemental Heater` | Units: C Args: value (float or "Autosize"): value for IDD Field `Maximum Supply Air Temperature from Supplemental Heater` Raises: ValueError: if `value` is not a valid value Returns: float or "Autosize": the value of `maximum_supply_air_temperature_from_supplemental_heater` or None if not set<|endoftext|>
b014156fc08ae3bf52741bd90385fb013455719f54a00ac61241bc14338cdfb7
@maximum_supply_air_temperature_from_supplemental_heater.setter def maximum_supply_air_temperature_from_supplemental_heater(self, value=None): 'Corresponds to IDD field `Maximum Supply Air Temperature from\n Supplemental Heater`' self['Maximum Supply Air Temperature from Supplemental Heater'] = value
Corresponds to IDD field `Maximum Supply Air Temperature from Supplemental Heater`
pyidf/zone_hvac_forced_air_units.py
maximum_supply_air_temperature_from_supplemental_heater
marcelosalles/pyidf
19
python
@maximum_supply_air_temperature_from_supplemental_heater.setter def maximum_supply_air_temperature_from_supplemental_heater(self, value=None): 'Corresponds to IDD field `Maximum Supply Air Temperature from\n Supplemental Heater`' self['Maximum Supply Air Temperature from Supplemental Heater'] = value
@maximum_supply_air_temperature_from_supplemental_heater.setter def maximum_supply_air_temperature_from_supplemental_heater(self, value=None): 'Corresponds to IDD field `Maximum Supply Air Temperature from\n Supplemental Heater`' self['Maximum Supply Air Temperature from Supplemental Heater'] = value<|docstring|>Corresponds to IDD field `Maximum Supply Air Temperature from Supplemental Heater`<|endoftext|>
efa97666c421ec9e1fdf77aad7c95599195acbfb307f5c7c28df685645442204
@property def maximum_outdoor_drybulb_temperature_for_supplemental_heater_operation(self): 'field `Maximum Outdoor Dry-Bulb Temperature for Supplemental Heater Operation`\n\n | Units: C\n | Default value: 21.0\n | value <= 21.0\n\n Args:\n value (float): value for IDD Field `Maximum Outdoor Dry-Bulb Temperature for Supplemental Heater Operation`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `maximum_outdoor_drybulb_temperature_for_supplemental_heater_operation` or None if not set\n ' return self['Maximum Outdoor Dry-Bulb Temperature for Supplemental Heater Operation']
field `Maximum Outdoor Dry-Bulb Temperature for Supplemental Heater Operation` | Units: C | Default value: 21.0 | value <= 21.0 Args: value (float): value for IDD Field `Maximum Outdoor Dry-Bulb Temperature for Supplemental Heater Operation` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `maximum_outdoor_drybulb_temperature_for_supplemental_heater_operation` or None if not set
pyidf/zone_hvac_forced_air_units.py
maximum_outdoor_drybulb_temperature_for_supplemental_heater_operation
marcelosalles/pyidf
19
python
@property def maximum_outdoor_drybulb_temperature_for_supplemental_heater_operation(self): 'field `Maximum Outdoor Dry-Bulb Temperature for Supplemental Heater Operation`\n\n | Units: C\n | Default value: 21.0\n | value <= 21.0\n\n Args:\n value (float): value for IDD Field `Maximum Outdoor Dry-Bulb Temperature for Supplemental Heater Operation`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `maximum_outdoor_drybulb_temperature_for_supplemental_heater_operation` or None if not set\n ' return self['Maximum Outdoor Dry-Bulb Temperature for Supplemental Heater Operation']
@property def maximum_outdoor_drybulb_temperature_for_supplemental_heater_operation(self): 'field `Maximum Outdoor Dry-Bulb Temperature for Supplemental Heater Operation`\n\n | Units: C\n | Default value: 21.0\n | value <= 21.0\n\n Args:\n value (float): value for IDD Field `Maximum Outdoor Dry-Bulb Temperature for Supplemental Heater Operation`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `maximum_outdoor_drybulb_temperature_for_supplemental_heater_operation` or None if not set\n ' return self['Maximum Outdoor Dry-Bulb Temperature for Supplemental Heater Operation']<|docstring|>field `Maximum Outdoor Dry-Bulb Temperature for Supplemental Heater Operation` | Units: C | Default value: 21.0 | value <= 21.0 Args: value (float): value for IDD Field `Maximum Outdoor Dry-Bulb Temperature for Supplemental Heater Operation` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `maximum_outdoor_drybulb_temperature_for_supplemental_heater_operation` or None if not set<|endoftext|>
ef4ca9ab5a3d3f8d6395ffd83b9b3904f18b71f02aa9aa9211478d87528032c7
@maximum_outdoor_drybulb_temperature_for_supplemental_heater_operation.setter def maximum_outdoor_drybulb_temperature_for_supplemental_heater_operation(self, value=21.0): ' Corresponds to IDD field `Maximum Outdoor Dry-Bulb Temperature for Supplemental Heater Operation`\n\n ' self['Maximum Outdoor Dry-Bulb Temperature for Supplemental Heater Operation'] = value
Corresponds to IDD field `Maximum Outdoor Dry-Bulb Temperature for Supplemental Heater Operation`
pyidf/zone_hvac_forced_air_units.py
maximum_outdoor_drybulb_temperature_for_supplemental_heater_operation
marcelosalles/pyidf
19
python
@maximum_outdoor_drybulb_temperature_for_supplemental_heater_operation.setter def maximum_outdoor_drybulb_temperature_for_supplemental_heater_operation(self, value=21.0): ' \n\n ' self['Maximum Outdoor Dry-Bulb Temperature for Supplemental Heater Operation'] = value
@maximum_outdoor_drybulb_temperature_for_supplemental_heater_operation.setter def maximum_outdoor_drybulb_temperature_for_supplemental_heater_operation(self, value=21.0): ' \n\n ' self['Maximum Outdoor Dry-Bulb Temperature for Supplemental Heater Operation'] = value<|docstring|>Corresponds to IDD field `Maximum Outdoor Dry-Bulb Temperature for Supplemental Heater Operation`<|endoftext|>
859b6a7b02bad93436df338bdf0a4d51d102b6d174a95116cecc3b215af6238d
@property def outdoor_drybulb_temperature_sensor_node_name(self): 'field `Outdoor Dry-Bulb Temperature Sensor Node Name`\n\n\n Args:\n value (str): value for IDD Field `Outdoor Dry-Bulb Temperature Sensor Node Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `outdoor_drybulb_temperature_sensor_node_name` or None if not set\n ' return self['Outdoor Dry-Bulb Temperature Sensor Node Name']
field `Outdoor Dry-Bulb Temperature Sensor Node Name` Args: value (str): value for IDD Field `Outdoor Dry-Bulb Temperature Sensor Node Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `outdoor_drybulb_temperature_sensor_node_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
outdoor_drybulb_temperature_sensor_node_name
marcelosalles/pyidf
19
python
@property def outdoor_drybulb_temperature_sensor_node_name(self): 'field `Outdoor Dry-Bulb Temperature Sensor Node Name`\n\n\n Args:\n value (str): value for IDD Field `Outdoor Dry-Bulb Temperature Sensor Node Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `outdoor_drybulb_temperature_sensor_node_name` or None if not set\n ' return self['Outdoor Dry-Bulb Temperature Sensor Node Name']
@property def outdoor_drybulb_temperature_sensor_node_name(self): 'field `Outdoor Dry-Bulb Temperature Sensor Node Name`\n\n\n Args:\n value (str): value for IDD Field `Outdoor Dry-Bulb Temperature Sensor Node Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `outdoor_drybulb_temperature_sensor_node_name` or None if not set\n ' return self['Outdoor Dry-Bulb Temperature Sensor Node Name']<|docstring|>field `Outdoor Dry-Bulb Temperature Sensor Node Name` Args: value (str): value for IDD Field `Outdoor Dry-Bulb Temperature Sensor Node Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `outdoor_drybulb_temperature_sensor_node_name` or None if not set<|endoftext|>
d4b12e0399a5b5aac5dce3172caec601d339b338567e5cba513655597e7301a7
@outdoor_drybulb_temperature_sensor_node_name.setter def outdoor_drybulb_temperature_sensor_node_name(self, value=None): ' Corresponds to IDD field `Outdoor Dry-Bulb Temperature Sensor Node Name`\n\n ' self['Outdoor Dry-Bulb Temperature Sensor Node Name'] = value
Corresponds to IDD field `Outdoor Dry-Bulb Temperature Sensor Node Name`
pyidf/zone_hvac_forced_air_units.py
outdoor_drybulb_temperature_sensor_node_name
marcelosalles/pyidf
19
python
@outdoor_drybulb_temperature_sensor_node_name.setter def outdoor_drybulb_temperature_sensor_node_name(self, value=None): ' \n\n ' self['Outdoor Dry-Bulb Temperature Sensor Node Name'] = value
@outdoor_drybulb_temperature_sensor_node_name.setter def outdoor_drybulb_temperature_sensor_node_name(self, value=None): ' \n\n ' self['Outdoor Dry-Bulb Temperature Sensor Node Name'] = value<|docstring|>Corresponds to IDD field `Outdoor Dry-Bulb Temperature Sensor Node Name`<|endoftext|>
c97090a564701b4d15cc278ab308f3feb2228cf8582c407afcbfa38cf78c0b6d
@property def fan_placement(self): 'field `Fan Placement`\n\n | Default value: BlowThrough\n\n Args:\n value (str): value for IDD Field `Fan Placement`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `fan_placement` or None if not set\n\n ' return self['Fan Placement']
field `Fan Placement` | Default value: BlowThrough Args: value (str): value for IDD Field `Fan Placement` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `fan_placement` or None if not set
pyidf/zone_hvac_forced_air_units.py
fan_placement
marcelosalles/pyidf
19
python
@property def fan_placement(self): 'field `Fan Placement`\n\n | Default value: BlowThrough\n\n Args:\n value (str): value for IDD Field `Fan Placement`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `fan_placement` or None if not set\n\n ' return self['Fan Placement']
@property def fan_placement(self): 'field `Fan Placement`\n\n | Default value: BlowThrough\n\n Args:\n value (str): value for IDD Field `Fan Placement`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `fan_placement` or None if not set\n\n ' return self['Fan Placement']<|docstring|>field `Fan Placement` | Default value: BlowThrough Args: value (str): value for IDD Field `Fan Placement` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `fan_placement` or None if not set<|endoftext|>
d01e3a667ef3d23d3dfec4220bacde9c8a14f1dbb7dd34e0953a2dea3fe6f2de
@fan_placement.setter def fan_placement(self, value='BlowThrough'): 'Corresponds to IDD field `Fan Placement`' self['Fan Placement'] = value
Corresponds to IDD field `Fan Placement`
pyidf/zone_hvac_forced_air_units.py
fan_placement
marcelosalles/pyidf
19
python
@fan_placement.setter def fan_placement(self, value='BlowThrough'): self['Fan Placement'] = value
@fan_placement.setter def fan_placement(self, value='BlowThrough'): self['Fan Placement'] = value<|docstring|>Corresponds to IDD field `Fan Placement`<|endoftext|>
2a3e6ad35b6dacfaa21908172f5e2f4d50f166f129a644aa439db67211baa7b8
@property def supply_air_fan_operating_mode_schedule_name(self): 'field `Supply Air Fan Operating Mode Schedule Name`\n\n | Enter the name of a schedule that controls fan operation. Schedule values of 0 denote\n | cycling fan operation (fan cycles with cooling or heating coil). Schedule values greater\n | than 0 denote constant fan operation (fan runs continually regardless of coil operation).\n | The fan operating mode defaults to cycling fan operation if this field is left blank.\n\n Args:\n value (str): value for IDD Field `Supply Air Fan Operating Mode Schedule Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `supply_air_fan_operating_mode_schedule_name` or None if not set\n\n ' return self['Supply Air Fan Operating Mode Schedule Name']
field `Supply Air Fan Operating Mode Schedule Name` | Enter the name of a schedule that controls fan operation. Schedule values of 0 denote | cycling fan operation (fan cycles with cooling or heating coil). Schedule values greater | than 0 denote constant fan operation (fan runs continually regardless of coil operation). | The fan operating mode defaults to cycling fan operation if this field is left blank. Args: value (str): value for IDD Field `Supply Air Fan Operating Mode Schedule Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `supply_air_fan_operating_mode_schedule_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
supply_air_fan_operating_mode_schedule_name
marcelosalles/pyidf
19
python
@property def supply_air_fan_operating_mode_schedule_name(self): 'field `Supply Air Fan Operating Mode Schedule Name`\n\n | Enter the name of a schedule that controls fan operation. Schedule values of 0 denote\n | cycling fan operation (fan cycles with cooling or heating coil). Schedule values greater\n | than 0 denote constant fan operation (fan runs continually regardless of coil operation).\n | The fan operating mode defaults to cycling fan operation if this field is left blank.\n\n Args:\n value (str): value for IDD Field `Supply Air Fan Operating Mode Schedule Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `supply_air_fan_operating_mode_schedule_name` or None if not set\n\n ' return self['Supply Air Fan Operating Mode Schedule Name']
@property def supply_air_fan_operating_mode_schedule_name(self): 'field `Supply Air Fan Operating Mode Schedule Name`\n\n | Enter the name of a schedule that controls fan operation. Schedule values of 0 denote\n | cycling fan operation (fan cycles with cooling or heating coil). Schedule values greater\n | than 0 denote constant fan operation (fan runs continually regardless of coil operation).\n | The fan operating mode defaults to cycling fan operation if this field is left blank.\n\n Args:\n value (str): value for IDD Field `Supply Air Fan Operating Mode Schedule Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `supply_air_fan_operating_mode_schedule_name` or None if not set\n\n ' return self['Supply Air Fan Operating Mode Schedule Name']<|docstring|>field `Supply Air Fan Operating Mode Schedule Name` | Enter the name of a schedule that controls fan operation. Schedule values of 0 denote | cycling fan operation (fan cycles with cooling or heating coil). Schedule values greater | than 0 denote constant fan operation (fan runs continually regardless of coil operation). | The fan operating mode defaults to cycling fan operation if this field is left blank. Args: value (str): value for IDD Field `Supply Air Fan Operating Mode Schedule Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `supply_air_fan_operating_mode_schedule_name` or None if not set<|endoftext|>
f3a6dd9132f73d7963590301279b60da5d636dd5f69b40f1870b5a66c208de55
@supply_air_fan_operating_mode_schedule_name.setter def supply_air_fan_operating_mode_schedule_name(self, value=None): 'Corresponds to IDD field `Supply Air Fan Operating Mode Schedule\n Name`' self['Supply Air Fan Operating Mode Schedule Name'] = value
Corresponds to IDD field `Supply Air Fan Operating Mode Schedule Name`
pyidf/zone_hvac_forced_air_units.py
supply_air_fan_operating_mode_schedule_name
marcelosalles/pyidf
19
python
@supply_air_fan_operating_mode_schedule_name.setter def supply_air_fan_operating_mode_schedule_name(self, value=None): 'Corresponds to IDD field `Supply Air Fan Operating Mode Schedule\n Name`' self['Supply Air Fan Operating Mode Schedule Name'] = value
@supply_air_fan_operating_mode_schedule_name.setter def supply_air_fan_operating_mode_schedule_name(self, value=None): 'Corresponds to IDD field `Supply Air Fan Operating Mode Schedule\n Name`' self['Supply Air Fan Operating Mode Schedule Name'] = value<|docstring|>Corresponds to IDD field `Supply Air Fan Operating Mode Schedule Name`<|endoftext|>
34a6536179864bd69e16dfb58123b60585d7e47147be939cb77f6d2a7aaf5089
@property def availability_manager_list_name(self): 'field `Availability Manager List Name`\n\n | Enter the name of an AvailabilityManagerAssignmentList object.\n\n Args:\n value (str): value for IDD Field `Availability Manager List Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `availability_manager_list_name` or None if not set\n\n ' return self['Availability Manager List Name']
field `Availability Manager List Name` | Enter the name of an AvailabilityManagerAssignmentList object. Args: value (str): value for IDD Field `Availability Manager List Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `availability_manager_list_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
availability_manager_list_name
marcelosalles/pyidf
19
python
@property def availability_manager_list_name(self): 'field `Availability Manager List Name`\n\n | Enter the name of an AvailabilityManagerAssignmentList object.\n\n Args:\n value (str): value for IDD Field `Availability Manager List Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `availability_manager_list_name` or None if not set\n\n ' return self['Availability Manager List Name']
@property def availability_manager_list_name(self): 'field `Availability Manager List Name`\n\n | Enter the name of an AvailabilityManagerAssignmentList object.\n\n Args:\n value (str): value for IDD Field `Availability Manager List Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `availability_manager_list_name` or None if not set\n\n ' return self['Availability Manager List Name']<|docstring|>field `Availability Manager List Name` | Enter the name of an AvailabilityManagerAssignmentList object. Args: value (str): value for IDD Field `Availability Manager List Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `availability_manager_list_name` or None if not set<|endoftext|>
bc2db9236470a5671addc2a0b07d5fb679b2752715f4f954b1795de5078d1081
@availability_manager_list_name.setter def availability_manager_list_name(self, value=None): 'Corresponds to IDD field `Availability Manager List Name`' self['Availability Manager List Name'] = value
Corresponds to IDD field `Availability Manager List Name`
pyidf/zone_hvac_forced_air_units.py
availability_manager_list_name
marcelosalles/pyidf
19
python
@availability_manager_list_name.setter def availability_manager_list_name(self, value=None): self['Availability Manager List Name'] = value
@availability_manager_list_name.setter def availability_manager_list_name(self, value=None): self['Availability Manager List Name'] = value<|docstring|>Corresponds to IDD field `Availability Manager List Name`<|endoftext|>
6c3d6bef50f1f7e95cc3d3b288c3eeb16567ef716098997ac6ba09e8954f31ac
@property def heat_pump_coil_water_flow_mode(self): 'field `Heat Pump Coil Water Flow Mode`\n\n | used only when the heat pump coils are of the type WaterToAirHeatPump:EquationFit\n | Constant results in 100% water flow regardless of compressor PLR\n | Cycling results in water flow that matches compressor PLR\n | ConstantOnDemand results in 100% water flow whenever the coil is on, but is 0% whenever the coil has no load\n | Default value: Cycling\n\n Args:\n value (str): value for IDD Field `Heat Pump Coil Water Flow Mode`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `heat_pump_coil_water_flow_mode` or None if not set\n\n ' return self['Heat Pump Coil Water Flow Mode']
field `Heat Pump Coil Water Flow Mode` | used only when the heat pump coils are of the type WaterToAirHeatPump:EquationFit | Constant results in 100% water flow regardless of compressor PLR | Cycling results in water flow that matches compressor PLR | ConstantOnDemand results in 100% water flow whenever the coil is on, but is 0% whenever the coil has no load | Default value: Cycling Args: value (str): value for IDD Field `Heat Pump Coil Water Flow Mode` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `heat_pump_coil_water_flow_mode` or None if not set
pyidf/zone_hvac_forced_air_units.py
heat_pump_coil_water_flow_mode
marcelosalles/pyidf
19
python
@property def heat_pump_coil_water_flow_mode(self): 'field `Heat Pump Coil Water Flow Mode`\n\n | used only when the heat pump coils are of the type WaterToAirHeatPump:EquationFit\n | Constant results in 100% water flow regardless of compressor PLR\n | Cycling results in water flow that matches compressor PLR\n | ConstantOnDemand results in 100% water flow whenever the coil is on, but is 0% whenever the coil has no load\n | Default value: Cycling\n\n Args:\n value (str): value for IDD Field `Heat Pump Coil Water Flow Mode`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `heat_pump_coil_water_flow_mode` or None if not set\n\n ' return self['Heat Pump Coil Water Flow Mode']
@property def heat_pump_coil_water_flow_mode(self): 'field `Heat Pump Coil Water Flow Mode`\n\n | used only when the heat pump coils are of the type WaterToAirHeatPump:EquationFit\n | Constant results in 100% water flow regardless of compressor PLR\n | Cycling results in water flow that matches compressor PLR\n | ConstantOnDemand results in 100% water flow whenever the coil is on, but is 0% whenever the coil has no load\n | Default value: Cycling\n\n Args:\n value (str): value for IDD Field `Heat Pump Coil Water Flow Mode`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `heat_pump_coil_water_flow_mode` or None if not set\n\n ' return self['Heat Pump Coil Water Flow Mode']<|docstring|>field `Heat Pump Coil Water Flow Mode` | used only when the heat pump coils are of the type WaterToAirHeatPump:EquationFit | Constant results in 100% water flow regardless of compressor PLR | Cycling results in water flow that matches compressor PLR | ConstantOnDemand results in 100% water flow whenever the coil is on, but is 0% whenever the coil has no load | Default value: Cycling Args: value (str): value for IDD Field `Heat Pump Coil Water Flow Mode` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `heat_pump_coil_water_flow_mode` or None if not set<|endoftext|>
1e5af3c7175af1dd76778f42f3b6d8bd4019f37cb3b55b37f4e336a142caded0
@heat_pump_coil_water_flow_mode.setter def heat_pump_coil_water_flow_mode(self, value='Cycling'): 'Corresponds to IDD field `Heat Pump Coil Water Flow Mode`' self['Heat Pump Coil Water Flow Mode'] = value
Corresponds to IDD field `Heat Pump Coil Water Flow Mode`
pyidf/zone_hvac_forced_air_units.py
heat_pump_coil_water_flow_mode
marcelosalles/pyidf
19
python
@heat_pump_coil_water_flow_mode.setter def heat_pump_coil_water_flow_mode(self, value='Cycling'): self['Heat Pump Coil Water Flow Mode'] = value
@heat_pump_coil_water_flow_mode.setter def heat_pump_coil_water_flow_mode(self, value='Cycling'): self['Heat Pump Coil Water Flow Mode'] = value<|docstring|>Corresponds to IDD field `Heat Pump Coil Water Flow Mode`<|endoftext|>
e22dc2ca7581756faf160f37f87e17946e6823b64cba016312c2a5a35936fb33
@property def design_specification_zonehvac_sizing_object_name(self): 'field `Design Specification ZoneHVAC Sizing Object Name`\n\n | Enter the name of a DesignSpecificationZoneHVACSizing object.\n\n Args:\n value (str): value for IDD Field `Design Specification ZoneHVAC Sizing Object Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `design_specification_zonehvac_sizing_object_name` or None if not set\n\n ' return self['Design Specification ZoneHVAC Sizing Object Name']
field `Design Specification ZoneHVAC Sizing Object Name` | Enter the name of a DesignSpecificationZoneHVACSizing object. Args: value (str): value for IDD Field `Design Specification ZoneHVAC Sizing Object Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `design_specification_zonehvac_sizing_object_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
design_specification_zonehvac_sizing_object_name
marcelosalles/pyidf
19
python
@property def design_specification_zonehvac_sizing_object_name(self): 'field `Design Specification ZoneHVAC Sizing Object Name`\n\n | Enter the name of a DesignSpecificationZoneHVACSizing object.\n\n Args:\n value (str): value for IDD Field `Design Specification ZoneHVAC Sizing Object Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `design_specification_zonehvac_sizing_object_name` or None if not set\n\n ' return self['Design Specification ZoneHVAC Sizing Object Name']
@property def design_specification_zonehvac_sizing_object_name(self): 'field `Design Specification ZoneHVAC Sizing Object Name`\n\n | Enter the name of a DesignSpecificationZoneHVACSizing object.\n\n Args:\n value (str): value for IDD Field `Design Specification ZoneHVAC Sizing Object Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `design_specification_zonehvac_sizing_object_name` or None if not set\n\n ' return self['Design Specification ZoneHVAC Sizing Object Name']<|docstring|>field `Design Specification ZoneHVAC Sizing Object Name` | Enter the name of a DesignSpecificationZoneHVACSizing object. Args: value (str): value for IDD Field `Design Specification ZoneHVAC Sizing Object Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `design_specification_zonehvac_sizing_object_name` or None if not set<|endoftext|>
c4a5304706326768fb8ac75260fc557fa4d93624417102dac8ce5bc59056b944
@design_specification_zonehvac_sizing_object_name.setter def design_specification_zonehvac_sizing_object_name(self, value=None): 'Corresponds to IDD field `Design Specification ZoneHVAC Sizing\n Object Name`' self['Design Specification ZoneHVAC Sizing Object Name'] = value
Corresponds to IDD field `Design Specification ZoneHVAC Sizing Object Name`
pyidf/zone_hvac_forced_air_units.py
design_specification_zonehvac_sizing_object_name
marcelosalles/pyidf
19
python
@design_specification_zonehvac_sizing_object_name.setter def design_specification_zonehvac_sizing_object_name(self, value=None): 'Corresponds to IDD field `Design Specification ZoneHVAC Sizing\n Object Name`' self['Design Specification ZoneHVAC Sizing Object Name'] = value
@design_specification_zonehvac_sizing_object_name.setter def design_specification_zonehvac_sizing_object_name(self, value=None): 'Corresponds to IDD field `Design Specification ZoneHVAC Sizing\n Object Name`' self['Design Specification ZoneHVAC Sizing Object Name'] = value<|docstring|>Corresponds to IDD field `Design Specification ZoneHVAC Sizing Object Name`<|endoftext|>
06e854a587e0a8892f18f31152241ebf6776b3ce0d10ff6e81d6f3df8105f579
@property def name(self): 'field `Name`\n\n | Unique name for this direct expansion (DX) zone dehumidifier object.\n\n Args:\n value (str): value for IDD Field `Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `name` or None if not set\n\n ' return self['Name']
field `Name` | Unique name for this direct expansion (DX) zone dehumidifier object. Args: value (str): value for IDD Field `Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `name` or None if not set
pyidf/zone_hvac_forced_air_units.py
name
marcelosalles/pyidf
19
python
@property def name(self): 'field `Name`\n\n | Unique name for this direct expansion (DX) zone dehumidifier object.\n\n Args:\n value (str): value for IDD Field `Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `name` or None if not set\n\n ' return self['Name']
@property def name(self): 'field `Name`\n\n | Unique name for this direct expansion (DX) zone dehumidifier object.\n\n Args:\n value (str): value for IDD Field `Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `name` or None if not set\n\n ' return self['Name']<|docstring|>field `Name` | Unique name for this direct expansion (DX) zone dehumidifier object. Args: value (str): value for IDD Field `Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `name` or None if not set<|endoftext|>
b50e61290376b241698c1b041a66a959d7606fd2f3631a15fe0cc75c3fe60f11
@name.setter def name(self, value=None): 'Corresponds to IDD field `Name`' self['Name'] = value
Corresponds to IDD field `Name`
pyidf/zone_hvac_forced_air_units.py
name
marcelosalles/pyidf
19
python
@name.setter def name(self, value=None): self['Name'] = value
@name.setter def name(self, value=None): self['Name'] = value<|docstring|>Corresponds to IDD field `Name`<|endoftext|>
afe39df57e2a60ce0815cea44f575e7466a72d5b788f015f160cc4e5b3b359f7
@property def availability_schedule_name(self): 'field `Availability Schedule Name`\n\n | Availability schedule name for this system. Schedule value > 0 means the system is available.\n | If this field is blank, the system is always available.\n | Schedule values of 0 denote the unit is off.\n | Schedule values >0.0 (usually 1.0) indicate that the dehumidifier is available to operate.\n\n Args:\n value (str): value for IDD Field `Availability Schedule Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `availability_schedule_name` or None if not set\n\n ' return self['Availability Schedule Name']
field `Availability Schedule Name` | Availability schedule name for this system. Schedule value > 0 means the system is available. | If this field is blank, the system is always available. | Schedule values of 0 denote the unit is off. | Schedule values >0.0 (usually 1.0) indicate that the dehumidifier is available to operate. Args: value (str): value for IDD Field `Availability Schedule Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `availability_schedule_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
availability_schedule_name
marcelosalles/pyidf
19
python
@property def availability_schedule_name(self): 'field `Availability Schedule Name`\n\n | Availability schedule name for this system. Schedule value > 0 means the system is available.\n | If this field is blank, the system is always available.\n | Schedule values of 0 denote the unit is off.\n | Schedule values >0.0 (usually 1.0) indicate that the dehumidifier is available to operate.\n\n Args:\n value (str): value for IDD Field `Availability Schedule Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `availability_schedule_name` or None if not set\n\n ' return self['Availability Schedule Name']
@property def availability_schedule_name(self): 'field `Availability Schedule Name`\n\n | Availability schedule name for this system. Schedule value > 0 means the system is available.\n | If this field is blank, the system is always available.\n | Schedule values of 0 denote the unit is off.\n | Schedule values >0.0 (usually 1.0) indicate that the dehumidifier is available to operate.\n\n Args:\n value (str): value for IDD Field `Availability Schedule Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `availability_schedule_name` or None if not set\n\n ' return self['Availability Schedule Name']<|docstring|>field `Availability Schedule Name` | Availability schedule name for this system. Schedule value > 0 means the system is available. | If this field is blank, the system is always available. | Schedule values of 0 denote the unit is off. | Schedule values >0.0 (usually 1.0) indicate that the dehumidifier is available to operate. Args: value (str): value for IDD Field `Availability Schedule Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `availability_schedule_name` or None if not set<|endoftext|>
0c16d5e7b23cbfea5e4ff38beadfd6557d13a1a56631806b240011b0003e2b8d
@availability_schedule_name.setter def availability_schedule_name(self, value=None): 'Corresponds to IDD field `Availability Schedule Name`' self['Availability Schedule Name'] = value
Corresponds to IDD field `Availability Schedule Name`
pyidf/zone_hvac_forced_air_units.py
availability_schedule_name
marcelosalles/pyidf
19
python
@availability_schedule_name.setter def availability_schedule_name(self, value=None): self['Availability Schedule Name'] = value
@availability_schedule_name.setter def availability_schedule_name(self, value=None): self['Availability Schedule Name'] = value<|docstring|>Corresponds to IDD field `Availability Schedule Name`<|endoftext|>
a6c34f4ba47815fc2e2090a090176d93f18aa1e5fc0cad66a2fd5db4a3f03267
@property def air_inlet_node_name(self): 'field `Air Inlet Node Name`\n\n | Air inlet node for the dehumidifier must be a zone air exhaust node.\n\n Args:\n value (str): value for IDD Field `Air Inlet Node Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `air_inlet_node_name` or None if not set\n\n ' return self['Air Inlet Node Name']
field `Air Inlet Node Name` | Air inlet node for the dehumidifier must be a zone air exhaust node. Args: value (str): value for IDD Field `Air Inlet Node Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `air_inlet_node_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
air_inlet_node_name
marcelosalles/pyidf
19
python
@property def air_inlet_node_name(self): 'field `Air Inlet Node Name`\n\n | Air inlet node for the dehumidifier must be a zone air exhaust node.\n\n Args:\n value (str): value for IDD Field `Air Inlet Node Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `air_inlet_node_name` or None if not set\n\n ' return self['Air Inlet Node Name']
@property def air_inlet_node_name(self): 'field `Air Inlet Node Name`\n\n | Air inlet node for the dehumidifier must be a zone air exhaust node.\n\n Args:\n value (str): value for IDD Field `Air Inlet Node Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `air_inlet_node_name` or None if not set\n\n ' return self['Air Inlet Node Name']<|docstring|>field `Air Inlet Node Name` | Air inlet node for the dehumidifier must be a zone air exhaust node. Args: value (str): value for IDD Field `Air Inlet Node Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `air_inlet_node_name` or None if not set<|endoftext|>
091248e7dfceaf53c89577d23f7f7aa08112a2fc886f0927d94edae7b77a767c
@air_inlet_node_name.setter def air_inlet_node_name(self, value=None): 'Corresponds to IDD field `Air Inlet Node Name`' self['Air Inlet Node Name'] = value
Corresponds to IDD field `Air Inlet Node Name`
pyidf/zone_hvac_forced_air_units.py
air_inlet_node_name
marcelosalles/pyidf
19
python
@air_inlet_node_name.setter def air_inlet_node_name(self, value=None): self['Air Inlet Node Name'] = value
@air_inlet_node_name.setter def air_inlet_node_name(self, value=None): self['Air Inlet Node Name'] = value<|docstring|>Corresponds to IDD field `Air Inlet Node Name`<|endoftext|>
1eaac00b4b3c773521c4a128eb9dab2ad4a9a2884521a782ce66e1c6a5f26e32
@property def air_outlet_node_name(self): 'field `Air Outlet Node Name`\n\n | Air outlet node for the dehumidifier must be a zone air inlet node.\n\n Args:\n value (str): value for IDD Field `Air Outlet Node Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `air_outlet_node_name` or None if not set\n\n ' return self['Air Outlet Node Name']
field `Air Outlet Node Name` | Air outlet node for the dehumidifier must be a zone air inlet node. Args: value (str): value for IDD Field `Air Outlet Node Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `air_outlet_node_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
air_outlet_node_name
marcelosalles/pyidf
19
python
@property def air_outlet_node_name(self): 'field `Air Outlet Node Name`\n\n | Air outlet node for the dehumidifier must be a zone air inlet node.\n\n Args:\n value (str): value for IDD Field `Air Outlet Node Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `air_outlet_node_name` or None if not set\n\n ' return self['Air Outlet Node Name']
@property def air_outlet_node_name(self): 'field `Air Outlet Node Name`\n\n | Air outlet node for the dehumidifier must be a zone air inlet node.\n\n Args:\n value (str): value for IDD Field `Air Outlet Node Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `air_outlet_node_name` or None if not set\n\n ' return self['Air Outlet Node Name']<|docstring|>field `Air Outlet Node Name` | Air outlet node for the dehumidifier must be a zone air inlet node. Args: value (str): value for IDD Field `Air Outlet Node Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `air_outlet_node_name` or None if not set<|endoftext|>
3efc4c2e95c035e61d3937e60fca8951e2846d6c89d97a070461f33a3682e489
@air_outlet_node_name.setter def air_outlet_node_name(self, value=None): 'Corresponds to IDD field `Air Outlet Node Name`' self['Air Outlet Node Name'] = value
Corresponds to IDD field `Air Outlet Node Name`
pyidf/zone_hvac_forced_air_units.py
air_outlet_node_name
marcelosalles/pyidf
19
python
@air_outlet_node_name.setter def air_outlet_node_name(self, value=None): self['Air Outlet Node Name'] = value
@air_outlet_node_name.setter def air_outlet_node_name(self, value=None): self['Air Outlet Node Name'] = value<|docstring|>Corresponds to IDD field `Air Outlet Node Name`<|endoftext|>
37baa4879d917a0849ce2cd14871eb952ee8f11de9b8d30f4d7d9880654b1c79
@property def rated_water_removal(self): 'field `Rated Water Removal`\n\n | Rating point: air entering dehumidifier at 26.7 C (80 F) dry-bulb and 60% relative humidity.\n | Units: L/day\n\n Args:\n value (float): value for IDD Field `Rated Water Removal`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `rated_water_removal` or None if not set\n\n ' return self['Rated Water Removal']
field `Rated Water Removal` | Rating point: air entering dehumidifier at 26.7 C (80 F) dry-bulb and 60% relative humidity. | Units: L/day Args: value (float): value for IDD Field `Rated Water Removal` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `rated_water_removal` or None if not set
pyidf/zone_hvac_forced_air_units.py
rated_water_removal
marcelosalles/pyidf
19
python
@property def rated_water_removal(self): 'field `Rated Water Removal`\n\n | Rating point: air entering dehumidifier at 26.7 C (80 F) dry-bulb and 60% relative humidity.\n | Units: L/day\n\n Args:\n value (float): value for IDD Field `Rated Water Removal`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `rated_water_removal` or None if not set\n\n ' return self['Rated Water Removal']
@property def rated_water_removal(self): 'field `Rated Water Removal`\n\n | Rating point: air entering dehumidifier at 26.7 C (80 F) dry-bulb and 60% relative humidity.\n | Units: L/day\n\n Args:\n value (float): value for IDD Field `Rated Water Removal`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `rated_water_removal` or None if not set\n\n ' return self['Rated Water Removal']<|docstring|>field `Rated Water Removal` | Rating point: air entering dehumidifier at 26.7 C (80 F) dry-bulb and 60% relative humidity. | Units: L/day Args: value (float): value for IDD Field `Rated Water Removal` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `rated_water_removal` or None if not set<|endoftext|>
335746ac2b8620a993247b75f657d08911675bcc2b931e61dea3f66a07ad73c5
@rated_water_removal.setter def rated_water_removal(self, value=None): 'Corresponds to IDD field `Rated Water Removal`' self['Rated Water Removal'] = value
Corresponds to IDD field `Rated Water Removal`
pyidf/zone_hvac_forced_air_units.py
rated_water_removal
marcelosalles/pyidf
19
python
@rated_water_removal.setter def rated_water_removal(self, value=None): self['Rated Water Removal'] = value
@rated_water_removal.setter def rated_water_removal(self, value=None): self['Rated Water Removal'] = value<|docstring|>Corresponds to IDD field `Rated Water Removal`<|endoftext|>
c90b55cb0d420ecb8eb81e825588f9090a637cc18445499e1ed0986ac7817247
@property def rated_energy_factor(self): 'field `Rated Energy Factor`\n\n | Rating point: air entering dehumidifier at 26.7 C (80 F) dry-bulb and 60% relative humidity.\n | Units: L/kWh\n\n Args:\n value (float): value for IDD Field `Rated Energy Factor`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `rated_energy_factor` or None if not set\n\n ' return self['Rated Energy Factor']
field `Rated Energy Factor` | Rating point: air entering dehumidifier at 26.7 C (80 F) dry-bulb and 60% relative humidity. | Units: L/kWh Args: value (float): value for IDD Field `Rated Energy Factor` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `rated_energy_factor` or None if not set
pyidf/zone_hvac_forced_air_units.py
rated_energy_factor
marcelosalles/pyidf
19
python
@property def rated_energy_factor(self): 'field `Rated Energy Factor`\n\n | Rating point: air entering dehumidifier at 26.7 C (80 F) dry-bulb and 60% relative humidity.\n | Units: L/kWh\n\n Args:\n value (float): value for IDD Field `Rated Energy Factor`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `rated_energy_factor` or None if not set\n\n ' return self['Rated Energy Factor']
@property def rated_energy_factor(self): 'field `Rated Energy Factor`\n\n | Rating point: air entering dehumidifier at 26.7 C (80 F) dry-bulb and 60% relative humidity.\n | Units: L/kWh\n\n Args:\n value (float): value for IDD Field `Rated Energy Factor`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `rated_energy_factor` or None if not set\n\n ' return self['Rated Energy Factor']<|docstring|>field `Rated Energy Factor` | Rating point: air entering dehumidifier at 26.7 C (80 F) dry-bulb and 60% relative humidity. | Units: L/kWh Args: value (float): value for IDD Field `Rated Energy Factor` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `rated_energy_factor` or None if not set<|endoftext|>
99f5f67211d7dcd487a0a11e5e13f5e8986c48c98c9c66f0daf61fec9f36e866
@rated_energy_factor.setter def rated_energy_factor(self, value=None): 'Corresponds to IDD field `Rated Energy Factor`' self['Rated Energy Factor'] = value
Corresponds to IDD field `Rated Energy Factor`
pyidf/zone_hvac_forced_air_units.py
rated_energy_factor
marcelosalles/pyidf
19
python
@rated_energy_factor.setter def rated_energy_factor(self, value=None): self['Rated Energy Factor'] = value
@rated_energy_factor.setter def rated_energy_factor(self, value=None): self['Rated Energy Factor'] = value<|docstring|>Corresponds to IDD field `Rated Energy Factor`<|endoftext|>
0555481bf10b77b64a70e8043dc604ca9246ed2d5ca01be93c29855f112bc82b
@property def rated_air_flow_rate(self): 'field `Rated Air Flow Rate`\n\n | Units: m3/s\n\n Args:\n value (float): value for IDD Field `Rated Air Flow Rate`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `rated_air_flow_rate` or None if not set\n\n ' return self['Rated Air Flow Rate']
field `Rated Air Flow Rate` | Units: m3/s Args: value (float): value for IDD Field `Rated Air Flow Rate` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `rated_air_flow_rate` or None if not set
pyidf/zone_hvac_forced_air_units.py
rated_air_flow_rate
marcelosalles/pyidf
19
python
@property def rated_air_flow_rate(self): 'field `Rated Air Flow Rate`\n\n | Units: m3/s\n\n Args:\n value (float): value for IDD Field `Rated Air Flow Rate`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `rated_air_flow_rate` or None if not set\n\n ' return self['Rated Air Flow Rate']
@property def rated_air_flow_rate(self): 'field `Rated Air Flow Rate`\n\n | Units: m3/s\n\n Args:\n value (float): value for IDD Field `Rated Air Flow Rate`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `rated_air_flow_rate` or None if not set\n\n ' return self['Rated Air Flow Rate']<|docstring|>field `Rated Air Flow Rate` | Units: m3/s Args: value (float): value for IDD Field `Rated Air Flow Rate` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `rated_air_flow_rate` or None if not set<|endoftext|>
ed8659c5e5792719dcb517bef7a4a26900cc58d53c84adbee89b75b6822b1611
@rated_air_flow_rate.setter def rated_air_flow_rate(self, value=None): 'Corresponds to IDD field `Rated Air Flow Rate`' self['Rated Air Flow Rate'] = value
Corresponds to IDD field `Rated Air Flow Rate`
pyidf/zone_hvac_forced_air_units.py
rated_air_flow_rate
marcelosalles/pyidf
19
python
@rated_air_flow_rate.setter def rated_air_flow_rate(self, value=None): self['Rated Air Flow Rate'] = value
@rated_air_flow_rate.setter def rated_air_flow_rate(self, value=None): self['Rated Air Flow Rate'] = value<|docstring|>Corresponds to IDD field `Rated Air Flow Rate`<|endoftext|>
2a294a02dc3e71a12467f51722a89addeca30625fd94f175a5782f73f4ec60f7
@property def water_removal_curve_name(self): 'field `Water Removal Curve Name`\n\n | Name of a curve that describes the water removal rate (normalized to rated conditions)\n | as a function of the dry-bulb temperature and relative humidity of the air\n | entering the dehumidifier.\n | Curve output = (actual water removal/rated water removal) = a + b*T + c*T**2 + d*RH +\n | e*RH**2 + f*T*RH\n | T = inlet air dry-bulb temperature (C)\n | RH = inlet air RH (%)\n\n Args:\n value (str): value for IDD Field `Water Removal Curve Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `water_removal_curve_name` or None if not set\n\n ' return self['Water Removal Curve Name']
field `Water Removal Curve Name` | Name of a curve that describes the water removal rate (normalized to rated conditions) | as a function of the dry-bulb temperature and relative humidity of the air | entering the dehumidifier. | Curve output = (actual water removal/rated water removal) = a + b*T + c*T**2 + d*RH + | e*RH**2 + f*T*RH | T = inlet air dry-bulb temperature (C) | RH = inlet air RH (%) Args: value (str): value for IDD Field `Water Removal Curve Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `water_removal_curve_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
water_removal_curve_name
marcelosalles/pyidf
19
python
@property def water_removal_curve_name(self): 'field `Water Removal Curve Name`\n\n | Name of a curve that describes the water removal rate (normalized to rated conditions)\n | as a function of the dry-bulb temperature and relative humidity of the air\n | entering the dehumidifier.\n | Curve output = (actual water removal/rated water removal) = a + b*T + c*T**2 + d*RH +\n | e*RH**2 + f*T*RH\n | T = inlet air dry-bulb temperature (C)\n | RH = inlet air RH (%)\n\n Args:\n value (str): value for IDD Field `Water Removal Curve Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `water_removal_curve_name` or None if not set\n\n ' return self['Water Removal Curve Name']
@property def water_removal_curve_name(self): 'field `Water Removal Curve Name`\n\n | Name of a curve that describes the water removal rate (normalized to rated conditions)\n | as a function of the dry-bulb temperature and relative humidity of the air\n | entering the dehumidifier.\n | Curve output = (actual water removal/rated water removal) = a + b*T + c*T**2 + d*RH +\n | e*RH**2 + f*T*RH\n | T = inlet air dry-bulb temperature (C)\n | RH = inlet air RH (%)\n\n Args:\n value (str): value for IDD Field `Water Removal Curve Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `water_removal_curve_name` or None if not set\n\n ' return self['Water Removal Curve Name']<|docstring|>field `Water Removal Curve Name` | Name of a curve that describes the water removal rate (normalized to rated conditions) | as a function of the dry-bulb temperature and relative humidity of the air | entering the dehumidifier. | Curve output = (actual water removal/rated water removal) = a + b*T + c*T**2 + d*RH + | e*RH**2 + f*T*RH | T = inlet air dry-bulb temperature (C) | RH = inlet air RH (%) Args: value (str): value for IDD Field `Water Removal Curve Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `water_removal_curve_name` or None if not set<|endoftext|>
944ddb6b79d7cd4e8eeef949713a4bf2b16c4d1db525a7d073db6f68e1cd511b
@water_removal_curve_name.setter def water_removal_curve_name(self, value=None): 'Corresponds to IDD field `Water Removal Curve Name`' self['Water Removal Curve Name'] = value
Corresponds to IDD field `Water Removal Curve Name`
pyidf/zone_hvac_forced_air_units.py
water_removal_curve_name
marcelosalles/pyidf
19
python
@water_removal_curve_name.setter def water_removal_curve_name(self, value=None): self['Water Removal Curve Name'] = value
@water_removal_curve_name.setter def water_removal_curve_name(self, value=None): self['Water Removal Curve Name'] = value<|docstring|>Corresponds to IDD field `Water Removal Curve Name`<|endoftext|>
9d395aac19dfaa8296975dd9713d77a56928d213e4f69d7b2685c65ef43898d6
@property def energy_factor_curve_name(self): 'field `Energy Factor Curve Name`\n\n | Name of a curve that describes the energy factor (normalized to rated conditions)\n | as a function of the dry-bulb temperature and relative humidity of the air\n | entering the dehumidifier.\n | Curve output = (actual energy factor/rated energy factor) = a + b*T + c*T**2 + d*RH +\n | e*RH**2 + f*T*RH\n | T = inlet air dry-bulb temperature (C)\n | RH = inlet air RH (%)\n\n Args:\n value (str): value for IDD Field `Energy Factor Curve Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `energy_factor_curve_name` or None if not set\n\n ' return self['Energy Factor Curve Name']
field `Energy Factor Curve Name` | Name of a curve that describes the energy factor (normalized to rated conditions) | as a function of the dry-bulb temperature and relative humidity of the air | entering the dehumidifier. | Curve output = (actual energy factor/rated energy factor) = a + b*T + c*T**2 + d*RH + | e*RH**2 + f*T*RH | T = inlet air dry-bulb temperature (C) | RH = inlet air RH (%) Args: value (str): value for IDD Field `Energy Factor Curve Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `energy_factor_curve_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
energy_factor_curve_name
marcelosalles/pyidf
19
python
@property def energy_factor_curve_name(self): 'field `Energy Factor Curve Name`\n\n | Name of a curve that describes the energy factor (normalized to rated conditions)\n | as a function of the dry-bulb temperature and relative humidity of the air\n | entering the dehumidifier.\n | Curve output = (actual energy factor/rated energy factor) = a + b*T + c*T**2 + d*RH +\n | e*RH**2 + f*T*RH\n | T = inlet air dry-bulb temperature (C)\n | RH = inlet air RH (%)\n\n Args:\n value (str): value for IDD Field `Energy Factor Curve Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `energy_factor_curve_name` or None if not set\n\n ' return self['Energy Factor Curve Name']
@property def energy_factor_curve_name(self): 'field `Energy Factor Curve Name`\n\n | Name of a curve that describes the energy factor (normalized to rated conditions)\n | as a function of the dry-bulb temperature and relative humidity of the air\n | entering the dehumidifier.\n | Curve output = (actual energy factor/rated energy factor) = a + b*T + c*T**2 + d*RH +\n | e*RH**2 + f*T*RH\n | T = inlet air dry-bulb temperature (C)\n | RH = inlet air RH (%)\n\n Args:\n value (str): value for IDD Field `Energy Factor Curve Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `energy_factor_curve_name` or None if not set\n\n ' return self['Energy Factor Curve Name']<|docstring|>field `Energy Factor Curve Name` | Name of a curve that describes the energy factor (normalized to rated conditions) | as a function of the dry-bulb temperature and relative humidity of the air | entering the dehumidifier. | Curve output = (actual energy factor/rated energy factor) = a + b*T + c*T**2 + d*RH + | e*RH**2 + f*T*RH | T = inlet air dry-bulb temperature (C) | RH = inlet air RH (%) Args: value (str): value for IDD Field `Energy Factor Curve Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `energy_factor_curve_name` or None if not set<|endoftext|>
aaf935dfb5f626ceb2dc7d1637e301dd0baf06a984c61a88bd807e358633fefe
@energy_factor_curve_name.setter def energy_factor_curve_name(self, value=None): 'Corresponds to IDD field `Energy Factor Curve Name`' self['Energy Factor Curve Name'] = value
Corresponds to IDD field `Energy Factor Curve Name`
pyidf/zone_hvac_forced_air_units.py
energy_factor_curve_name
marcelosalles/pyidf
19
python
@energy_factor_curve_name.setter def energy_factor_curve_name(self, value=None): self['Energy Factor Curve Name'] = value
@energy_factor_curve_name.setter def energy_factor_curve_name(self, value=None): self['Energy Factor Curve Name'] = value<|docstring|>Corresponds to IDD field `Energy Factor Curve Name`<|endoftext|>
dcd9061bd37784bb18f65013bd8a48a3c084ca073737e52a4fe38f9ae0c156b4
@property def part_load_fraction_correlation_curve_name(self): 'field `Part Load Fraction Correlation Curve Name`\n\n | Name of a curve that describes the part load fraction (PLF) of the system as\n | a function of the part load ratio. Used to calculate dehumidifier run time fraction\n | and electric power.\n | quadratic curve = a + b*PLR + c*PLR**2\n | cubic curve = a + b*PLR + c*PLR**2 + d*PLR**3\n | PLR = part load ratio (dehumidification load/steady state water removal capacity)\n\n Args:\n value (str): value for IDD Field `Part Load Fraction Correlation Curve Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `part_load_fraction_correlation_curve_name` or None if not set\n\n ' return self['Part Load Fraction Correlation Curve Name']
field `Part Load Fraction Correlation Curve Name` | Name of a curve that describes the part load fraction (PLF) of the system as | a function of the part load ratio. Used to calculate dehumidifier run time fraction | and electric power. | quadratic curve = a + b*PLR + c*PLR**2 | cubic curve = a + b*PLR + c*PLR**2 + d*PLR**3 | PLR = part load ratio (dehumidification load/steady state water removal capacity) Args: value (str): value for IDD Field `Part Load Fraction Correlation Curve Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `part_load_fraction_correlation_curve_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
part_load_fraction_correlation_curve_name
marcelosalles/pyidf
19
python
@property def part_load_fraction_correlation_curve_name(self): 'field `Part Load Fraction Correlation Curve Name`\n\n | Name of a curve that describes the part load fraction (PLF) of the system as\n | a function of the part load ratio. Used to calculate dehumidifier run time fraction\n | and electric power.\n | quadratic curve = a + b*PLR + c*PLR**2\n | cubic curve = a + b*PLR + c*PLR**2 + d*PLR**3\n | PLR = part load ratio (dehumidification load/steady state water removal capacity)\n\n Args:\n value (str): value for IDD Field `Part Load Fraction Correlation Curve Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `part_load_fraction_correlation_curve_name` or None if not set\n\n ' return self['Part Load Fraction Correlation Curve Name']
@property def part_load_fraction_correlation_curve_name(self): 'field `Part Load Fraction Correlation Curve Name`\n\n | Name of a curve that describes the part load fraction (PLF) of the system as\n | a function of the part load ratio. Used to calculate dehumidifier run time fraction\n | and electric power.\n | quadratic curve = a + b*PLR + c*PLR**2\n | cubic curve = a + b*PLR + c*PLR**2 + d*PLR**3\n | PLR = part load ratio (dehumidification load/steady state water removal capacity)\n\n Args:\n value (str): value for IDD Field `Part Load Fraction Correlation Curve Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `part_load_fraction_correlation_curve_name` or None if not set\n\n ' return self['Part Load Fraction Correlation Curve Name']<|docstring|>field `Part Load Fraction Correlation Curve Name` | Name of a curve that describes the part load fraction (PLF) of the system as | a function of the part load ratio. Used to calculate dehumidifier run time fraction | and electric power. | quadratic curve = a + b*PLR + c*PLR**2 | cubic curve = a + b*PLR + c*PLR**2 + d*PLR**3 | PLR = part load ratio (dehumidification load/steady state water removal capacity) Args: value (str): value for IDD Field `Part Load Fraction Correlation Curve Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `part_load_fraction_correlation_curve_name` or None if not set<|endoftext|>
0e9d1b0b26850241ecef734d188343553ba47c1aa156dc0f06f3cd02d2da54a0
@part_load_fraction_correlation_curve_name.setter def part_load_fraction_correlation_curve_name(self, value=None): 'Corresponds to IDD field `Part Load Fraction Correlation Curve\n Name`' self['Part Load Fraction Correlation Curve Name'] = value
Corresponds to IDD field `Part Load Fraction Correlation Curve Name`
pyidf/zone_hvac_forced_air_units.py
part_load_fraction_correlation_curve_name
marcelosalles/pyidf
19
python
@part_load_fraction_correlation_curve_name.setter def part_load_fraction_correlation_curve_name(self, value=None): 'Corresponds to IDD field `Part Load Fraction Correlation Curve\n Name`' self['Part Load Fraction Correlation Curve Name'] = value
@part_load_fraction_correlation_curve_name.setter def part_load_fraction_correlation_curve_name(self, value=None): 'Corresponds to IDD field `Part Load Fraction Correlation Curve\n Name`' self['Part Load Fraction Correlation Curve Name'] = value<|docstring|>Corresponds to IDD field `Part Load Fraction Correlation Curve Name`<|endoftext|>
5b0796d331b954547de2af73d7f7144c1c699e2cef6d59ff4a329886b117908b
@property def minimum_drybulb_temperature_for_dehumidifier_operation(self): 'field `Minimum Dry-Bulb Temperature for Dehumidifier Operation`\n\n | Dehumidifier shut off if inlet air (zone) temperature is below this value.\n | This value must be less than the Maximum Dry-Bulb Temperature for Dehumidifier Operation.\n | Units: C\n | Default value: 10.0\n\n Args:\n value (float): value for IDD Field `Minimum Dry-Bulb Temperature for Dehumidifier Operation`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `minimum_drybulb_temperature_for_dehumidifier_operation` or None if not set\n ' return self['Minimum Dry-Bulb Temperature for Dehumidifier Operation']
field `Minimum Dry-Bulb Temperature for Dehumidifier Operation` | Dehumidifier shut off if inlet air (zone) temperature is below this value. | This value must be less than the Maximum Dry-Bulb Temperature for Dehumidifier Operation. | Units: C | Default value: 10.0 Args: value (float): value for IDD Field `Minimum Dry-Bulb Temperature for Dehumidifier Operation` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `minimum_drybulb_temperature_for_dehumidifier_operation` or None if not set
pyidf/zone_hvac_forced_air_units.py
minimum_drybulb_temperature_for_dehumidifier_operation
marcelosalles/pyidf
19
python
@property def minimum_drybulb_temperature_for_dehumidifier_operation(self): 'field `Minimum Dry-Bulb Temperature for Dehumidifier Operation`\n\n | Dehumidifier shut off if inlet air (zone) temperature is below this value.\n | This value must be less than the Maximum Dry-Bulb Temperature for Dehumidifier Operation.\n | Units: C\n | Default value: 10.0\n\n Args:\n value (float): value for IDD Field `Minimum Dry-Bulb Temperature for Dehumidifier Operation`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `minimum_drybulb_temperature_for_dehumidifier_operation` or None if not set\n ' return self['Minimum Dry-Bulb Temperature for Dehumidifier Operation']
@property def minimum_drybulb_temperature_for_dehumidifier_operation(self): 'field `Minimum Dry-Bulb Temperature for Dehumidifier Operation`\n\n | Dehumidifier shut off if inlet air (zone) temperature is below this value.\n | This value must be less than the Maximum Dry-Bulb Temperature for Dehumidifier Operation.\n | Units: C\n | Default value: 10.0\n\n Args:\n value (float): value for IDD Field `Minimum Dry-Bulb Temperature for Dehumidifier Operation`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `minimum_drybulb_temperature_for_dehumidifier_operation` or None if not set\n ' return self['Minimum Dry-Bulb Temperature for Dehumidifier Operation']<|docstring|>field `Minimum Dry-Bulb Temperature for Dehumidifier Operation` | Dehumidifier shut off if inlet air (zone) temperature is below this value. | This value must be less than the Maximum Dry-Bulb Temperature for Dehumidifier Operation. | Units: C | Default value: 10.0 Args: value (float): value for IDD Field `Minimum Dry-Bulb Temperature for Dehumidifier Operation` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `minimum_drybulb_temperature_for_dehumidifier_operation` or None if not set<|endoftext|>
9190897c3163ed8c40ddcce104da3576e17ebd4f911f7d45618d590c830905ef
@minimum_drybulb_temperature_for_dehumidifier_operation.setter def minimum_drybulb_temperature_for_dehumidifier_operation(self, value=10.0): ' Corresponds to IDD field `Minimum Dry-Bulb Temperature for Dehumidifier Operation`\n\n ' self['Minimum Dry-Bulb Temperature for Dehumidifier Operation'] = value
Corresponds to IDD field `Minimum Dry-Bulb Temperature for Dehumidifier Operation`
pyidf/zone_hvac_forced_air_units.py
minimum_drybulb_temperature_for_dehumidifier_operation
marcelosalles/pyidf
19
python
@minimum_drybulb_temperature_for_dehumidifier_operation.setter def minimum_drybulb_temperature_for_dehumidifier_operation(self, value=10.0): ' \n\n ' self['Minimum Dry-Bulb Temperature for Dehumidifier Operation'] = value
@minimum_drybulb_temperature_for_dehumidifier_operation.setter def minimum_drybulb_temperature_for_dehumidifier_operation(self, value=10.0): ' \n\n ' self['Minimum Dry-Bulb Temperature for Dehumidifier Operation'] = value<|docstring|>Corresponds to IDD field `Minimum Dry-Bulb Temperature for Dehumidifier Operation`<|endoftext|>
ea1a3e99f9c62a71abb63fdc0ad5470efadce476c9126f05440d81f778dd26ec
@property def maximum_drybulb_temperature_for_dehumidifier_operation(self): 'field `Maximum Dry-Bulb Temperature for Dehumidifier Operation`\n\n | Dehumidifier shut off if inlet air (zone) temperature is above this value.\n | This value must be greater than the Minimum Dry-Bulb Temperature for Dehumidifier Operation.\n | Units: C\n | Default value: 35.0\n\n Args:\n value (float): value for IDD Field `Maximum Dry-Bulb Temperature for Dehumidifier Operation`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `maximum_drybulb_temperature_for_dehumidifier_operation` or None if not set\n ' return self['Maximum Dry-Bulb Temperature for Dehumidifier Operation']
field `Maximum Dry-Bulb Temperature for Dehumidifier Operation` | Dehumidifier shut off if inlet air (zone) temperature is above this value. | This value must be greater than the Minimum Dry-Bulb Temperature for Dehumidifier Operation. | Units: C | Default value: 35.0 Args: value (float): value for IDD Field `Maximum Dry-Bulb Temperature for Dehumidifier Operation` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `maximum_drybulb_temperature_for_dehumidifier_operation` or None if not set
pyidf/zone_hvac_forced_air_units.py
maximum_drybulb_temperature_for_dehumidifier_operation
marcelosalles/pyidf
19
python
@property def maximum_drybulb_temperature_for_dehumidifier_operation(self): 'field `Maximum Dry-Bulb Temperature for Dehumidifier Operation`\n\n | Dehumidifier shut off if inlet air (zone) temperature is above this value.\n | This value must be greater than the Minimum Dry-Bulb Temperature for Dehumidifier Operation.\n | Units: C\n | Default value: 35.0\n\n Args:\n value (float): value for IDD Field `Maximum Dry-Bulb Temperature for Dehumidifier Operation`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `maximum_drybulb_temperature_for_dehumidifier_operation` or None if not set\n ' return self['Maximum Dry-Bulb Temperature for Dehumidifier Operation']
@property def maximum_drybulb_temperature_for_dehumidifier_operation(self): 'field `Maximum Dry-Bulb Temperature for Dehumidifier Operation`\n\n | Dehumidifier shut off if inlet air (zone) temperature is above this value.\n | This value must be greater than the Minimum Dry-Bulb Temperature for Dehumidifier Operation.\n | Units: C\n | Default value: 35.0\n\n Args:\n value (float): value for IDD Field `Maximum Dry-Bulb Temperature for Dehumidifier Operation`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `maximum_drybulb_temperature_for_dehumidifier_operation` or None if not set\n ' return self['Maximum Dry-Bulb Temperature for Dehumidifier Operation']<|docstring|>field `Maximum Dry-Bulb Temperature for Dehumidifier Operation` | Dehumidifier shut off if inlet air (zone) temperature is above this value. | This value must be greater than the Minimum Dry-Bulb Temperature for Dehumidifier Operation. | Units: C | Default value: 35.0 Args: value (float): value for IDD Field `Maximum Dry-Bulb Temperature for Dehumidifier Operation` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `maximum_drybulb_temperature_for_dehumidifier_operation` or None if not set<|endoftext|>
da7c89bbea0759b176aecbf87fcb3afd7089c6029284315f9b46db08039056e4
@maximum_drybulb_temperature_for_dehumidifier_operation.setter def maximum_drybulb_temperature_for_dehumidifier_operation(self, value=35.0): ' Corresponds to IDD field `Maximum Dry-Bulb Temperature for Dehumidifier Operation`\n\n ' self['Maximum Dry-Bulb Temperature for Dehumidifier Operation'] = value
Corresponds to IDD field `Maximum Dry-Bulb Temperature for Dehumidifier Operation`
pyidf/zone_hvac_forced_air_units.py
maximum_drybulb_temperature_for_dehumidifier_operation
marcelosalles/pyidf
19
python
@maximum_drybulb_temperature_for_dehumidifier_operation.setter def maximum_drybulb_temperature_for_dehumidifier_operation(self, value=35.0): ' \n\n ' self['Maximum Dry-Bulb Temperature for Dehumidifier Operation'] = value
@maximum_drybulb_temperature_for_dehumidifier_operation.setter def maximum_drybulb_temperature_for_dehumidifier_operation(self, value=35.0): ' \n\n ' self['Maximum Dry-Bulb Temperature for Dehumidifier Operation'] = value<|docstring|>Corresponds to IDD field `Maximum Dry-Bulb Temperature for Dehumidifier Operation`<|endoftext|>
60e367f9ae93c32f4c1ba68b3d0ae199bc89c92b4ac66e56db4d5910285168fb
@property def offcycle_parasitic_electric_load(self): 'field `Off-Cycle Parasitic Electric Load`\n\n | Parasitic electric power consumed when the dehumidifier is available to operate, but\n | does not operate (i.e., no high humidity load to be met).\n | Off cycle parasitic power is 0 when the availability schedule is 0.\n | This electric load is considered as a heat gain to the zone air.\n | Units: W\n\n Args:\n value (float): value for IDD Field `Off-Cycle Parasitic Electric Load`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `offcycle_parasitic_electric_load` or None if not set\n ' return self['Off-Cycle Parasitic Electric Load']
field `Off-Cycle Parasitic Electric Load` | Parasitic electric power consumed when the dehumidifier is available to operate, but | does not operate (i.e., no high humidity load to be met). | Off cycle parasitic power is 0 when the availability schedule is 0. | This electric load is considered as a heat gain to the zone air. | Units: W Args: value (float): value for IDD Field `Off-Cycle Parasitic Electric Load` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `offcycle_parasitic_electric_load` or None if not set
pyidf/zone_hvac_forced_air_units.py
offcycle_parasitic_electric_load
marcelosalles/pyidf
19
python
@property def offcycle_parasitic_electric_load(self): 'field `Off-Cycle Parasitic Electric Load`\n\n | Parasitic electric power consumed when the dehumidifier is available to operate, but\n | does not operate (i.e., no high humidity load to be met).\n | Off cycle parasitic power is 0 when the availability schedule is 0.\n | This electric load is considered as a heat gain to the zone air.\n | Units: W\n\n Args:\n value (float): value for IDD Field `Off-Cycle Parasitic Electric Load`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `offcycle_parasitic_electric_load` or None if not set\n ' return self['Off-Cycle Parasitic Electric Load']
@property def offcycle_parasitic_electric_load(self): 'field `Off-Cycle Parasitic Electric Load`\n\n | Parasitic electric power consumed when the dehumidifier is available to operate, but\n | does not operate (i.e., no high humidity load to be met).\n | Off cycle parasitic power is 0 when the availability schedule is 0.\n | This electric load is considered as a heat gain to the zone air.\n | Units: W\n\n Args:\n value (float): value for IDD Field `Off-Cycle Parasitic Electric Load`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `offcycle_parasitic_electric_load` or None if not set\n ' return self['Off-Cycle Parasitic Electric Load']<|docstring|>field `Off-Cycle Parasitic Electric Load` | Parasitic electric power consumed when the dehumidifier is available to operate, but | does not operate (i.e., no high humidity load to be met). | Off cycle parasitic power is 0 when the availability schedule is 0. | This electric load is considered as a heat gain to the zone air. | Units: W Args: value (float): value for IDD Field `Off-Cycle Parasitic Electric Load` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `offcycle_parasitic_electric_load` or None if not set<|endoftext|>
cfac26965669bd5baa83229e16e3f628626540d756824242e27e969ed0695856
@offcycle_parasitic_electric_load.setter def offcycle_parasitic_electric_load(self, value=None): ' Corresponds to IDD field `Off-Cycle Parasitic Electric Load`\n\n ' self['Off-Cycle Parasitic Electric Load'] = value
Corresponds to IDD field `Off-Cycle Parasitic Electric Load`
pyidf/zone_hvac_forced_air_units.py
offcycle_parasitic_electric_load
marcelosalles/pyidf
19
python
@offcycle_parasitic_electric_load.setter def offcycle_parasitic_electric_load(self, value=None): ' \n\n ' self['Off-Cycle Parasitic Electric Load'] = value
@offcycle_parasitic_electric_load.setter def offcycle_parasitic_electric_load(self, value=None): ' \n\n ' self['Off-Cycle Parasitic Electric Load'] = value<|docstring|>Corresponds to IDD field `Off-Cycle Parasitic Electric Load`<|endoftext|>
d4ff9e7fb371e8d2fef240bcdbc60b9d159536ac7dfbc039237b355e0f873626
@property def condensate_collection_water_storage_tank_name(self): 'field `Condensate Collection Water Storage Tank Name`\n\n | Name of storage tank used to collect water removed by the dehumidifier.\n\n Args:\n value (str): value for IDD Field `Condensate Collection Water Storage Tank Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `condensate_collection_water_storage_tank_name` or None if not set\n\n ' return self['Condensate Collection Water Storage Tank Name']
field `Condensate Collection Water Storage Tank Name` | Name of storage tank used to collect water removed by the dehumidifier. Args: value (str): value for IDD Field `Condensate Collection Water Storage Tank Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `condensate_collection_water_storage_tank_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
condensate_collection_water_storage_tank_name
marcelosalles/pyidf
19
python
@property def condensate_collection_water_storage_tank_name(self): 'field `Condensate Collection Water Storage Tank Name`\n\n | Name of storage tank used to collect water removed by the dehumidifier.\n\n Args:\n value (str): value for IDD Field `Condensate Collection Water Storage Tank Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `condensate_collection_water_storage_tank_name` or None if not set\n\n ' return self['Condensate Collection Water Storage Tank Name']
@property def condensate_collection_water_storage_tank_name(self): 'field `Condensate Collection Water Storage Tank Name`\n\n | Name of storage tank used to collect water removed by the dehumidifier.\n\n Args:\n value (str): value for IDD Field `Condensate Collection Water Storage Tank Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `condensate_collection_water_storage_tank_name` or None if not set\n\n ' return self['Condensate Collection Water Storage Tank Name']<|docstring|>field `Condensate Collection Water Storage Tank Name` | Name of storage tank used to collect water removed by the dehumidifier. Args: value (str): value for IDD Field `Condensate Collection Water Storage Tank Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `condensate_collection_water_storage_tank_name` or None if not set<|endoftext|>
33e2bfad9796c63e8c23da7383ef1eebe3e6454c0ad47278d4297b409fbb60ae
@condensate_collection_water_storage_tank_name.setter def condensate_collection_water_storage_tank_name(self, value=None): 'Corresponds to IDD field `Condensate Collection Water Storage Tank\n Name`' self['Condensate Collection Water Storage Tank Name'] = value
Corresponds to IDD field `Condensate Collection Water Storage Tank Name`
pyidf/zone_hvac_forced_air_units.py
condensate_collection_water_storage_tank_name
marcelosalles/pyidf
19
python
@condensate_collection_water_storage_tank_name.setter def condensate_collection_water_storage_tank_name(self, value=None): 'Corresponds to IDD field `Condensate Collection Water Storage Tank\n Name`' self['Condensate Collection Water Storage Tank Name'] = value
@condensate_collection_water_storage_tank_name.setter def condensate_collection_water_storage_tank_name(self, value=None): 'Corresponds to IDD field `Condensate Collection Water Storage Tank\n Name`' self['Condensate Collection Water Storage Tank Name'] = value<|docstring|>Corresponds to IDD field `Condensate Collection Water Storage Tank Name`<|endoftext|>
baa9580e3558990cbbbd4a416ce889eff976cf9be75e811766c881d5e6f5aa2e
@property def name(self): 'field `Name`\n\n Args:\n value (str): value for IDD Field `Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `name` or None if not set\n\n ' return self['Name']
field `Name` Args: value (str): value for IDD Field `Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `name` or None if not set
pyidf/zone_hvac_forced_air_units.py
name
marcelosalles/pyidf
19
python
@property def name(self): 'field `Name`\n\n Args:\n value (str): value for IDD Field `Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `name` or None if not set\n\n ' return self['Name']
@property def name(self): 'field `Name`\n\n Args:\n value (str): value for IDD Field `Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `name` or None if not set\n\n ' return self['Name']<|docstring|>field `Name` Args: value (str): value for IDD Field `Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `name` or None if not set<|endoftext|>
b50e61290376b241698c1b041a66a959d7606fd2f3631a15fe0cc75c3fe60f11
@name.setter def name(self, value=None): 'Corresponds to IDD field `Name`' self['Name'] = value
Corresponds to IDD field `Name`
pyidf/zone_hvac_forced_air_units.py
name
marcelosalles/pyidf
19
python
@name.setter def name(self, value=None): self['Name'] = value
@name.setter def name(self, value=None): self['Name'] = value<|docstring|>Corresponds to IDD field `Name`<|endoftext|>
079b63d0fdbfe99ef787834a23c7db0ede0bcbf05728f2cbbeddda7a2a6af6e4
@property def availability_schedule_name(self): 'field `Availability Schedule Name`\n\n | Availability schedule name for this system. Schedule value > 0 means the system is available.\n | If this field is blank, the system is always available.\n\n Args:\n value (str): value for IDD Field `Availability Schedule Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `availability_schedule_name` or None if not set\n\n ' return self['Availability Schedule Name']
field `Availability Schedule Name` | Availability schedule name for this system. Schedule value > 0 means the system is available. | If this field is blank, the system is always available. Args: value (str): value for IDD Field `Availability Schedule Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `availability_schedule_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
availability_schedule_name
marcelosalles/pyidf
19
python
@property def availability_schedule_name(self): 'field `Availability Schedule Name`\n\n | Availability schedule name for this system. Schedule value > 0 means the system is available.\n | If this field is blank, the system is always available.\n\n Args:\n value (str): value for IDD Field `Availability Schedule Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `availability_schedule_name` or None if not set\n\n ' return self['Availability Schedule Name']
@property def availability_schedule_name(self): 'field `Availability Schedule Name`\n\n | Availability schedule name for this system. Schedule value > 0 means the system is available.\n | If this field is blank, the system is always available.\n\n Args:\n value (str): value for IDD Field `Availability Schedule Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `availability_schedule_name` or None if not set\n\n ' return self['Availability Schedule Name']<|docstring|>field `Availability Schedule Name` | Availability schedule name for this system. Schedule value > 0 means the system is available. | If this field is blank, the system is always available. Args: value (str): value for IDD Field `Availability Schedule Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `availability_schedule_name` or None if not set<|endoftext|>
0c16d5e7b23cbfea5e4ff38beadfd6557d13a1a56631806b240011b0003e2b8d
@availability_schedule_name.setter def availability_schedule_name(self, value=None): 'Corresponds to IDD field `Availability Schedule Name`' self['Availability Schedule Name'] = value
Corresponds to IDD field `Availability Schedule Name`
pyidf/zone_hvac_forced_air_units.py
availability_schedule_name
marcelosalles/pyidf
19
python
@availability_schedule_name.setter def availability_schedule_name(self, value=None): self['Availability Schedule Name'] = value
@availability_schedule_name.setter def availability_schedule_name(self, value=None): self['Availability Schedule Name'] = value<|docstring|>Corresponds to IDD field `Availability Schedule Name`<|endoftext|>
7d4b09fdf00bc5f07ffbfdc4c5c9098fff5043e2cb735d6bd0fced22d8a79a32
@property def heat_exchanger_name(self): 'field `Heat Exchanger Name`\n\n | Heat exchanger type must be HeatExchanger:AirToAir:SensibleAndLatent\n\n Args:\n value (str): value for IDD Field `Heat Exchanger Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `heat_exchanger_name` or None if not set\n\n ' return self['Heat Exchanger Name']
field `Heat Exchanger Name` | Heat exchanger type must be HeatExchanger:AirToAir:SensibleAndLatent Args: value (str): value for IDD Field `Heat Exchanger Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `heat_exchanger_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
heat_exchanger_name
marcelosalles/pyidf
19
python
@property def heat_exchanger_name(self): 'field `Heat Exchanger Name`\n\n | Heat exchanger type must be HeatExchanger:AirToAir:SensibleAndLatent\n\n Args:\n value (str): value for IDD Field `Heat Exchanger Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `heat_exchanger_name` or None if not set\n\n ' return self['Heat Exchanger Name']
@property def heat_exchanger_name(self): 'field `Heat Exchanger Name`\n\n | Heat exchanger type must be HeatExchanger:AirToAir:SensibleAndLatent\n\n Args:\n value (str): value for IDD Field `Heat Exchanger Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `heat_exchanger_name` or None if not set\n\n ' return self['Heat Exchanger Name']<|docstring|>field `Heat Exchanger Name` | Heat exchanger type must be HeatExchanger:AirToAir:SensibleAndLatent Args: value (str): value for IDD Field `Heat Exchanger Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `heat_exchanger_name` or None if not set<|endoftext|>
913b40842458d3817d6ec0c40903269570ab413246b65de912d26ab79c53a818
@heat_exchanger_name.setter def heat_exchanger_name(self, value=None): 'Corresponds to IDD field `Heat Exchanger Name`' self['Heat Exchanger Name'] = value
Corresponds to IDD field `Heat Exchanger Name`
pyidf/zone_hvac_forced_air_units.py
heat_exchanger_name
marcelosalles/pyidf
19
python
@heat_exchanger_name.setter def heat_exchanger_name(self, value=None): self['Heat Exchanger Name'] = value
@heat_exchanger_name.setter def heat_exchanger_name(self, value=None): self['Heat Exchanger Name'] = value<|docstring|>Corresponds to IDD field `Heat Exchanger Name`<|endoftext|>
fd10bb883f81ad46dc4d4865b909dbb4da3ad4e91014f6fae0c2cbccd8e49ddf
@property def supply_air_flow_rate(self): 'field `Supply Air Flow Rate`\n\n | This flow rate must match the supply fan\'s air flow rate.\n | Units: m3/s\n\n Args:\n value (float or "Autosize"): value for IDD Field `Supply Air Flow Rate`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float or "Autosize": the value of `supply_air_flow_rate` or None if not set\n\n ' return self['Supply Air Flow Rate']
field `Supply Air Flow Rate` | This flow rate must match the supply fan's air flow rate. | Units: m3/s Args: value (float or "Autosize"): value for IDD Field `Supply Air Flow Rate` Raises: ValueError: if `value` is not a valid value Returns: float or "Autosize": the value of `supply_air_flow_rate` or None if not set
pyidf/zone_hvac_forced_air_units.py
supply_air_flow_rate
marcelosalles/pyidf
19
python
@property def supply_air_flow_rate(self): 'field `Supply Air Flow Rate`\n\n | This flow rate must match the supply fan\'s air flow rate.\n | Units: m3/s\n\n Args:\n value (float or "Autosize"): value for IDD Field `Supply Air Flow Rate`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float or "Autosize": the value of `supply_air_flow_rate` or None if not set\n\n ' return self['Supply Air Flow Rate']
@property def supply_air_flow_rate(self): 'field `Supply Air Flow Rate`\n\n | This flow rate must match the supply fan\'s air flow rate.\n | Units: m3/s\n\n Args:\n value (float or "Autosize"): value for IDD Field `Supply Air Flow Rate`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float or "Autosize": the value of `supply_air_flow_rate` or None if not set\n\n ' return self['Supply Air Flow Rate']<|docstring|>field `Supply Air Flow Rate` | This flow rate must match the supply fan's air flow rate. | Units: m3/s Args: value (float or "Autosize"): value for IDD Field `Supply Air Flow Rate` Raises: ValueError: if `value` is not a valid value Returns: float or "Autosize": the value of `supply_air_flow_rate` or None if not set<|endoftext|>
d49db144c0f32cf9b0af5c41105dd8337324e6d9bfdc190fcc6d41003e065e07
@supply_air_flow_rate.setter def supply_air_flow_rate(self, value=None): 'Corresponds to IDD field `Supply Air Flow Rate`' self['Supply Air Flow Rate'] = value
Corresponds to IDD field `Supply Air Flow Rate`
pyidf/zone_hvac_forced_air_units.py
supply_air_flow_rate
marcelosalles/pyidf
19
python
@supply_air_flow_rate.setter def supply_air_flow_rate(self, value=None): self['Supply Air Flow Rate'] = value
@supply_air_flow_rate.setter def supply_air_flow_rate(self, value=None): self['Supply Air Flow Rate'] = value<|docstring|>Corresponds to IDD field `Supply Air Flow Rate`<|endoftext|>
a313381e6f74fc63da706390ec25d488852ff96a083826b7d19e2a699ab054cd
@property def exhaust_air_flow_rate(self): 'field `Exhaust Air Flow Rate`\n\n | This flow rate must match the supply fan air flow rate.\n | Units: m3/s\n\n Args:\n value (float or "Autosize"): value for IDD Field `Exhaust Air Flow Rate`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float or "Autosize": the value of `exhaust_air_flow_rate` or None if not set\n\n ' return self['Exhaust Air Flow Rate']
field `Exhaust Air Flow Rate` | This flow rate must match the supply fan air flow rate. | Units: m3/s Args: value (float or "Autosize"): value for IDD Field `Exhaust Air Flow Rate` Raises: ValueError: if `value` is not a valid value Returns: float or "Autosize": the value of `exhaust_air_flow_rate` or None if not set
pyidf/zone_hvac_forced_air_units.py
exhaust_air_flow_rate
marcelosalles/pyidf
19
python
@property def exhaust_air_flow_rate(self): 'field `Exhaust Air Flow Rate`\n\n | This flow rate must match the supply fan air flow rate.\n | Units: m3/s\n\n Args:\n value (float or "Autosize"): value for IDD Field `Exhaust Air Flow Rate`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float or "Autosize": the value of `exhaust_air_flow_rate` or None if not set\n\n ' return self['Exhaust Air Flow Rate']
@property def exhaust_air_flow_rate(self): 'field `Exhaust Air Flow Rate`\n\n | This flow rate must match the supply fan air flow rate.\n | Units: m3/s\n\n Args:\n value (float or "Autosize"): value for IDD Field `Exhaust Air Flow Rate`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float or "Autosize": the value of `exhaust_air_flow_rate` or None if not set\n\n ' return self['Exhaust Air Flow Rate']<|docstring|>field `Exhaust Air Flow Rate` | This flow rate must match the supply fan air flow rate. | Units: m3/s Args: value (float or "Autosize"): value for IDD Field `Exhaust Air Flow Rate` Raises: ValueError: if `value` is not a valid value Returns: float or "Autosize": the value of `exhaust_air_flow_rate` or None if not set<|endoftext|>
282379188614d480d957e46326f53959a7676e0163e93e654a2cba6d397b521f
@exhaust_air_flow_rate.setter def exhaust_air_flow_rate(self, value=None): 'Corresponds to IDD field `Exhaust Air Flow Rate`' self['Exhaust Air Flow Rate'] = value
Corresponds to IDD field `Exhaust Air Flow Rate`
pyidf/zone_hvac_forced_air_units.py
exhaust_air_flow_rate
marcelosalles/pyidf
19
python
@exhaust_air_flow_rate.setter def exhaust_air_flow_rate(self, value=None): self['Exhaust Air Flow Rate'] = value
@exhaust_air_flow_rate.setter def exhaust_air_flow_rate(self, value=None): self['Exhaust Air Flow Rate'] = value<|docstring|>Corresponds to IDD field `Exhaust Air Flow Rate`<|endoftext|>
0e161e1b443e1bcd2804aa9e142dd1126f87a70b4c061590fb9ec82f2734d5fb
@property def supply_air_fan_name(self): 'field `Supply Air Fan Name`\n\n | Fan type must be Fan:OnOff\n\n Args:\n value (str): value for IDD Field `Supply Air Fan Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `supply_air_fan_name` or None if not set\n\n ' return self['Supply Air Fan Name']
field `Supply Air Fan Name` | Fan type must be Fan:OnOff Args: value (str): value for IDD Field `Supply Air Fan Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `supply_air_fan_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
supply_air_fan_name
marcelosalles/pyidf
19
python
@property def supply_air_fan_name(self): 'field `Supply Air Fan Name`\n\n | Fan type must be Fan:OnOff\n\n Args:\n value (str): value for IDD Field `Supply Air Fan Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `supply_air_fan_name` or None if not set\n\n ' return self['Supply Air Fan Name']
@property def supply_air_fan_name(self): 'field `Supply Air Fan Name`\n\n | Fan type must be Fan:OnOff\n\n Args:\n value (str): value for IDD Field `Supply Air Fan Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `supply_air_fan_name` or None if not set\n\n ' return self['Supply Air Fan Name']<|docstring|>field `Supply Air Fan Name` | Fan type must be Fan:OnOff Args: value (str): value for IDD Field `Supply Air Fan Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `supply_air_fan_name` or None if not set<|endoftext|>
fe571b1b5cc86fb3e03b85996d1a792e8f0ca8b46a24e4c748e783a986b6ee74
@supply_air_fan_name.setter def supply_air_fan_name(self, value=None): 'Corresponds to IDD field `Supply Air Fan Name`' self['Supply Air Fan Name'] = value
Corresponds to IDD field `Supply Air Fan Name`
pyidf/zone_hvac_forced_air_units.py
supply_air_fan_name
marcelosalles/pyidf
19
python
@supply_air_fan_name.setter def supply_air_fan_name(self, value=None): self['Supply Air Fan Name'] = value
@supply_air_fan_name.setter def supply_air_fan_name(self, value=None): self['Supply Air Fan Name'] = value<|docstring|>Corresponds to IDD field `Supply Air Fan Name`<|endoftext|>
c15a7f77e5b4c8863909fc6a756e6af129757aa21432f2f175df8cea112107bd
@property def exhaust_air_fan_name(self): 'field `Exhaust Air Fan Name`\n\n | Fan type must be Fan:OnOff\n\n Args:\n value (str): value for IDD Field `Exhaust Air Fan Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `exhaust_air_fan_name` or None if not set\n\n ' return self['Exhaust Air Fan Name']
field `Exhaust Air Fan Name` | Fan type must be Fan:OnOff Args: value (str): value for IDD Field `Exhaust Air Fan Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `exhaust_air_fan_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
exhaust_air_fan_name
marcelosalles/pyidf
19
python
@property def exhaust_air_fan_name(self): 'field `Exhaust Air Fan Name`\n\n | Fan type must be Fan:OnOff\n\n Args:\n value (str): value for IDD Field `Exhaust Air Fan Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `exhaust_air_fan_name` or None if not set\n\n ' return self['Exhaust Air Fan Name']
@property def exhaust_air_fan_name(self): 'field `Exhaust Air Fan Name`\n\n | Fan type must be Fan:OnOff\n\n Args:\n value (str): value for IDD Field `Exhaust Air Fan Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `exhaust_air_fan_name` or None if not set\n\n ' return self['Exhaust Air Fan Name']<|docstring|>field `Exhaust Air Fan Name` | Fan type must be Fan:OnOff Args: value (str): value for IDD Field `Exhaust Air Fan Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `exhaust_air_fan_name` or None if not set<|endoftext|>
a868c3950b11c3fef305cc7e263a2d6bc735de02c263a97df370d26b812a3e80
@exhaust_air_fan_name.setter def exhaust_air_fan_name(self, value=None): 'Corresponds to IDD field `Exhaust Air Fan Name`' self['Exhaust Air Fan Name'] = value
Corresponds to IDD field `Exhaust Air Fan Name`
pyidf/zone_hvac_forced_air_units.py
exhaust_air_fan_name
marcelosalles/pyidf
19
python
@exhaust_air_fan_name.setter def exhaust_air_fan_name(self, value=None): self['Exhaust Air Fan Name'] = value
@exhaust_air_fan_name.setter def exhaust_air_fan_name(self, value=None): self['Exhaust Air Fan Name'] = value<|docstring|>Corresponds to IDD field `Exhaust Air Fan Name`<|endoftext|>
5c7fb29648a2c7d67e2203a1e44b1f75f810d210d797d496886221cc7b6f4489
@property def controller_name(self): 'field `Controller Name`\n\n | Enter the name of a ZoneHVAC:EnergyRecoveryVentilator:Controller object.\n\n Args:\n value (str): value for IDD Field `Controller Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `controller_name` or None if not set\n\n ' return self['Controller Name']
field `Controller Name` | Enter the name of a ZoneHVAC:EnergyRecoveryVentilator:Controller object. Args: value (str): value for IDD Field `Controller Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `controller_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
controller_name
marcelosalles/pyidf
19
python
@property def controller_name(self): 'field `Controller Name`\n\n | Enter the name of a ZoneHVAC:EnergyRecoveryVentilator:Controller object.\n\n Args:\n value (str): value for IDD Field `Controller Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `controller_name` or None if not set\n\n ' return self['Controller Name']
@property def controller_name(self): 'field `Controller Name`\n\n | Enter the name of a ZoneHVAC:EnergyRecoveryVentilator:Controller object.\n\n Args:\n value (str): value for IDD Field `Controller Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `controller_name` or None if not set\n\n ' return self['Controller Name']<|docstring|>field `Controller Name` | Enter the name of a ZoneHVAC:EnergyRecoveryVentilator:Controller object. Args: value (str): value for IDD Field `Controller Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `controller_name` or None if not set<|endoftext|>
fd89380af0a2998f55ec9bf047f973b85786536f92606473d92aa0ef5155ce5a
@controller_name.setter def controller_name(self, value=None): 'Corresponds to IDD field `Controller Name`' self['Controller Name'] = value
Corresponds to IDD field `Controller Name`
pyidf/zone_hvac_forced_air_units.py
controller_name
marcelosalles/pyidf
19
python
@controller_name.setter def controller_name(self, value=None): self['Controller Name'] = value
@controller_name.setter def controller_name(self, value=None): self['Controller Name'] = value<|docstring|>Corresponds to IDD field `Controller Name`<|endoftext|>
370321c66147f8443144172bd6c5ffed0d52524ef72bb5701ad1dfd632ad5f11
@property def ventilation_rate_per_unit_floor_area(self): 'field `Ventilation Rate per Unit Floor Area`\n\n | 0.000508 m3/s-m2 corresponds to 0.1 ft3/min-ft2\n | Used only when supply and exhaust air flow rates are autosized.\n | Units: m3/s-m2\n\n Args:\n value (float): value for IDD Field `Ventilation Rate per Unit Floor Area`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `ventilation_rate_per_unit_floor_area` or None if not set\n\n ' return self['Ventilation Rate per Unit Floor Area']
field `Ventilation Rate per Unit Floor Area` | 0.000508 m3/s-m2 corresponds to 0.1 ft3/min-ft2 | Used only when supply and exhaust air flow rates are autosized. | Units: m3/s-m2 Args: value (float): value for IDD Field `Ventilation Rate per Unit Floor Area` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `ventilation_rate_per_unit_floor_area` or None if not set
pyidf/zone_hvac_forced_air_units.py
ventilation_rate_per_unit_floor_area
marcelosalles/pyidf
19
python
@property def ventilation_rate_per_unit_floor_area(self): 'field `Ventilation Rate per Unit Floor Area`\n\n | 0.000508 m3/s-m2 corresponds to 0.1 ft3/min-ft2\n | Used only when supply and exhaust air flow rates are autosized.\n | Units: m3/s-m2\n\n Args:\n value (float): value for IDD Field `Ventilation Rate per Unit Floor Area`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `ventilation_rate_per_unit_floor_area` or None if not set\n\n ' return self['Ventilation Rate per Unit Floor Area']
@property def ventilation_rate_per_unit_floor_area(self): 'field `Ventilation Rate per Unit Floor Area`\n\n | 0.000508 m3/s-m2 corresponds to 0.1 ft3/min-ft2\n | Used only when supply and exhaust air flow rates are autosized.\n | Units: m3/s-m2\n\n Args:\n value (float): value for IDD Field `Ventilation Rate per Unit Floor Area`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `ventilation_rate_per_unit_floor_area` or None if not set\n\n ' return self['Ventilation Rate per Unit Floor Area']<|docstring|>field `Ventilation Rate per Unit Floor Area` | 0.000508 m3/s-m2 corresponds to 0.1 ft3/min-ft2 | Used only when supply and exhaust air flow rates are autosized. | Units: m3/s-m2 Args: value (float): value for IDD Field `Ventilation Rate per Unit Floor Area` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `ventilation_rate_per_unit_floor_area` or None if not set<|endoftext|>
219a97411eb93bb9f2e4863477b336eb4723463d519bf90716b1e843265f5b39
@ventilation_rate_per_unit_floor_area.setter def ventilation_rate_per_unit_floor_area(self, value=None): 'Corresponds to IDD field `Ventilation Rate per Unit Floor Area`' self['Ventilation Rate per Unit Floor Area'] = value
Corresponds to IDD field `Ventilation Rate per Unit Floor Area`
pyidf/zone_hvac_forced_air_units.py
ventilation_rate_per_unit_floor_area
marcelosalles/pyidf
19
python
@ventilation_rate_per_unit_floor_area.setter def ventilation_rate_per_unit_floor_area(self, value=None): self['Ventilation Rate per Unit Floor Area'] = value
@ventilation_rate_per_unit_floor_area.setter def ventilation_rate_per_unit_floor_area(self, value=None): self['Ventilation Rate per Unit Floor Area'] = value<|docstring|>Corresponds to IDD field `Ventilation Rate per Unit Floor Area`<|endoftext|>
9e01193e34c67a06e3358d72c1beafe9a8559fa6376b2d41bc27d67c324225c3
@property def ventilation_rate_per_occupant(self): 'field `Ventilation Rate per Occupant`\n\n | 0.00236 m3/s-person corresponds to 5 ft3/min-person\n | Used only when supply and exhaust air flow rates are autosized.\n | Units: m3/s-person\n\n Args:\n value (float): value for IDD Field `Ventilation Rate per Occupant`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `ventilation_rate_per_occupant` or None if not set\n\n ' return self['Ventilation Rate per Occupant']
field `Ventilation Rate per Occupant` | 0.00236 m3/s-person corresponds to 5 ft3/min-person | Used only when supply and exhaust air flow rates are autosized. | Units: m3/s-person Args: value (float): value for IDD Field `Ventilation Rate per Occupant` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `ventilation_rate_per_occupant` or None if not set
pyidf/zone_hvac_forced_air_units.py
ventilation_rate_per_occupant
marcelosalles/pyidf
19
python
@property def ventilation_rate_per_occupant(self): 'field `Ventilation Rate per Occupant`\n\n | 0.00236 m3/s-person corresponds to 5 ft3/min-person\n | Used only when supply and exhaust air flow rates are autosized.\n | Units: m3/s-person\n\n Args:\n value (float): value for IDD Field `Ventilation Rate per Occupant`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `ventilation_rate_per_occupant` or None if not set\n\n ' return self['Ventilation Rate per Occupant']
@property def ventilation_rate_per_occupant(self): 'field `Ventilation Rate per Occupant`\n\n | 0.00236 m3/s-person corresponds to 5 ft3/min-person\n | Used only when supply and exhaust air flow rates are autosized.\n | Units: m3/s-person\n\n Args:\n value (float): value for IDD Field `Ventilation Rate per Occupant`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `ventilation_rate_per_occupant` or None if not set\n\n ' return self['Ventilation Rate per Occupant']<|docstring|>field `Ventilation Rate per Occupant` | 0.00236 m3/s-person corresponds to 5 ft3/min-person | Used only when supply and exhaust air flow rates are autosized. | Units: m3/s-person Args: value (float): value for IDD Field `Ventilation Rate per Occupant` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `ventilation_rate_per_occupant` or None if not set<|endoftext|>
cac181ae8141c3ca274f34499aaa354762dd0b5908117260482183ef68b1fe0d
@ventilation_rate_per_occupant.setter def ventilation_rate_per_occupant(self, value=None): 'Corresponds to IDD field `Ventilation Rate per Occupant`' self['Ventilation Rate per Occupant'] = value
Corresponds to IDD field `Ventilation Rate per Occupant`
pyidf/zone_hvac_forced_air_units.py
ventilation_rate_per_occupant
marcelosalles/pyidf
19
python
@ventilation_rate_per_occupant.setter def ventilation_rate_per_occupant(self, value=None): self['Ventilation Rate per Occupant'] = value
@ventilation_rate_per_occupant.setter def ventilation_rate_per_occupant(self, value=None): self['Ventilation Rate per Occupant'] = value<|docstring|>Corresponds to IDD field `Ventilation Rate per Occupant`<|endoftext|>
34a6536179864bd69e16dfb58123b60585d7e47147be939cb77f6d2a7aaf5089
@property def availability_manager_list_name(self): 'field `Availability Manager List Name`\n\n | Enter the name of an AvailabilityManagerAssignmentList object.\n\n Args:\n value (str): value for IDD Field `Availability Manager List Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `availability_manager_list_name` or None if not set\n\n ' return self['Availability Manager List Name']
field `Availability Manager List Name` | Enter the name of an AvailabilityManagerAssignmentList object. Args: value (str): value for IDD Field `Availability Manager List Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `availability_manager_list_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
availability_manager_list_name
marcelosalles/pyidf
19
python
@property def availability_manager_list_name(self): 'field `Availability Manager List Name`\n\n | Enter the name of an AvailabilityManagerAssignmentList object.\n\n Args:\n value (str): value for IDD Field `Availability Manager List Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `availability_manager_list_name` or None if not set\n\n ' return self['Availability Manager List Name']
@property def availability_manager_list_name(self): 'field `Availability Manager List Name`\n\n | Enter the name of an AvailabilityManagerAssignmentList object.\n\n Args:\n value (str): value for IDD Field `Availability Manager List Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `availability_manager_list_name` or None if not set\n\n ' return self['Availability Manager List Name']<|docstring|>field `Availability Manager List Name` | Enter the name of an AvailabilityManagerAssignmentList object. Args: value (str): value for IDD Field `Availability Manager List Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `availability_manager_list_name` or None if not set<|endoftext|>
bc2db9236470a5671addc2a0b07d5fb679b2752715f4f954b1795de5078d1081
@availability_manager_list_name.setter def availability_manager_list_name(self, value=None): 'Corresponds to IDD field `Availability Manager List Name`' self['Availability Manager List Name'] = value
Corresponds to IDD field `Availability Manager List Name`
pyidf/zone_hvac_forced_air_units.py
availability_manager_list_name
marcelosalles/pyidf
19
python
@availability_manager_list_name.setter def availability_manager_list_name(self, value=None): self['Availability Manager List Name'] = value
@availability_manager_list_name.setter def availability_manager_list_name(self, value=None): self['Availability Manager List Name'] = value<|docstring|>Corresponds to IDD field `Availability Manager List Name`<|endoftext|>
baa9580e3558990cbbbd4a416ce889eff976cf9be75e811766c881d5e6f5aa2e
@property def name(self): 'field `Name`\n\n Args:\n value (str): value for IDD Field `Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `name` or None if not set\n\n ' return self['Name']
field `Name` Args: value (str): value for IDD Field `Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `name` or None if not set
pyidf/zone_hvac_forced_air_units.py
name
marcelosalles/pyidf
19
python
@property def name(self): 'field `Name`\n\n Args:\n value (str): value for IDD Field `Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `name` or None if not set\n\n ' return self['Name']
@property def name(self): 'field `Name`\n\n Args:\n value (str): value for IDD Field `Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `name` or None if not set\n\n ' return self['Name']<|docstring|>field `Name` Args: value (str): value for IDD Field `Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `name` or None if not set<|endoftext|>
b50e61290376b241698c1b041a66a959d7606fd2f3631a15fe0cc75c3fe60f11
@name.setter def name(self, value=None): 'Corresponds to IDD field `Name`' self['Name'] = value
Corresponds to IDD field `Name`
pyidf/zone_hvac_forced_air_units.py
name
marcelosalles/pyidf
19
python
@name.setter def name(self, value=None): self['Name'] = value
@name.setter def name(self, value=None): self['Name'] = value<|docstring|>Corresponds to IDD field `Name`<|endoftext|>
817702fc6c6eb75fed068f313cc79536ce03299f1aef94c24e5284a501346c3e
@property def temperature_high_limit(self): 'field `Temperature High Limit`\n\n | Enter the maximum outdoor dry-bulb temperature limit for economizer operation.\n | No input or blank input means this limit is not operative\n | Units: C\n\n Args:\n value (float): value for IDD Field `Temperature High Limit`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `temperature_high_limit` or None if not set\n\n ' return self['Temperature High Limit']
field `Temperature High Limit` | Enter the maximum outdoor dry-bulb temperature limit for economizer operation. | No input or blank input means this limit is not operative | Units: C Args: value (float): value for IDD Field `Temperature High Limit` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `temperature_high_limit` or None if not set
pyidf/zone_hvac_forced_air_units.py
temperature_high_limit
marcelosalles/pyidf
19
python
@property def temperature_high_limit(self): 'field `Temperature High Limit`\n\n | Enter the maximum outdoor dry-bulb temperature limit for economizer operation.\n | No input or blank input means this limit is not operative\n | Units: C\n\n Args:\n value (float): value for IDD Field `Temperature High Limit`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `temperature_high_limit` or None if not set\n\n ' return self['Temperature High Limit']
@property def temperature_high_limit(self): 'field `Temperature High Limit`\n\n | Enter the maximum outdoor dry-bulb temperature limit for economizer operation.\n | No input or blank input means this limit is not operative\n | Units: C\n\n Args:\n value (float): value for IDD Field `Temperature High Limit`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `temperature_high_limit` or None if not set\n\n ' return self['Temperature High Limit']<|docstring|>field `Temperature High Limit` | Enter the maximum outdoor dry-bulb temperature limit for economizer operation. | No input or blank input means this limit is not operative | Units: C Args: value (float): value for IDD Field `Temperature High Limit` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `temperature_high_limit` or None if not set<|endoftext|>
c4392a0ab34950176d6cfdaaa20f6902d74914c5d630fdacf7a320a94f154ec6
@temperature_high_limit.setter def temperature_high_limit(self, value=None): 'Corresponds to IDD field `Temperature High Limit`' self['Temperature High Limit'] = value
Corresponds to IDD field `Temperature High Limit`
pyidf/zone_hvac_forced_air_units.py
temperature_high_limit
marcelosalles/pyidf
19
python
@temperature_high_limit.setter def temperature_high_limit(self, value=None): self['Temperature High Limit'] = value
@temperature_high_limit.setter def temperature_high_limit(self, value=None): self['Temperature High Limit'] = value<|docstring|>Corresponds to IDD field `Temperature High Limit`<|endoftext|>
c5bd0445ded7ba7f8282b08a9876dc8bbab5748834afb1189fb7425ba5fa4e61
@property def temperature_low_limit(self): 'field `Temperature Low Limit`\n\n | Enter the minimum outdoor dry-bulb temperature limit for economizer operation.\n | No input or blank input means this limit is not operative\n | Units: C\n\n Args:\n value (float): value for IDD Field `Temperature Low Limit`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `temperature_low_limit` or None if not set\n\n ' return self['Temperature Low Limit']
field `Temperature Low Limit` | Enter the minimum outdoor dry-bulb temperature limit for economizer operation. | No input or blank input means this limit is not operative | Units: C Args: value (float): value for IDD Field `Temperature Low Limit` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `temperature_low_limit` or None if not set
pyidf/zone_hvac_forced_air_units.py
temperature_low_limit
marcelosalles/pyidf
19
python
@property def temperature_low_limit(self): 'field `Temperature Low Limit`\n\n | Enter the minimum outdoor dry-bulb temperature limit for economizer operation.\n | No input or blank input means this limit is not operative\n | Units: C\n\n Args:\n value (float): value for IDD Field `Temperature Low Limit`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `temperature_low_limit` or None if not set\n\n ' return self['Temperature Low Limit']
@property def temperature_low_limit(self): 'field `Temperature Low Limit`\n\n | Enter the minimum outdoor dry-bulb temperature limit for economizer operation.\n | No input or blank input means this limit is not operative\n | Units: C\n\n Args:\n value (float): value for IDD Field `Temperature Low Limit`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `temperature_low_limit` or None if not set\n\n ' return self['Temperature Low Limit']<|docstring|>field `Temperature Low Limit` | Enter the minimum outdoor dry-bulb temperature limit for economizer operation. | No input or blank input means this limit is not operative | Units: C Args: value (float): value for IDD Field `Temperature Low Limit` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `temperature_low_limit` or None if not set<|endoftext|>
6c728dff0e6a375e3aaabc40990225b598461b305a6075474db71e6033fac967
@temperature_low_limit.setter def temperature_low_limit(self, value=None): 'Corresponds to IDD field `Temperature Low Limit`' self['Temperature Low Limit'] = value
Corresponds to IDD field `Temperature Low Limit`
pyidf/zone_hvac_forced_air_units.py
temperature_low_limit
marcelosalles/pyidf
19
python
@temperature_low_limit.setter def temperature_low_limit(self, value=None): self['Temperature Low Limit'] = value
@temperature_low_limit.setter def temperature_low_limit(self, value=None): self['Temperature Low Limit'] = value<|docstring|>Corresponds to IDD field `Temperature Low Limit`<|endoftext|>
a8423b6bf9402c77b2689cb8a11d11ad020e043c371c60ce4e36094bd4fc226e
@property def enthalpy_high_limit(self): 'field `Enthalpy High Limit`\n\n | Enter the maximum outdoor enthalpy limit for economizer operation.\n | No input or blank input means this limit is not operative\n | Units: J/kg\n\n Args:\n value (float): value for IDD Field `Enthalpy High Limit`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `enthalpy_high_limit` or None if not set\n\n ' return self['Enthalpy High Limit']
field `Enthalpy High Limit` | Enter the maximum outdoor enthalpy limit for economizer operation. | No input or blank input means this limit is not operative | Units: J/kg Args: value (float): value for IDD Field `Enthalpy High Limit` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `enthalpy_high_limit` or None if not set
pyidf/zone_hvac_forced_air_units.py
enthalpy_high_limit
marcelosalles/pyidf
19
python
@property def enthalpy_high_limit(self): 'field `Enthalpy High Limit`\n\n | Enter the maximum outdoor enthalpy limit for economizer operation.\n | No input or blank input means this limit is not operative\n | Units: J/kg\n\n Args:\n value (float): value for IDD Field `Enthalpy High Limit`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `enthalpy_high_limit` or None if not set\n\n ' return self['Enthalpy High Limit']
@property def enthalpy_high_limit(self): 'field `Enthalpy High Limit`\n\n | Enter the maximum outdoor enthalpy limit for economizer operation.\n | No input or blank input means this limit is not operative\n | Units: J/kg\n\n Args:\n value (float): value for IDD Field `Enthalpy High Limit`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `enthalpy_high_limit` or None if not set\n\n ' return self['Enthalpy High Limit']<|docstring|>field `Enthalpy High Limit` | Enter the maximum outdoor enthalpy limit for economizer operation. | No input or blank input means this limit is not operative | Units: J/kg Args: value (float): value for IDD Field `Enthalpy High Limit` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `enthalpy_high_limit` or None if not set<|endoftext|>
cc4820a63a9913dddf90686f53bafd62740590111b34b784ebc618e7234f2445
@enthalpy_high_limit.setter def enthalpy_high_limit(self, value=None): 'Corresponds to IDD field `Enthalpy High Limit`' self['Enthalpy High Limit'] = value
Corresponds to IDD field `Enthalpy High Limit`
pyidf/zone_hvac_forced_air_units.py
enthalpy_high_limit
marcelosalles/pyidf
19
python
@enthalpy_high_limit.setter def enthalpy_high_limit(self, value=None): self['Enthalpy High Limit'] = value
@enthalpy_high_limit.setter def enthalpy_high_limit(self, value=None): self['Enthalpy High Limit'] = value<|docstring|>Corresponds to IDD field `Enthalpy High Limit`<|endoftext|>
60993d153ac69e2dacc4b2850557e41fc029a5e0aaeeca4bfd4032e55639e9be
@property def dewpoint_temperature_limit(self): 'field `Dewpoint Temperature Limit`\n\n | Enter the maximum outdoor dew point temperature limit for economizer operation.\n | No input or blank input means this limit is not operative\n | Units: C\n\n Args:\n value (float): value for IDD Field `Dewpoint Temperature Limit`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `dewpoint_temperature_limit` or None if not set\n\n ' return self['Dewpoint Temperature Limit']
field `Dewpoint Temperature Limit` | Enter the maximum outdoor dew point temperature limit for economizer operation. | No input or blank input means this limit is not operative | Units: C Args: value (float): value for IDD Field `Dewpoint Temperature Limit` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `dewpoint_temperature_limit` or None if not set
pyidf/zone_hvac_forced_air_units.py
dewpoint_temperature_limit
marcelosalles/pyidf
19
python
@property def dewpoint_temperature_limit(self): 'field `Dewpoint Temperature Limit`\n\n | Enter the maximum outdoor dew point temperature limit for economizer operation.\n | No input or blank input means this limit is not operative\n | Units: C\n\n Args:\n value (float): value for IDD Field `Dewpoint Temperature Limit`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `dewpoint_temperature_limit` or None if not set\n\n ' return self['Dewpoint Temperature Limit']
@property def dewpoint_temperature_limit(self): 'field `Dewpoint Temperature Limit`\n\n | Enter the maximum outdoor dew point temperature limit for economizer operation.\n | No input or blank input means this limit is not operative\n | Units: C\n\n Args:\n value (float): value for IDD Field `Dewpoint Temperature Limit`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `dewpoint_temperature_limit` or None if not set\n\n ' return self['Dewpoint Temperature Limit']<|docstring|>field `Dewpoint Temperature Limit` | Enter the maximum outdoor dew point temperature limit for economizer operation. | No input or blank input means this limit is not operative | Units: C Args: value (float): value for IDD Field `Dewpoint Temperature Limit` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `dewpoint_temperature_limit` or None if not set<|endoftext|>
4566c661f37a48c11bdcff79d1bfc77891d919595165e6fb9671ca1f8ad24a19
@dewpoint_temperature_limit.setter def dewpoint_temperature_limit(self, value=None): 'Corresponds to IDD field `Dewpoint Temperature Limit`' self['Dewpoint Temperature Limit'] = value
Corresponds to IDD field `Dewpoint Temperature Limit`
pyidf/zone_hvac_forced_air_units.py
dewpoint_temperature_limit
marcelosalles/pyidf
19
python
@dewpoint_temperature_limit.setter def dewpoint_temperature_limit(self, value=None): self['Dewpoint Temperature Limit'] = value
@dewpoint_temperature_limit.setter def dewpoint_temperature_limit(self, value=None): self['Dewpoint Temperature Limit'] = value<|docstring|>Corresponds to IDD field `Dewpoint Temperature Limit`<|endoftext|>
4fca782b9db23d2697468b7e05812eedb2ef67ae84b217efacf7a95b6cf47986
@property def electronic_enthalpy_limit_curve_name(self): 'field `Electronic Enthalpy Limit Curve Name`\n\n | Enter the name of a quadratic or cubic curve which defines the maximum outdoor\n | humidity ratio (function of outdoor dry-bulb temperature) for economizer operation.\n | No input or blank input means this limit is not operative\n\n Args:\n value (str): value for IDD Field `Electronic Enthalpy Limit Curve Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `electronic_enthalpy_limit_curve_name` or None if not set\n\n ' return self['Electronic Enthalpy Limit Curve Name']
field `Electronic Enthalpy Limit Curve Name` | Enter the name of a quadratic or cubic curve which defines the maximum outdoor | humidity ratio (function of outdoor dry-bulb temperature) for economizer operation. | No input or blank input means this limit is not operative Args: value (str): value for IDD Field `Electronic Enthalpy Limit Curve Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `electronic_enthalpy_limit_curve_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
electronic_enthalpy_limit_curve_name
marcelosalles/pyidf
19
python
@property def electronic_enthalpy_limit_curve_name(self): 'field `Electronic Enthalpy Limit Curve Name`\n\n | Enter the name of a quadratic or cubic curve which defines the maximum outdoor\n | humidity ratio (function of outdoor dry-bulb temperature) for economizer operation.\n | No input or blank input means this limit is not operative\n\n Args:\n value (str): value for IDD Field `Electronic Enthalpy Limit Curve Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `electronic_enthalpy_limit_curve_name` or None if not set\n\n ' return self['Electronic Enthalpy Limit Curve Name']
@property def electronic_enthalpy_limit_curve_name(self): 'field `Electronic Enthalpy Limit Curve Name`\n\n | Enter the name of a quadratic or cubic curve which defines the maximum outdoor\n | humidity ratio (function of outdoor dry-bulb temperature) for economizer operation.\n | No input or blank input means this limit is not operative\n\n Args:\n value (str): value for IDD Field `Electronic Enthalpy Limit Curve Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `electronic_enthalpy_limit_curve_name` or None if not set\n\n ' return self['Electronic Enthalpy Limit Curve Name']<|docstring|>field `Electronic Enthalpy Limit Curve Name` | Enter the name of a quadratic or cubic curve which defines the maximum outdoor | humidity ratio (function of outdoor dry-bulb temperature) for economizer operation. | No input or blank input means this limit is not operative Args: value (str): value for IDD Field `Electronic Enthalpy Limit Curve Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `electronic_enthalpy_limit_curve_name` or None if not set<|endoftext|>
138cd2768967b8caa70dce48d6125f503e95989c92192db3ad7379a5423088df
@electronic_enthalpy_limit_curve_name.setter def electronic_enthalpy_limit_curve_name(self, value=None): 'Corresponds to IDD field `Electronic Enthalpy Limit Curve Name`' self['Electronic Enthalpy Limit Curve Name'] = value
Corresponds to IDD field `Electronic Enthalpy Limit Curve Name`
pyidf/zone_hvac_forced_air_units.py
electronic_enthalpy_limit_curve_name
marcelosalles/pyidf
19
python
@electronic_enthalpy_limit_curve_name.setter def electronic_enthalpy_limit_curve_name(self, value=None): self['Electronic Enthalpy Limit Curve Name'] = value
@electronic_enthalpy_limit_curve_name.setter def electronic_enthalpy_limit_curve_name(self, value=None): self['Electronic Enthalpy Limit Curve Name'] = value<|docstring|>Corresponds to IDD field `Electronic Enthalpy Limit Curve Name`<|endoftext|>
dbdc21fe9dc4238331ce8d9ab558b28afb825599b303e0fbb9f464c9010a9dcb
@property def exhaust_air_temperature_limit(self): 'field `Exhaust Air Temperature Limit`\n\n | Default value: NoExhaustAirTemperatureLimit\n\n Args:\n value (str): value for IDD Field `Exhaust Air Temperature Limit`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `exhaust_air_temperature_limit` or None if not set\n\n ' return self['Exhaust Air Temperature Limit']
field `Exhaust Air Temperature Limit` | Default value: NoExhaustAirTemperatureLimit Args: value (str): value for IDD Field `Exhaust Air Temperature Limit` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `exhaust_air_temperature_limit` or None if not set
pyidf/zone_hvac_forced_air_units.py
exhaust_air_temperature_limit
marcelosalles/pyidf
19
python
@property def exhaust_air_temperature_limit(self): 'field `Exhaust Air Temperature Limit`\n\n | Default value: NoExhaustAirTemperatureLimit\n\n Args:\n value (str): value for IDD Field `Exhaust Air Temperature Limit`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `exhaust_air_temperature_limit` or None if not set\n\n ' return self['Exhaust Air Temperature Limit']
@property def exhaust_air_temperature_limit(self): 'field `Exhaust Air Temperature Limit`\n\n | Default value: NoExhaustAirTemperatureLimit\n\n Args:\n value (str): value for IDD Field `Exhaust Air Temperature Limit`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `exhaust_air_temperature_limit` or None if not set\n\n ' return self['Exhaust Air Temperature Limit']<|docstring|>field `Exhaust Air Temperature Limit` | Default value: NoExhaustAirTemperatureLimit Args: value (str): value for IDD Field `Exhaust Air Temperature Limit` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `exhaust_air_temperature_limit` or None if not set<|endoftext|>
e0bddd104462d2b379ae125bb093f215fe0c51a72d0919ca2c2fd03fb42248ae
@exhaust_air_temperature_limit.setter def exhaust_air_temperature_limit(self, value='NoExhaustAirTemperatureLimit'): 'Corresponds to IDD field `Exhaust Air Temperature Limit`' self['Exhaust Air Temperature Limit'] = value
Corresponds to IDD field `Exhaust Air Temperature Limit`
pyidf/zone_hvac_forced_air_units.py
exhaust_air_temperature_limit
marcelosalles/pyidf
19
python
@exhaust_air_temperature_limit.setter def exhaust_air_temperature_limit(self, value='NoExhaustAirTemperatureLimit'): self['Exhaust Air Temperature Limit'] = value
@exhaust_air_temperature_limit.setter def exhaust_air_temperature_limit(self, value='NoExhaustAirTemperatureLimit'): self['Exhaust Air Temperature Limit'] = value<|docstring|>Corresponds to IDD field `Exhaust Air Temperature Limit`<|endoftext|>
68676ba0c3d368f94cd05bb71829dcd925b22587c9a1c867fe55065d6e54877a
@property def exhaust_air_enthalpy_limit(self): 'field `Exhaust Air Enthalpy Limit`\n\n | Default value: NoExhaustAirEnthalpyLimit\n\n Args:\n value (str): value for IDD Field `Exhaust Air Enthalpy Limit`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `exhaust_air_enthalpy_limit` or None if not set\n\n ' return self['Exhaust Air Enthalpy Limit']
field `Exhaust Air Enthalpy Limit` | Default value: NoExhaustAirEnthalpyLimit Args: value (str): value for IDD Field `Exhaust Air Enthalpy Limit` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `exhaust_air_enthalpy_limit` or None if not set
pyidf/zone_hvac_forced_air_units.py
exhaust_air_enthalpy_limit
marcelosalles/pyidf
19
python
@property def exhaust_air_enthalpy_limit(self): 'field `Exhaust Air Enthalpy Limit`\n\n | Default value: NoExhaustAirEnthalpyLimit\n\n Args:\n value (str): value for IDD Field `Exhaust Air Enthalpy Limit`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `exhaust_air_enthalpy_limit` or None if not set\n\n ' return self['Exhaust Air Enthalpy Limit']
@property def exhaust_air_enthalpy_limit(self): 'field `Exhaust Air Enthalpy Limit`\n\n | Default value: NoExhaustAirEnthalpyLimit\n\n Args:\n value (str): value for IDD Field `Exhaust Air Enthalpy Limit`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `exhaust_air_enthalpy_limit` or None if not set\n\n ' return self['Exhaust Air Enthalpy Limit']<|docstring|>field `Exhaust Air Enthalpy Limit` | Default value: NoExhaustAirEnthalpyLimit Args: value (str): value for IDD Field `Exhaust Air Enthalpy Limit` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `exhaust_air_enthalpy_limit` or None if not set<|endoftext|>
a7be78e9fa4c8b820de4ad6db168939ee667a367cf010312bf8d9e880ef60fb3
@exhaust_air_enthalpy_limit.setter def exhaust_air_enthalpy_limit(self, value='NoExhaustAirEnthalpyLimit'): 'Corresponds to IDD field `Exhaust Air Enthalpy Limit`' self['Exhaust Air Enthalpy Limit'] = value
Corresponds to IDD field `Exhaust Air Enthalpy Limit`
pyidf/zone_hvac_forced_air_units.py
exhaust_air_enthalpy_limit
marcelosalles/pyidf
19
python
@exhaust_air_enthalpy_limit.setter def exhaust_air_enthalpy_limit(self, value='NoExhaustAirEnthalpyLimit'): self['Exhaust Air Enthalpy Limit'] = value
@exhaust_air_enthalpy_limit.setter def exhaust_air_enthalpy_limit(self, value='NoExhaustAirEnthalpyLimit'): self['Exhaust Air Enthalpy Limit'] = value<|docstring|>Corresponds to IDD field `Exhaust Air Enthalpy Limit`<|endoftext|>
6919ff841fca0f293cc1ade8331655752f396e53f5d81136a73894c3ec29c58b
@property def time_of_day_economizer_flow_control_schedule_name(self): 'field `Time of Day Economizer Flow Control Schedule Name`\n\n | Schedule values greater than 0 indicate economizer operation is active. This\n | schedule may be used with or without the High Humidity Control option.\n | When used together, high humidity control has priority over economizer control.\n\n Args:\n value (str): value for IDD Field `Time of Day Economizer Flow Control Schedule Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `time_of_day_economizer_flow_control_schedule_name` or None if not set\n\n ' return self['Time of Day Economizer Flow Control Schedule Name']
field `Time of Day Economizer Flow Control Schedule Name` | Schedule values greater than 0 indicate economizer operation is active. This | schedule may be used with or without the High Humidity Control option. | When used together, high humidity control has priority over economizer control. Args: value (str): value for IDD Field `Time of Day Economizer Flow Control Schedule Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `time_of_day_economizer_flow_control_schedule_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
time_of_day_economizer_flow_control_schedule_name
marcelosalles/pyidf
19
python
@property def time_of_day_economizer_flow_control_schedule_name(self): 'field `Time of Day Economizer Flow Control Schedule Name`\n\n | Schedule values greater than 0 indicate economizer operation is active. This\n | schedule may be used with or without the High Humidity Control option.\n | When used together, high humidity control has priority over economizer control.\n\n Args:\n value (str): value for IDD Field `Time of Day Economizer Flow Control Schedule Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `time_of_day_economizer_flow_control_schedule_name` or None if not set\n\n ' return self['Time of Day Economizer Flow Control Schedule Name']
@property def time_of_day_economizer_flow_control_schedule_name(self): 'field `Time of Day Economizer Flow Control Schedule Name`\n\n | Schedule values greater than 0 indicate economizer operation is active. This\n | schedule may be used with or without the High Humidity Control option.\n | When used together, high humidity control has priority over economizer control.\n\n Args:\n value (str): value for IDD Field `Time of Day Economizer Flow Control Schedule Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `time_of_day_economizer_flow_control_schedule_name` or None if not set\n\n ' return self['Time of Day Economizer Flow Control Schedule Name']<|docstring|>field `Time of Day Economizer Flow Control Schedule Name` | Schedule values greater than 0 indicate economizer operation is active. This | schedule may be used with or without the High Humidity Control option. | When used together, high humidity control has priority over economizer control. Args: value (str): value for IDD Field `Time of Day Economizer Flow Control Schedule Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `time_of_day_economizer_flow_control_schedule_name` or None if not set<|endoftext|>
cb777692ea7177fe5efca4331b74adeb6fea54076ffbb2dc8e4d159183e7fdc1
@time_of_day_economizer_flow_control_schedule_name.setter def time_of_day_economizer_flow_control_schedule_name(self, value=None): 'Corresponds to IDD field `Time of Day Economizer Flow Control\n Schedule Name`' self['Time of Day Economizer Flow Control Schedule Name'] = value
Corresponds to IDD field `Time of Day Economizer Flow Control Schedule Name`
pyidf/zone_hvac_forced_air_units.py
time_of_day_economizer_flow_control_schedule_name
marcelosalles/pyidf
19
python
@time_of_day_economizer_flow_control_schedule_name.setter def time_of_day_economizer_flow_control_schedule_name(self, value=None): 'Corresponds to IDD field `Time of Day Economizer Flow Control\n Schedule Name`' self['Time of Day Economizer Flow Control Schedule Name'] = value
@time_of_day_economizer_flow_control_schedule_name.setter def time_of_day_economizer_flow_control_schedule_name(self, value=None): 'Corresponds to IDD field `Time of Day Economizer Flow Control\n Schedule Name`' self['Time of Day Economizer Flow Control Schedule Name'] = value<|docstring|>Corresponds to IDD field `Time of Day Economizer Flow Control Schedule Name`<|endoftext|>
e0e98d3f6f09d6e2174c2b3efd7f441b11cc9f3ebf7ecde224d22ce6eff8dda3
@property def high_humidity_control_flag(self): 'field `High Humidity Control Flag`\n\n | Select Yes to modify air flow rates based on a zone humidistat.\n | Select No to disable this feature.\n | Default value: No\n\n Args:\n value (str): value for IDD Field `High Humidity Control Flag`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `high_humidity_control_flag` or None if not set\n\n ' return self['High Humidity Control Flag']
field `High Humidity Control Flag` | Select Yes to modify air flow rates based on a zone humidistat. | Select No to disable this feature. | Default value: No Args: value (str): value for IDD Field `High Humidity Control Flag` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `high_humidity_control_flag` or None if not set
pyidf/zone_hvac_forced_air_units.py
high_humidity_control_flag
marcelosalles/pyidf
19
python
@property def high_humidity_control_flag(self): 'field `High Humidity Control Flag`\n\n | Select Yes to modify air flow rates based on a zone humidistat.\n | Select No to disable this feature.\n | Default value: No\n\n Args:\n value (str): value for IDD Field `High Humidity Control Flag`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `high_humidity_control_flag` or None if not set\n\n ' return self['High Humidity Control Flag']
@property def high_humidity_control_flag(self): 'field `High Humidity Control Flag`\n\n | Select Yes to modify air flow rates based on a zone humidistat.\n | Select No to disable this feature.\n | Default value: No\n\n Args:\n value (str): value for IDD Field `High Humidity Control Flag`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `high_humidity_control_flag` or None if not set\n\n ' return self['High Humidity Control Flag']<|docstring|>field `High Humidity Control Flag` | Select Yes to modify air flow rates based on a zone humidistat. | Select No to disable this feature. | Default value: No Args: value (str): value for IDD Field `High Humidity Control Flag` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `high_humidity_control_flag` or None if not set<|endoftext|>
042c45f4aaa9fda75a4da8716f57649b1307df445565e5c7b177d267db66c514
@high_humidity_control_flag.setter def high_humidity_control_flag(self, value='No'): 'Corresponds to IDD field `High Humidity Control Flag`' self['High Humidity Control Flag'] = value
Corresponds to IDD field `High Humidity Control Flag`
pyidf/zone_hvac_forced_air_units.py
high_humidity_control_flag
marcelosalles/pyidf
19
python
@high_humidity_control_flag.setter def high_humidity_control_flag(self, value='No'): self['High Humidity Control Flag'] = value
@high_humidity_control_flag.setter def high_humidity_control_flag(self, value='No'): self['High Humidity Control Flag'] = value<|docstring|>Corresponds to IDD field `High Humidity Control Flag`<|endoftext|>
a32eee4917b2523ffd75816b4cdf1ba3586f04a59ac33f1755ba2409d80f8705
@property def humidistat_control_zone_name(self): 'field `Humidistat Control Zone Name`\n\n | Enter the name of the zone where the humidistat is located.\n\n Args:\n value (str): value for IDD Field `Humidistat Control Zone Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `humidistat_control_zone_name` or None if not set\n\n ' return self['Humidistat Control Zone Name']
field `Humidistat Control Zone Name` | Enter the name of the zone where the humidistat is located. Args: value (str): value for IDD Field `Humidistat Control Zone Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `humidistat_control_zone_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
humidistat_control_zone_name
marcelosalles/pyidf
19
python
@property def humidistat_control_zone_name(self): 'field `Humidistat Control Zone Name`\n\n | Enter the name of the zone where the humidistat is located.\n\n Args:\n value (str): value for IDD Field `Humidistat Control Zone Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `humidistat_control_zone_name` or None if not set\n\n ' return self['Humidistat Control Zone Name']
@property def humidistat_control_zone_name(self): 'field `Humidistat Control Zone Name`\n\n | Enter the name of the zone where the humidistat is located.\n\n Args:\n value (str): value for IDD Field `Humidistat Control Zone Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `humidistat_control_zone_name` or None if not set\n\n ' return self['Humidistat Control Zone Name']<|docstring|>field `Humidistat Control Zone Name` | Enter the name of the zone where the humidistat is located. Args: value (str): value for IDD Field `Humidistat Control Zone Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `humidistat_control_zone_name` or None if not set<|endoftext|>
2f2fddbb19720cf0b801dad3a235d0d018ed85561436b026025b5fcdd62d7b99
@humidistat_control_zone_name.setter def humidistat_control_zone_name(self, value=None): 'Corresponds to IDD field `Humidistat Control Zone Name`' self['Humidistat Control Zone Name'] = value
Corresponds to IDD field `Humidistat Control Zone Name`
pyidf/zone_hvac_forced_air_units.py
humidistat_control_zone_name
marcelosalles/pyidf
19
python
@humidistat_control_zone_name.setter def humidistat_control_zone_name(self, value=None): self['Humidistat Control Zone Name'] = value
@humidistat_control_zone_name.setter def humidistat_control_zone_name(self, value=None): self['Humidistat Control Zone Name'] = value<|docstring|>Corresponds to IDD field `Humidistat Control Zone Name`<|endoftext|>
3e006d088bb713bec533693c615b928ac279f4da66cbb1517c35bdb5e611f981
@property def high_humidity_outdoor_air_flow_ratio(self): 'field `High Humidity Outdoor Air Flow Ratio`\n\n | Enter the ratio of supply (outdoor) air to the maximum supply air flow rate when modified\n | air flow rates are active based on high indoor humidity.\n | Default value: 1.0\n\n Args:\n value (float): value for IDD Field `High Humidity Outdoor Air Flow Ratio`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `high_humidity_outdoor_air_flow_ratio` or None if not set\n\n ' return self['High Humidity Outdoor Air Flow Ratio']
field `High Humidity Outdoor Air Flow Ratio` | Enter the ratio of supply (outdoor) air to the maximum supply air flow rate when modified | air flow rates are active based on high indoor humidity. | Default value: 1.0 Args: value (float): value for IDD Field `High Humidity Outdoor Air Flow Ratio` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `high_humidity_outdoor_air_flow_ratio` or None if not set
pyidf/zone_hvac_forced_air_units.py
high_humidity_outdoor_air_flow_ratio
marcelosalles/pyidf
19
python
@property def high_humidity_outdoor_air_flow_ratio(self): 'field `High Humidity Outdoor Air Flow Ratio`\n\n | Enter the ratio of supply (outdoor) air to the maximum supply air flow rate when modified\n | air flow rates are active based on high indoor humidity.\n | Default value: 1.0\n\n Args:\n value (float): value for IDD Field `High Humidity Outdoor Air Flow Ratio`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `high_humidity_outdoor_air_flow_ratio` or None if not set\n\n ' return self['High Humidity Outdoor Air Flow Ratio']
@property def high_humidity_outdoor_air_flow_ratio(self): 'field `High Humidity Outdoor Air Flow Ratio`\n\n | Enter the ratio of supply (outdoor) air to the maximum supply air flow rate when modified\n | air flow rates are active based on high indoor humidity.\n | Default value: 1.0\n\n Args:\n value (float): value for IDD Field `High Humidity Outdoor Air Flow Ratio`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `high_humidity_outdoor_air_flow_ratio` or None if not set\n\n ' return self['High Humidity Outdoor Air Flow Ratio']<|docstring|>field `High Humidity Outdoor Air Flow Ratio` | Enter the ratio of supply (outdoor) air to the maximum supply air flow rate when modified | air flow rates are active based on high indoor humidity. | Default value: 1.0 Args: value (float): value for IDD Field `High Humidity Outdoor Air Flow Ratio` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `high_humidity_outdoor_air_flow_ratio` or None if not set<|endoftext|>