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
b5d78262de5e66bc0dae71f05cc056317bc125df9e4b32f9804def86f53744a8
@high_humidity_outdoor_air_flow_ratio.setter def high_humidity_outdoor_air_flow_ratio(self, value=1.0): 'Corresponds to IDD field `High Humidity Outdoor Air Flow Ratio`' self['High Humidity Outdoor Air Flow Ratio'] = value
Corresponds to IDD field `High Humidity Outdoor Air Flow Ratio`
pyidf/zone_hvac_forced_air_units.py
high_humidity_outdoor_air_flow_ratio
marcelosalles/pyidf
19
python
@high_humidity_outdoor_air_flow_ratio.setter def high_humidity_outdoor_air_flow_ratio(self, value=1.0): self['High Humidity Outdoor Air Flow Ratio'] = value
@high_humidity_outdoor_air_flow_ratio.setter def high_humidity_outdoor_air_flow_ratio(self, value=1.0): self['High Humidity Outdoor Air Flow Ratio'] = value<|docstring|>Corresponds to IDD field `High Humidity Outdoor Air Flow Ratio`<|endoftext|>
ef37360c3faf57c727a3fc0e6a16133f3152a0449543bd91df69ba5b37866b1c
@property def control_high_indoor_humidity_based_on_outdoor_humidity_ratio(self): 'field `Control High Indoor Humidity Based on Outdoor Humidity Ratio`\n\n | If NO is selected, the air flow rate is modified any time indoor relative\n | humidity is above humidistat setpoint. If YES is selected, outdoor air flow\n | rate is modified any time indoor relative humidity is above the humidistat\n | setpoint AND the outdoor humidity ratio is less than the indoor humidity ratio.\n | Default value: Yes\n\n Args:\n value (str): value for IDD Field `Control High Indoor Humidity Based on Outdoor Humidity Ratio`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `control_high_indoor_humidity_based_on_outdoor_humidity_ratio` or None if not set\n\n ' return self['Control High Indoor Humidity Based on Outdoor Humidity Ratio']
field `Control High Indoor Humidity Based on Outdoor Humidity Ratio` | If NO is selected, the air flow rate is modified any time indoor relative | humidity is above humidistat setpoint. If YES is selected, outdoor air flow | rate is modified any time indoor relative humidity is above the humidistat | setpoint AND the outdoor humidity ratio is less than the indoor humidity ratio. | Default value: Yes Args: value (str): value for IDD Field `Control High Indoor Humidity Based on Outdoor Humidity Ratio` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `control_high_indoor_humidity_based_on_outdoor_humidity_ratio` or None if not set
pyidf/zone_hvac_forced_air_units.py
control_high_indoor_humidity_based_on_outdoor_humidity_ratio
marcelosalles/pyidf
19
python
@property def control_high_indoor_humidity_based_on_outdoor_humidity_ratio(self): 'field `Control High Indoor Humidity Based on Outdoor Humidity Ratio`\n\n | If NO is selected, the air flow rate is modified any time indoor relative\n | humidity is above humidistat setpoint. If YES is selected, outdoor air flow\n | rate is modified any time indoor relative humidity is above the humidistat\n | setpoint AND the outdoor humidity ratio is less than the indoor humidity ratio.\n | Default value: Yes\n\n Args:\n value (str): value for IDD Field `Control High Indoor Humidity Based on Outdoor Humidity Ratio`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `control_high_indoor_humidity_based_on_outdoor_humidity_ratio` or None if not set\n\n ' return self['Control High Indoor Humidity Based on Outdoor Humidity Ratio']
@property def control_high_indoor_humidity_based_on_outdoor_humidity_ratio(self): 'field `Control High Indoor Humidity Based on Outdoor Humidity Ratio`\n\n | If NO is selected, the air flow rate is modified any time indoor relative\n | humidity is above humidistat setpoint. If YES is selected, outdoor air flow\n | rate is modified any time indoor relative humidity is above the humidistat\n | setpoint AND the outdoor humidity ratio is less than the indoor humidity ratio.\n | Default value: Yes\n\n Args:\n value (str): value for IDD Field `Control High Indoor Humidity Based on Outdoor Humidity Ratio`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `control_high_indoor_humidity_based_on_outdoor_humidity_ratio` or None if not set\n\n ' return self['Control High Indoor Humidity Based on Outdoor Humidity Ratio']<|docstring|>field `Control High Indoor Humidity Based on Outdoor Humidity Ratio` | If NO is selected, the air flow rate is modified any time indoor relative | humidity is above humidistat setpoint. If YES is selected, outdoor air flow | rate is modified any time indoor relative humidity is above the humidistat | setpoint AND the outdoor humidity ratio is less than the indoor humidity ratio. | Default value: Yes Args: value (str): value for IDD Field `Control High Indoor Humidity Based on Outdoor Humidity Ratio` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `control_high_indoor_humidity_based_on_outdoor_humidity_ratio` or None if not set<|endoftext|>
6070f44d2d7d08e15e4c13e0ef2cc7a51fa09af8655c26fec6fe65fdfcd64fac
@control_high_indoor_humidity_based_on_outdoor_humidity_ratio.setter def control_high_indoor_humidity_based_on_outdoor_humidity_ratio(self, value='Yes'): 'Corresponds to IDD field `Control High Indoor Humidity Based on\n Outdoor Humidity Ratio`' self['Control High Indoor Humidity Based on Outdoor Humidity Ratio'] = value
Corresponds to IDD field `Control High Indoor Humidity Based on Outdoor Humidity Ratio`
pyidf/zone_hvac_forced_air_units.py
control_high_indoor_humidity_based_on_outdoor_humidity_ratio
marcelosalles/pyidf
19
python
@control_high_indoor_humidity_based_on_outdoor_humidity_ratio.setter def control_high_indoor_humidity_based_on_outdoor_humidity_ratio(self, value='Yes'): 'Corresponds to IDD field `Control High Indoor Humidity Based on\n Outdoor Humidity Ratio`' self['Control High Indoor Humidity Based on Outdoor Humidity Ratio'] = value
@control_high_indoor_humidity_based_on_outdoor_humidity_ratio.setter def control_high_indoor_humidity_based_on_outdoor_humidity_ratio(self, value='Yes'): 'Corresponds to IDD field `Control High Indoor Humidity Based on\n Outdoor Humidity Ratio`' self['Control High Indoor Humidity Based on Outdoor Humidity Ratio'] = value<|docstring|>Corresponds to IDD field `Control High Indoor Humidity Based on Outdoor Humidity Ratio`<|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|>
e7b7cdfb55196ea055eeb61296d8fac63983911466f2929ba17c9add8bf6a78d
@property def maximum_supply_air_flow_rate(self): 'field `Maximum Supply Air Flow Rate`\n\n | Units: m3/s\n\n Args:\n value (float or "Autosize"): value for IDD Field `Maximum 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 `maximum_supply_air_flow_rate` or None if not set\n\n ' return self['Maximum Supply Air Flow Rate']
field `Maximum Supply Air Flow Rate` | Units: m3/s Args: value (float or "Autosize"): value for IDD Field `Maximum Supply Air Flow Rate` Raises: ValueError: if `value` is not a valid value Returns: float or "Autosize": the value of `maximum_supply_air_flow_rate` or None if not set
pyidf/zone_hvac_forced_air_units.py
maximum_supply_air_flow_rate
marcelosalles/pyidf
19
python
@property def maximum_supply_air_flow_rate(self): 'field `Maximum Supply Air Flow Rate`\n\n | Units: m3/s\n\n Args:\n value (float or "Autosize"): value for IDD Field `Maximum 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 `maximum_supply_air_flow_rate` or None if not set\n\n ' return self['Maximum Supply Air Flow Rate']
@property def maximum_supply_air_flow_rate(self): 'field `Maximum Supply Air Flow Rate`\n\n | Units: m3/s\n\n Args:\n value (float or "Autosize"): value for IDD Field `Maximum 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 `maximum_supply_air_flow_rate` or None if not set\n\n ' return self['Maximum Supply Air Flow Rate']<|docstring|>field `Maximum Supply Air Flow Rate` | Units: m3/s Args: value (float or "Autosize"): value for IDD Field `Maximum Supply Air Flow Rate` Raises: ValueError: if `value` is not a valid value Returns: float or "Autosize": the value of `maximum_supply_air_flow_rate` or None if not set<|endoftext|>
bbef7acaaea6dead01599deb8d4111591eb0d7b03a206453fdb7dbba5328ce4c
@maximum_supply_air_flow_rate.setter def maximum_supply_air_flow_rate(self, value=None): 'Corresponds to IDD field `Maximum Supply Air Flow Rate`' self['Maximum Supply Air Flow Rate'] = value
Corresponds to IDD field `Maximum Supply Air Flow Rate`
pyidf/zone_hvac_forced_air_units.py
maximum_supply_air_flow_rate
marcelosalles/pyidf
19
python
@maximum_supply_air_flow_rate.setter def maximum_supply_air_flow_rate(self, value=None): self['Maximum Supply Air Flow Rate'] = value
@maximum_supply_air_flow_rate.setter def maximum_supply_air_flow_rate(self, value=None): self['Maximum Supply Air Flow Rate'] = value<|docstring|>Corresponds to IDD field `Maximum Supply Air Flow Rate`<|endoftext|>
c19627a6354be40688676c12356a8d65bfe4dba04d9197d24862093170eb6ff2
@property def outdoor_air_control_type(self): 'field `Outdoor Air Control Type`\n\n Args:\n value (str): value for IDD Field `Outdoor Air Control Type`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `outdoor_air_control_type` or None if not set\n\n ' return self['Outdoor Air Control Type']
field `Outdoor Air Control Type` Args: value (str): value for IDD Field `Outdoor Air Control Type` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `outdoor_air_control_type` or None if not set
pyidf/zone_hvac_forced_air_units.py
outdoor_air_control_type
marcelosalles/pyidf
19
python
@property def outdoor_air_control_type(self): 'field `Outdoor Air Control Type`\n\n Args:\n value (str): value for IDD Field `Outdoor Air Control Type`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `outdoor_air_control_type` or None if not set\n\n ' return self['Outdoor Air Control Type']
@property def outdoor_air_control_type(self): 'field `Outdoor Air Control Type`\n\n Args:\n value (str): value for IDD Field `Outdoor Air Control Type`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `outdoor_air_control_type` or None if not set\n\n ' return self['Outdoor Air Control Type']<|docstring|>field `Outdoor Air Control Type` Args: value (str): value for IDD Field `Outdoor Air Control Type` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `outdoor_air_control_type` or None if not set<|endoftext|>
f4f67e69da29d090423587400b35762f59d2decd096bc7d010f810466bb6f079
@outdoor_air_control_type.setter def outdoor_air_control_type(self, value=None): 'Corresponds to IDD field `Outdoor Air Control Type`' self['Outdoor Air Control Type'] = value
Corresponds to IDD field `Outdoor Air Control Type`
pyidf/zone_hvac_forced_air_units.py
outdoor_air_control_type
marcelosalles/pyidf
19
python
@outdoor_air_control_type.setter def outdoor_air_control_type(self, value=None): self['Outdoor Air Control Type'] = value
@outdoor_air_control_type.setter def outdoor_air_control_type(self, value=None): self['Outdoor Air Control Type'] = value<|docstring|>Corresponds to IDD field `Outdoor Air Control Type`<|endoftext|>
eba0bc992697672c1a3b5b888b5c148335d70977fb569dd10ca0596c2bb4b9d7
@property def minimum_outdoor_air_flow_rate(self): 'field `Minimum Outdoor Air Flow Rate`\n\n | Units: m3/s\n\n Args:\n value (float or "Autosize"): value for IDD Field `Minimum Outdoor 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 `minimum_outdoor_air_flow_rate` or None if not set\n\n ' return self['Minimum Outdoor Air Flow Rate']
field `Minimum Outdoor Air Flow Rate` | Units: m3/s Args: value (float or "Autosize"): value for IDD Field `Minimum Outdoor Air Flow Rate` Raises: ValueError: if `value` is not a valid value Returns: float or "Autosize": the value of `minimum_outdoor_air_flow_rate` or None if not set
pyidf/zone_hvac_forced_air_units.py
minimum_outdoor_air_flow_rate
marcelosalles/pyidf
19
python
@property def minimum_outdoor_air_flow_rate(self): 'field `Minimum Outdoor Air Flow Rate`\n\n | Units: m3/s\n\n Args:\n value (float or "Autosize"): value for IDD Field `Minimum Outdoor 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 `minimum_outdoor_air_flow_rate` or None if not set\n\n ' return self['Minimum Outdoor Air Flow Rate']
@property def minimum_outdoor_air_flow_rate(self): 'field `Minimum Outdoor Air Flow Rate`\n\n | Units: m3/s\n\n Args:\n value (float or "Autosize"): value for IDD Field `Minimum Outdoor 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 `minimum_outdoor_air_flow_rate` or None if not set\n\n ' return self['Minimum Outdoor Air Flow Rate']<|docstring|>field `Minimum Outdoor Air Flow Rate` | Units: m3/s Args: value (float or "Autosize"): value for IDD Field `Minimum Outdoor Air Flow Rate` Raises: ValueError: if `value` is not a valid value Returns: float or "Autosize": the value of `minimum_outdoor_air_flow_rate` or None if not set<|endoftext|>
ce2c78134c71a993827a9c05269976575c260f036200ad83470f3a1d474d184f
@minimum_outdoor_air_flow_rate.setter def minimum_outdoor_air_flow_rate(self, value=None): 'Corresponds to IDD field `Minimum Outdoor Air Flow Rate`' self['Minimum Outdoor Air Flow Rate'] = value
Corresponds to IDD field `Minimum Outdoor Air Flow Rate`
pyidf/zone_hvac_forced_air_units.py
minimum_outdoor_air_flow_rate
marcelosalles/pyidf
19
python
@minimum_outdoor_air_flow_rate.setter def minimum_outdoor_air_flow_rate(self, value=None): self['Minimum Outdoor Air Flow Rate'] = value
@minimum_outdoor_air_flow_rate.setter def minimum_outdoor_air_flow_rate(self, value=None): self['Minimum Outdoor Air Flow Rate'] = value<|docstring|>Corresponds to IDD field `Minimum Outdoor Air Flow Rate`<|endoftext|>
ff3a8fe82fec82631e2c563a18b35d14cff47bec1d6641ab3c6dfe1eea0fcb55
@property def minimum_outdoor_air_schedule_name(self): 'field `Minimum Outdoor Air Schedule Name`\n\n | schedule values multiply the minimum outdoor air flow rate\n\n Args:\n value (str): value for IDD Field `Minimum Outdoor Air Schedule Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `minimum_outdoor_air_schedule_name` or None if not set\n\n ' return self['Minimum Outdoor Air Schedule Name']
field `Minimum Outdoor Air Schedule Name` | schedule values multiply the minimum outdoor air flow rate Args: value (str): value for IDD Field `Minimum Outdoor Air Schedule Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `minimum_outdoor_air_schedule_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
minimum_outdoor_air_schedule_name
marcelosalles/pyidf
19
python
@property def minimum_outdoor_air_schedule_name(self): 'field `Minimum Outdoor Air Schedule Name`\n\n | schedule values multiply the minimum outdoor air flow rate\n\n Args:\n value (str): value for IDD Field `Minimum Outdoor Air Schedule Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `minimum_outdoor_air_schedule_name` or None if not set\n\n ' return self['Minimum Outdoor Air Schedule Name']
@property def minimum_outdoor_air_schedule_name(self): 'field `Minimum Outdoor Air Schedule Name`\n\n | schedule values multiply the minimum outdoor air flow rate\n\n Args:\n value (str): value for IDD Field `Minimum Outdoor Air Schedule Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `minimum_outdoor_air_schedule_name` or None if not set\n\n ' return self['Minimum Outdoor Air Schedule Name']<|docstring|>field `Minimum Outdoor Air Schedule Name` | schedule values multiply the minimum outdoor air flow rate Args: value (str): value for IDD Field `Minimum Outdoor Air Schedule Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `minimum_outdoor_air_schedule_name` or None if not set<|endoftext|>
01945a830a6db70a0ed288eb2aff639af0896cd3195c44b1e517596e1ebfb306
@minimum_outdoor_air_schedule_name.setter def minimum_outdoor_air_schedule_name(self, value=None): 'Corresponds to IDD field `Minimum Outdoor Air Schedule Name`' self['Minimum Outdoor Air Schedule Name'] = value
Corresponds to IDD field `Minimum Outdoor Air Schedule Name`
pyidf/zone_hvac_forced_air_units.py
minimum_outdoor_air_schedule_name
marcelosalles/pyidf
19
python
@minimum_outdoor_air_schedule_name.setter def minimum_outdoor_air_schedule_name(self, value=None): self['Minimum Outdoor Air Schedule Name'] = value
@minimum_outdoor_air_schedule_name.setter def minimum_outdoor_air_schedule_name(self, value=None): self['Minimum Outdoor Air Schedule Name'] = value<|docstring|>Corresponds to IDD field `Minimum Outdoor Air Schedule Name`<|endoftext|>
03614b25ef16987ce5a4cfad6d2bee43d3675d8ce0552f43b8122f64059e2521
@property def maximum_outdoor_air_flow_rate(self): 'field `Maximum Outdoor Air Flow Rate`\n\n | Units: m3/s\n\n Args:\n value (float or "Autosize"): value for IDD Field `Maximum Outdoor 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 `maximum_outdoor_air_flow_rate` or None if not set\n\n ' return self['Maximum Outdoor Air Flow Rate']
field `Maximum Outdoor Air Flow Rate` | Units: m3/s Args: value (float or "Autosize"): value for IDD Field `Maximum Outdoor Air Flow Rate` Raises: ValueError: if `value` is not a valid value Returns: float or "Autosize": the value of `maximum_outdoor_air_flow_rate` or None if not set
pyidf/zone_hvac_forced_air_units.py
maximum_outdoor_air_flow_rate
marcelosalles/pyidf
19
python
@property def maximum_outdoor_air_flow_rate(self): 'field `Maximum Outdoor Air Flow Rate`\n\n | Units: m3/s\n\n Args:\n value (float or "Autosize"): value for IDD Field `Maximum Outdoor 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 `maximum_outdoor_air_flow_rate` or None if not set\n\n ' return self['Maximum Outdoor Air Flow Rate']
@property def maximum_outdoor_air_flow_rate(self): 'field `Maximum Outdoor Air Flow Rate`\n\n | Units: m3/s\n\n Args:\n value (float or "Autosize"): value for IDD Field `Maximum Outdoor 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 `maximum_outdoor_air_flow_rate` or None if not set\n\n ' return self['Maximum Outdoor Air Flow Rate']<|docstring|>field `Maximum Outdoor Air Flow Rate` | Units: m3/s Args: value (float or "Autosize"): value for IDD Field `Maximum Outdoor Air Flow Rate` Raises: ValueError: if `value` is not a valid value Returns: float or "Autosize": the value of `maximum_outdoor_air_flow_rate` or None if not set<|endoftext|>
fdb21267fa2711aad06cc7c899d7677d4b0ffe29dd370a3bab047a7d0bf7a213
@maximum_outdoor_air_flow_rate.setter def maximum_outdoor_air_flow_rate(self, value=None): 'Corresponds to IDD field `Maximum Outdoor Air Flow Rate`' self['Maximum Outdoor Air Flow Rate'] = value
Corresponds to IDD field `Maximum Outdoor Air Flow Rate`
pyidf/zone_hvac_forced_air_units.py
maximum_outdoor_air_flow_rate
marcelosalles/pyidf
19
python
@maximum_outdoor_air_flow_rate.setter def maximum_outdoor_air_flow_rate(self, value=None): self['Maximum Outdoor Air Flow Rate'] = value
@maximum_outdoor_air_flow_rate.setter def maximum_outdoor_air_flow_rate(self, value=None): self['Maximum Outdoor Air Flow Rate'] = value<|docstring|>Corresponds to IDD field `Maximum Outdoor Air Flow Rate`<|endoftext|>
11aabbb70bac752e4fc135fca483b1176f6a7f15ca91f855229c65f8090c5051
@property def maximum_outdoor_air_fraction_or_temperature_schedule_name(self): 'field `Maximum Outdoor Air Fraction or Temperature Schedule Name`\n\n | that this depends on the control type as to whether it is a fraction or temperature\n\n Args:\n value (str): value for IDD Field `Maximum Outdoor Air Fraction or Temperature Schedule Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `maximum_outdoor_air_fraction_or_temperature_schedule_name` or None if not set\n\n ' return self['Maximum Outdoor Air Fraction or Temperature Schedule Name']
field `Maximum Outdoor Air Fraction or Temperature Schedule Name` | that this depends on the control type as to whether it is a fraction or temperature Args: value (str): value for IDD Field `Maximum Outdoor Air Fraction or Temperature Schedule Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `maximum_outdoor_air_fraction_or_temperature_schedule_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
maximum_outdoor_air_fraction_or_temperature_schedule_name
marcelosalles/pyidf
19
python
@property def maximum_outdoor_air_fraction_or_temperature_schedule_name(self): 'field `Maximum Outdoor Air Fraction or Temperature Schedule Name`\n\n | that this depends on the control type as to whether it is a fraction or temperature\n\n Args:\n value (str): value for IDD Field `Maximum Outdoor Air Fraction or Temperature Schedule Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `maximum_outdoor_air_fraction_or_temperature_schedule_name` or None if not set\n\n ' return self['Maximum Outdoor Air Fraction or Temperature Schedule Name']
@property def maximum_outdoor_air_fraction_or_temperature_schedule_name(self): 'field `Maximum Outdoor Air Fraction or Temperature Schedule Name`\n\n | that this depends on the control type as to whether it is a fraction or temperature\n\n Args:\n value (str): value for IDD Field `Maximum Outdoor Air Fraction or Temperature Schedule Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `maximum_outdoor_air_fraction_or_temperature_schedule_name` or None if not set\n\n ' return self['Maximum Outdoor Air Fraction or Temperature Schedule Name']<|docstring|>field `Maximum Outdoor Air Fraction or Temperature Schedule Name` | that this depends on the control type as to whether it is a fraction or temperature Args: value (str): value for IDD Field `Maximum Outdoor Air Fraction or Temperature Schedule Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `maximum_outdoor_air_fraction_or_temperature_schedule_name` or None if not set<|endoftext|>
5bc67de4d004c414970b2f5e1e550e19202740c7c67c9fc1ae7b64e7a052b0fc
@maximum_outdoor_air_fraction_or_temperature_schedule_name.setter def maximum_outdoor_air_fraction_or_temperature_schedule_name(self, value=None): 'Corresponds to IDD field `Maximum Outdoor Air Fraction or\n Temperature Schedule Name`' self['Maximum Outdoor Air Fraction or Temperature Schedule Name'] = value
Corresponds to IDD field `Maximum Outdoor Air Fraction or Temperature Schedule Name`
pyidf/zone_hvac_forced_air_units.py
maximum_outdoor_air_fraction_or_temperature_schedule_name
marcelosalles/pyidf
19
python
@maximum_outdoor_air_fraction_or_temperature_schedule_name.setter def maximum_outdoor_air_fraction_or_temperature_schedule_name(self, value=None): 'Corresponds to IDD field `Maximum Outdoor Air Fraction or\n Temperature Schedule Name`' self['Maximum Outdoor Air Fraction or Temperature Schedule Name'] = value
@maximum_outdoor_air_fraction_or_temperature_schedule_name.setter def maximum_outdoor_air_fraction_or_temperature_schedule_name(self, value=None): 'Corresponds to IDD field `Maximum Outdoor Air Fraction or\n Temperature Schedule Name`' self['Maximum Outdoor Air Fraction or Temperature Schedule Name'] = value<|docstring|>Corresponds to IDD field `Maximum Outdoor Air Fraction or Temperature Schedule Name`<|endoftext|>
af692e86a2c5c23e1aafbacd6ce3e92941081077c490f37f8e521a059d1733c8
@property def air_inlet_node_name(self): 'field `Air Inlet Node Name`\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` 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 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 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` 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|>
ed82a8eaebb2e341d92bf1570616df1b798ff56fba46cac27d25c0a0b2ace2fc
@property def air_outlet_node_name(self): 'field `Air Outlet Node Name`\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` 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 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 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` 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|>
d21e9e25487ab0b0a51723551f961a811005a9d54c263c23a9be02ea2fee1c99
@property def outdoor_air_node_name(self): 'field `Outdoor Air Node Name`\n\n Args:\n value (str): value for IDD Field `Outdoor Air Node Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `outdoor_air_node_name` or None if not set\n\n ' return self['Outdoor Air Node Name']
field `Outdoor Air Node Name` Args: value (str): value for IDD Field `Outdoor Air Node Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `outdoor_air_node_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
outdoor_air_node_name
marcelosalles/pyidf
19
python
@property def outdoor_air_node_name(self): 'field `Outdoor Air Node Name`\n\n Args:\n value (str): value for IDD Field `Outdoor Air Node Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `outdoor_air_node_name` or None if not set\n\n ' return self['Outdoor Air Node Name']
@property def outdoor_air_node_name(self): 'field `Outdoor Air Node Name`\n\n Args:\n value (str): value for IDD Field `Outdoor Air Node Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `outdoor_air_node_name` or None if not set\n\n ' return self['Outdoor Air Node Name']<|docstring|>field `Outdoor Air Node Name` Args: value (str): value for IDD Field `Outdoor Air Node Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `outdoor_air_node_name` or None if not set<|endoftext|>
b13dab7f7846299e30be206de28453f18adcfc8a7d33adb43a667d976a9fb7d9
@outdoor_air_node_name.setter def outdoor_air_node_name(self, value=None): 'Corresponds to IDD field `Outdoor Air Node Name`' self['Outdoor Air Node Name'] = value
Corresponds to IDD field `Outdoor Air Node Name`
pyidf/zone_hvac_forced_air_units.py
outdoor_air_node_name
marcelosalles/pyidf
19
python
@outdoor_air_node_name.setter def outdoor_air_node_name(self, value=None): self['Outdoor Air Node Name'] = value
@outdoor_air_node_name.setter def outdoor_air_node_name(self, value=None): self['Outdoor Air Node Name'] = value<|docstring|>Corresponds to IDD field `Outdoor Air Node Name`<|endoftext|>
2e4856d0a1755b5a483c5b397d581a9673f964dd2045ecb6ce706b1e88d1ea09
@property def exhaust_air_node_name(self): 'field `Exhaust Air Node Name`\n\n Args:\n value (str): value for IDD Field `Exhaust Air Node Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `exhaust_air_node_name` or None if not set\n\n ' return self['Exhaust Air Node Name']
field `Exhaust Air Node Name` Args: value (str): value for IDD Field `Exhaust Air Node Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `exhaust_air_node_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
exhaust_air_node_name
marcelosalles/pyidf
19
python
@property def exhaust_air_node_name(self): 'field `Exhaust Air Node Name`\n\n Args:\n value (str): value for IDD Field `Exhaust Air Node Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `exhaust_air_node_name` or None if not set\n\n ' return self['Exhaust Air Node Name']
@property def exhaust_air_node_name(self): 'field `Exhaust Air Node Name`\n\n Args:\n value (str): value for IDD Field `Exhaust Air Node Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `exhaust_air_node_name` or None if not set\n\n ' return self['Exhaust Air Node Name']<|docstring|>field `Exhaust Air Node Name` Args: value (str): value for IDD Field `Exhaust Air Node Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `exhaust_air_node_name` or None if not set<|endoftext|>
21f43c0c1fb332177d1153081cedb2a233ba2100847117213f2c8692ef9037ca
@exhaust_air_node_name.setter def exhaust_air_node_name(self, value=None): 'Corresponds to IDD field `Exhaust Air Node Name`' self['Exhaust Air Node Name'] = value
Corresponds to IDD field `Exhaust Air Node Name`
pyidf/zone_hvac_forced_air_units.py
exhaust_air_node_name
marcelosalles/pyidf
19
python
@exhaust_air_node_name.setter def exhaust_air_node_name(self, value=None): self['Exhaust Air Node Name'] = value
@exhaust_air_node_name.setter def exhaust_air_node_name(self, value=None): self['Exhaust Air Node Name'] = value<|docstring|>Corresponds to IDD field `Exhaust Air Node Name`<|endoftext|>
93740e716bbaa0bc5f8c10d7ff9c20ee0f930e91daad0ea542c37ca2894ec9e7
@property def mixed_air_node_name(self): 'field `Mixed Air Node Name`\n\n | inlet to coils\n\n Args:\n value (str): value for IDD Field `Mixed Air Node Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `mixed_air_node_name` or None if not set\n\n ' return self['Mixed Air Node Name']
field `Mixed Air Node Name` | inlet to coils Args: value (str): value for IDD Field `Mixed Air Node Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `mixed_air_node_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
mixed_air_node_name
marcelosalles/pyidf
19
python
@property def mixed_air_node_name(self): 'field `Mixed Air Node Name`\n\n | inlet to coils\n\n Args:\n value (str): value for IDD Field `Mixed Air Node Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `mixed_air_node_name` or None if not set\n\n ' return self['Mixed Air Node Name']
@property def mixed_air_node_name(self): 'field `Mixed Air Node Name`\n\n | inlet to coils\n\n Args:\n value (str): value for IDD Field `Mixed Air Node Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `mixed_air_node_name` or None if not set\n\n ' return self['Mixed Air Node Name']<|docstring|>field `Mixed Air Node Name` | inlet to coils Args: value (str): value for IDD Field `Mixed Air Node Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `mixed_air_node_name` or None if not set<|endoftext|>
9d08f3a595da172f47901d3bdd8dab8707acfc529f5707e91fd40e4f242fcc38
@mixed_air_node_name.setter def mixed_air_node_name(self, value=None): 'Corresponds to IDD field `Mixed Air Node Name`' self['Mixed Air Node Name'] = value
Corresponds to IDD field `Mixed Air Node Name`
pyidf/zone_hvac_forced_air_units.py
mixed_air_node_name
marcelosalles/pyidf
19
python
@mixed_air_node_name.setter def mixed_air_node_name(self, value=None): self['Mixed Air Node Name'] = value
@mixed_air_node_name.setter def mixed_air_node_name(self, value=None): self['Mixed Air Node Name'] = value<|docstring|>Corresponds to IDD field `Mixed Air Node Name`<|endoftext|>
bc1777dafe951e01e1b8ca6d60acd6b36ddb648ff08b30627d7a93c31eed103f
@property def supply_air_fan_object_type(self): 'field `Supply Air Fan Object Type`\n\n | Allowable fan types are Fan:ConstantVolume, Fan:OnOff and\n | Fan:VariableVolume\n\n Args:\n value (str): value for IDD Field `Supply Air Fan Object Type`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `supply_air_fan_object_type` or None if not set\n\n ' return self['Supply Air Fan Object Type']
field `Supply Air Fan Object Type` | Allowable fan types are Fan:ConstantVolume, Fan:OnOff and | Fan:VariableVolume Args: value (str): value for IDD Field `Supply Air Fan Object Type` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `supply_air_fan_object_type` or None if not set
pyidf/zone_hvac_forced_air_units.py
supply_air_fan_object_type
marcelosalles/pyidf
19
python
@property def supply_air_fan_object_type(self): 'field `Supply Air Fan Object Type`\n\n | Allowable fan types are Fan:ConstantVolume, Fan:OnOff and\n | Fan:VariableVolume\n\n Args:\n value (str): value for IDD Field `Supply Air Fan Object Type`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `supply_air_fan_object_type` or None if not set\n\n ' return self['Supply Air Fan Object Type']
@property def supply_air_fan_object_type(self): 'field `Supply Air Fan Object Type`\n\n | Allowable fan types are Fan:ConstantVolume, Fan:OnOff and\n | Fan:VariableVolume\n\n Args:\n value (str): value for IDD Field `Supply Air Fan Object Type`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `supply_air_fan_object_type` or None if not set\n\n ' return self['Supply Air Fan Object Type']<|docstring|>field `Supply Air Fan Object Type` | Allowable fan types are Fan:ConstantVolume, Fan:OnOff and | Fan:VariableVolume Args: value (str): value for IDD Field `Supply Air Fan Object Type` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `supply_air_fan_object_type` or None if not set<|endoftext|>
0c4cb081334d6f54e59c4d31182289cd611a8f1ed925b69c3f7256619283ca58
@supply_air_fan_object_type.setter def supply_air_fan_object_type(self, value=None): 'Corresponds to IDD field `Supply Air Fan Object Type`' self['Supply Air Fan Object Type'] = value
Corresponds to IDD field `Supply Air Fan Object Type`
pyidf/zone_hvac_forced_air_units.py
supply_air_fan_object_type
marcelosalles/pyidf
19
python
@supply_air_fan_object_type.setter def supply_air_fan_object_type(self, value=None): self['Supply Air Fan Object Type'] = value
@supply_air_fan_object_type.setter def supply_air_fan_object_type(self, value=None): self['Supply Air Fan Object Type'] = value<|docstring|>Corresponds to IDD field `Supply Air Fan Object Type`<|endoftext|>
ece3da5536d71bdc16d630d311fa79f57e55b55e057a672eadb7291b4faa73a2
@property def supply_air_fan_name(self): 'field `Supply Air Fan Name`\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` 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 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 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` 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|>
ae9d6d8d5fa8b184b4fae41465a59f7ef21df41879c026d9115970d74f20fb7c
@property def coil_option(self): 'field `Coil Option`\n\n Args:\n value (str): value for IDD Field `Coil Option`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `coil_option` or None if not set\n\n ' return self['Coil Option']
field `Coil Option` Args: value (str): value for IDD Field `Coil Option` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `coil_option` or None if not set
pyidf/zone_hvac_forced_air_units.py
coil_option
marcelosalles/pyidf
19
python
@property def coil_option(self): 'field `Coil Option`\n\n Args:\n value (str): value for IDD Field `Coil Option`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `coil_option` or None if not set\n\n ' return self['Coil Option']
@property def coil_option(self): 'field `Coil Option`\n\n Args:\n value (str): value for IDD Field `Coil Option`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `coil_option` or None if not set\n\n ' return self['Coil Option']<|docstring|>field `Coil Option` Args: value (str): value for IDD Field `Coil Option` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `coil_option` or None if not set<|endoftext|>
657762a531fe2b2c232b5c1b69fb5959a8500e04ba76ca7f1fb86e8499a19181
@coil_option.setter def coil_option(self, value=None): 'Corresponds to IDD field `Coil Option`' self['Coil Option'] = value
Corresponds to IDD field `Coil Option`
pyidf/zone_hvac_forced_air_units.py
coil_option
marcelosalles/pyidf
19
python
@coil_option.setter def coil_option(self, value=None): self['Coil Option'] = value
@coil_option.setter def coil_option(self, value=None): self['Coil Option'] = value<|docstring|>Corresponds to IDD field `Coil Option`<|endoftext|>
08f5d67267230cd0bf3c5ea4ef43ad2ee59700e4bf40e1302a552f9cc74f24a1
@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\n | name values of 0 denote cycling fan operation (fan cycles with\n | cooling/heating coil). Schedule values greater than 0 denote\n | constant fan operation (fan runs continually regardless of coil\n | operation). The fan operating mode defaults to cycling fan operation\n | if this input 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 | name values of 0 denote cycling fan operation (fan cycles with | cooling/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 input 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\n | name values of 0 denote cycling fan operation (fan cycles with\n | cooling/heating coil). Schedule values greater than 0 denote\n | constant fan operation (fan runs continually regardless of coil\n | operation). The fan operating mode defaults to cycling fan operation\n | if this input 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\n | name values of 0 denote cycling fan operation (fan cycles with\n | cooling/heating coil). Schedule values greater than 0 denote\n | constant fan operation (fan runs continually regardless of coil\n | operation). The fan operating mode defaults to cycling fan operation\n | if this input 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 | name values of 0 denote cycling fan operation (fan cycles with | cooling/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 input 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|>
c2ef9e4cc6529e49d3e3427bea2d5ce3329c43a9f3bd9f6da046c496b94df329
@property def heating_coil_object_type(self): 'field `Heating Coil Object Type`\n\n Args:\n value (str): value for IDD Field `Heating Coil Object Type`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `heating_coil_object_type` or None if not set\n\n ' return self['Heating Coil Object Type']
field `Heating Coil Object Type` Args: value (str): value for IDD Field `Heating Coil Object Type` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `heating_coil_object_type` or None if not set
pyidf/zone_hvac_forced_air_units.py
heating_coil_object_type
marcelosalles/pyidf
19
python
@property def heating_coil_object_type(self): 'field `Heating Coil Object Type`\n\n Args:\n value (str): value for IDD Field `Heating Coil Object Type`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `heating_coil_object_type` or None if not set\n\n ' return self['Heating Coil Object Type']
@property def heating_coil_object_type(self): 'field `Heating Coil Object Type`\n\n Args:\n value (str): value for IDD Field `Heating Coil Object Type`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `heating_coil_object_type` or None if not set\n\n ' return self['Heating Coil Object Type']<|docstring|>field `Heating Coil Object Type` Args: value (str): value for IDD Field `Heating Coil Object Type` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `heating_coil_object_type` or None if not set<|endoftext|>
1c42f1a45c6d1dc3d7709b81a0c8ec0628351fbea7c349d7dd5740bdcbae1c17
@heating_coil_object_type.setter def heating_coil_object_type(self, value=None): 'Corresponds to IDD field `Heating Coil Object Type`' self['Heating Coil Object Type'] = value
Corresponds to IDD field `Heating Coil Object Type`
pyidf/zone_hvac_forced_air_units.py
heating_coil_object_type
marcelosalles/pyidf
19
python
@heating_coil_object_type.setter def heating_coil_object_type(self, value=None): self['Heating Coil Object Type'] = value
@heating_coil_object_type.setter def heating_coil_object_type(self, value=None): self['Heating Coil Object Type'] = value<|docstring|>Corresponds to IDD field `Heating Coil Object Type`<|endoftext|>
24c8f9d57659295d28dd1b6e0e677d207ce4556229ace8d92e5f6b5a5fa84483
@property def heating_coil_name(self): 'field `Heating Coil Name`\n\n Args:\n value (str): value for IDD Field `Heating Coil Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `heating_coil_name` or None if not set\n\n ' return self['Heating Coil Name']
field `Heating Coil Name` Args: value (str): value for IDD Field `Heating Coil Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `heating_coil_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
heating_coil_name
marcelosalles/pyidf
19
python
@property def heating_coil_name(self): 'field `Heating Coil Name`\n\n Args:\n value (str): value for IDD Field `Heating Coil Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `heating_coil_name` or None if not set\n\n ' return self['Heating Coil Name']
@property def heating_coil_name(self): 'field `Heating Coil Name`\n\n Args:\n value (str): value for IDD Field `Heating Coil Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `heating_coil_name` or None if not set\n\n ' return self['Heating Coil Name']<|docstring|>field `Heating Coil Name` Args: value (str): value for IDD Field `Heating Coil Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `heating_coil_name` or None if not set<|endoftext|>
e7ac4a4b25138a399543213df251456b2f33439cfc33a8fc3d8a98cff0f17b91
@heating_coil_name.setter def heating_coil_name(self, value=None): 'Corresponds to IDD field `Heating Coil Name`' self['Heating Coil Name'] = value
Corresponds to IDD field `Heating Coil Name`
pyidf/zone_hvac_forced_air_units.py
heating_coil_name
marcelosalles/pyidf
19
python
@heating_coil_name.setter def heating_coil_name(self, value=None): self['Heating Coil Name'] = value
@heating_coil_name.setter def heating_coil_name(self, value=None): self['Heating Coil Name'] = value<|docstring|>Corresponds to IDD field `Heating Coil Name`<|endoftext|>
e8dcdd92bd49c0d04f7f543b928c7ea46243d4d00cea7f83b105c243eb233164
@property def heating_convergence_tolerance(self): 'field `Heating Convergence Tolerance`\n\n | Default value: 0.001\n\n Args:\n value (float): value for IDD Field `Heating Convergence Tolerance`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `heating_convergence_tolerance` or None if not set\n\n ' return self['Heating Convergence Tolerance']
field `Heating Convergence Tolerance` | Default value: 0.001 Args: value (float): value for IDD Field `Heating Convergence Tolerance` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `heating_convergence_tolerance` or None if not set
pyidf/zone_hvac_forced_air_units.py
heating_convergence_tolerance
marcelosalles/pyidf
19
python
@property def heating_convergence_tolerance(self): 'field `Heating Convergence Tolerance`\n\n | Default value: 0.001\n\n Args:\n value (float): value for IDD Field `Heating Convergence Tolerance`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `heating_convergence_tolerance` or None if not set\n\n ' return self['Heating Convergence Tolerance']
@property def heating_convergence_tolerance(self): 'field `Heating Convergence Tolerance`\n\n | Default value: 0.001\n\n Args:\n value (float): value for IDD Field `Heating Convergence Tolerance`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `heating_convergence_tolerance` or None if not set\n\n ' return self['Heating Convergence Tolerance']<|docstring|>field `Heating Convergence Tolerance` | Default value: 0.001 Args: value (float): value for IDD Field `Heating Convergence Tolerance` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `heating_convergence_tolerance` or None if not set<|endoftext|>
d984598ca78de4108251a675aa75daeb743794f53fbaf80e6e0b4c0a4caeb882
@heating_convergence_tolerance.setter def heating_convergence_tolerance(self, value=0.001): 'Corresponds to IDD field `Heating Convergence Tolerance`' self['Heating Convergence Tolerance'] = value
Corresponds to IDD field `Heating Convergence Tolerance`
pyidf/zone_hvac_forced_air_units.py
heating_convergence_tolerance
marcelosalles/pyidf
19
python
@heating_convergence_tolerance.setter def heating_convergence_tolerance(self, value=0.001): self['Heating Convergence Tolerance'] = value
@heating_convergence_tolerance.setter def heating_convergence_tolerance(self, value=0.001): self['Heating Convergence Tolerance'] = value<|docstring|>Corresponds to IDD field `Heating Convergence Tolerance`<|endoftext|>
c2c950815bf03ed97c7c4e2deb9e80be5ef344590ba57e15390235e20e4ae422
@property def cooling_coil_object_type(self): 'field `Cooling Coil Object Type`\n\n Args:\n value (str): value for IDD Field `Cooling Coil Object Type`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `cooling_coil_object_type` or None if not set\n\n ' return self['Cooling Coil Object Type']
field `Cooling Coil Object Type` Args: value (str): value for IDD Field `Cooling Coil Object Type` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `cooling_coil_object_type` or None if not set
pyidf/zone_hvac_forced_air_units.py
cooling_coil_object_type
marcelosalles/pyidf
19
python
@property def cooling_coil_object_type(self): 'field `Cooling Coil Object Type`\n\n Args:\n value (str): value for IDD Field `Cooling Coil Object Type`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `cooling_coil_object_type` or None if not set\n\n ' return self['Cooling Coil Object Type']
@property def cooling_coil_object_type(self): 'field `Cooling Coil Object Type`\n\n Args:\n value (str): value for IDD Field `Cooling Coil Object Type`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `cooling_coil_object_type` or None if not set\n\n ' return self['Cooling Coil Object Type']<|docstring|>field `Cooling Coil Object Type` Args: value (str): value for IDD Field `Cooling Coil Object Type` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `cooling_coil_object_type` or None if not set<|endoftext|>
e3ac5efa41b9efef5448e40e65ec3be3037a428925356f91b53877e2292c5305
@cooling_coil_object_type.setter def cooling_coil_object_type(self, value=None): 'Corresponds to IDD field `Cooling Coil Object Type`' self['Cooling Coil Object Type'] = value
Corresponds to IDD field `Cooling Coil Object Type`
pyidf/zone_hvac_forced_air_units.py
cooling_coil_object_type
marcelosalles/pyidf
19
python
@cooling_coil_object_type.setter def cooling_coil_object_type(self, value=None): self['Cooling Coil Object Type'] = value
@cooling_coil_object_type.setter def cooling_coil_object_type(self, value=None): self['Cooling Coil Object Type'] = value<|docstring|>Corresponds to IDD field `Cooling Coil Object Type`<|endoftext|>
0c636de3a9c116a06a114957fe0a50c365a71a6e3220791b76aa4c58985ce10e
@property def cooling_coil_name(self): 'field `Cooling Coil Name`\n\n Args:\n value (str): value for IDD Field `Cooling Coil Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `cooling_coil_name` or None if not set\n\n ' return self['Cooling Coil Name']
field `Cooling Coil Name` Args: value (str): value for IDD Field `Cooling Coil Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `cooling_coil_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
cooling_coil_name
marcelosalles/pyidf
19
python
@property def cooling_coil_name(self): 'field `Cooling Coil Name`\n\n Args:\n value (str): value for IDD Field `Cooling Coil Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `cooling_coil_name` or None if not set\n\n ' return self['Cooling Coil Name']
@property def cooling_coil_name(self): 'field `Cooling Coil Name`\n\n Args:\n value (str): value for IDD Field `Cooling Coil Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `cooling_coil_name` or None if not set\n\n ' return self['Cooling Coil Name']<|docstring|>field `Cooling Coil Name` Args: value (str): value for IDD Field `Cooling Coil Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `cooling_coil_name` or None if not set<|endoftext|>
25dd091a1898223edd37d7e7f3e963d97873207d11b97cc03b5924dd5a0b1bf0
@cooling_coil_name.setter def cooling_coil_name(self, value=None): 'Corresponds to IDD field `Cooling Coil Name`' self['Cooling Coil Name'] = value
Corresponds to IDD field `Cooling Coil Name`
pyidf/zone_hvac_forced_air_units.py
cooling_coil_name
marcelosalles/pyidf
19
python
@cooling_coil_name.setter def cooling_coil_name(self, value=None): self['Cooling Coil Name'] = value
@cooling_coil_name.setter def cooling_coil_name(self, value=None): self['Cooling Coil Name'] = value<|docstring|>Corresponds to IDD field `Cooling Coil Name`<|endoftext|>
ddf004dbe3bbd45993e4a7e5836ae3f120a28eabac64f44f884864a8ced7e273
@property def cooling_convergence_tolerance(self): 'field `Cooling Convergence Tolerance`\n\n | Default value: 0.001\n\n Args:\n value (float): value for IDD Field `Cooling Convergence Tolerance`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `cooling_convergence_tolerance` or None if not set\n\n ' return self['Cooling Convergence Tolerance']
field `Cooling Convergence Tolerance` | Default value: 0.001 Args: value (float): value for IDD Field `Cooling Convergence Tolerance` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `cooling_convergence_tolerance` or None if not set
pyidf/zone_hvac_forced_air_units.py
cooling_convergence_tolerance
marcelosalles/pyidf
19
python
@property def cooling_convergence_tolerance(self): 'field `Cooling Convergence Tolerance`\n\n | Default value: 0.001\n\n Args:\n value (float): value for IDD Field `Cooling Convergence Tolerance`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `cooling_convergence_tolerance` or None if not set\n\n ' return self['Cooling Convergence Tolerance']
@property def cooling_convergence_tolerance(self): 'field `Cooling Convergence Tolerance`\n\n | Default value: 0.001\n\n Args:\n value (float): value for IDD Field `Cooling Convergence Tolerance`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `cooling_convergence_tolerance` or None if not set\n\n ' return self['Cooling Convergence Tolerance']<|docstring|>field `Cooling Convergence Tolerance` | Default value: 0.001 Args: value (float): value for IDD Field `Cooling Convergence Tolerance` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `cooling_convergence_tolerance` or None if not set<|endoftext|>
ae725df41bb2dc130d9142ba94dbdc59d31b8037ce586aec9d357d757252cd1a
@cooling_convergence_tolerance.setter def cooling_convergence_tolerance(self, value=0.001): 'Corresponds to IDD field `Cooling Convergence Tolerance`' self['Cooling Convergence Tolerance'] = value
Corresponds to IDD field `Cooling Convergence Tolerance`
pyidf/zone_hvac_forced_air_units.py
cooling_convergence_tolerance
marcelosalles/pyidf
19
python
@cooling_convergence_tolerance.setter def cooling_convergence_tolerance(self, value=0.001): self['Cooling Convergence Tolerance'] = value
@cooling_convergence_tolerance.setter def cooling_convergence_tolerance(self, value=0.001): self['Cooling Convergence Tolerance'] = value<|docstring|>Corresponds to IDD field `Cooling Convergence Tolerance`<|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|>
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|>
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|>
af692e86a2c5c23e1aafbacd6ce3e92941081077c490f37f8e521a059d1733c8
@property def air_inlet_node_name(self): 'field `Air Inlet Node Name`\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` 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 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 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` 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|>
ed82a8eaebb2e341d92bf1570616df1b798ff56fba46cac27d25c0a0b2ace2fc
@property def air_outlet_node_name(self): 'field `Air Outlet Node Name`\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` 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 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 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` 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|>
bc1777dafe951e01e1b8ca6d60acd6b36ddb648ff08b30627d7a93c31eed103f
@property def supply_air_fan_object_type(self): 'field `Supply Air Fan Object Type`\n\n | Allowable fan types are Fan:ConstantVolume, Fan:OnOff and\n | Fan:VariableVolume\n\n Args:\n value (str): value for IDD Field `Supply Air Fan Object Type`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `supply_air_fan_object_type` or None if not set\n\n ' return self['Supply Air Fan Object Type']
field `Supply Air Fan Object Type` | Allowable fan types are Fan:ConstantVolume, Fan:OnOff and | Fan:VariableVolume Args: value (str): value for IDD Field `Supply Air Fan Object Type` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `supply_air_fan_object_type` or None if not set
pyidf/zone_hvac_forced_air_units.py
supply_air_fan_object_type
marcelosalles/pyidf
19
python
@property def supply_air_fan_object_type(self): 'field `Supply Air Fan Object Type`\n\n | Allowable fan types are Fan:ConstantVolume, Fan:OnOff and\n | Fan:VariableVolume\n\n Args:\n value (str): value for IDD Field `Supply Air Fan Object Type`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `supply_air_fan_object_type` or None if not set\n\n ' return self['Supply Air Fan Object Type']
@property def supply_air_fan_object_type(self): 'field `Supply Air Fan Object Type`\n\n | Allowable fan types are Fan:ConstantVolume, Fan:OnOff and\n | Fan:VariableVolume\n\n Args:\n value (str): value for IDD Field `Supply Air Fan Object Type`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `supply_air_fan_object_type` or None if not set\n\n ' return self['Supply Air Fan Object Type']<|docstring|>field `Supply Air Fan Object Type` | Allowable fan types are Fan:ConstantVolume, Fan:OnOff and | Fan:VariableVolume Args: value (str): value for IDD Field `Supply Air Fan Object Type` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `supply_air_fan_object_type` or None if not set<|endoftext|>
0c4cb081334d6f54e59c4d31182289cd611a8f1ed925b69c3f7256619283ca58
@supply_air_fan_object_type.setter def supply_air_fan_object_type(self, value=None): 'Corresponds to IDD field `Supply Air Fan Object Type`' self['Supply Air Fan Object Type'] = value
Corresponds to IDD field `Supply Air Fan Object Type`
pyidf/zone_hvac_forced_air_units.py
supply_air_fan_object_type
marcelosalles/pyidf
19
python
@supply_air_fan_object_type.setter def supply_air_fan_object_type(self, value=None): self['Supply Air Fan Object Type'] = value
@supply_air_fan_object_type.setter def supply_air_fan_object_type(self, value=None): self['Supply Air Fan Object Type'] = value<|docstring|>Corresponds to IDD field `Supply Air Fan Object Type`<|endoftext|>
ece3da5536d71bdc16d630d311fa79f57e55b55e057a672eadb7291b4faa73a2
@property def supply_air_fan_name(self): 'field `Supply Air Fan Name`\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` 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 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 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` 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|>
e7b7cdfb55196ea055eeb61296d8fac63983911466f2929ba17c9add8bf6a78d
@property def maximum_supply_air_flow_rate(self): 'field `Maximum Supply Air Flow Rate`\n\n | Units: m3/s\n\n Args:\n value (float or "Autosize"): value for IDD Field `Maximum 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 `maximum_supply_air_flow_rate` or None if not set\n\n ' return self['Maximum Supply Air Flow Rate']
field `Maximum Supply Air Flow Rate` | Units: m3/s Args: value (float or "Autosize"): value for IDD Field `Maximum Supply Air Flow Rate` Raises: ValueError: if `value` is not a valid value Returns: float or "Autosize": the value of `maximum_supply_air_flow_rate` or None if not set
pyidf/zone_hvac_forced_air_units.py
maximum_supply_air_flow_rate
marcelosalles/pyidf
19
python
@property def maximum_supply_air_flow_rate(self): 'field `Maximum Supply Air Flow Rate`\n\n | Units: m3/s\n\n Args:\n value (float or "Autosize"): value for IDD Field `Maximum 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 `maximum_supply_air_flow_rate` or None if not set\n\n ' return self['Maximum Supply Air Flow Rate']
@property def maximum_supply_air_flow_rate(self): 'field `Maximum Supply Air Flow Rate`\n\n | Units: m3/s\n\n Args:\n value (float or "Autosize"): value for IDD Field `Maximum 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 `maximum_supply_air_flow_rate` or None if not set\n\n ' return self['Maximum Supply Air Flow Rate']<|docstring|>field `Maximum Supply Air Flow Rate` | Units: m3/s Args: value (float or "Autosize"): value for IDD Field `Maximum Supply Air Flow Rate` Raises: ValueError: if `value` is not a valid value Returns: float or "Autosize": the value of `maximum_supply_air_flow_rate` or None if not set<|endoftext|>
bbef7acaaea6dead01599deb8d4111591eb0d7b03a206453fdb7dbba5328ce4c
@maximum_supply_air_flow_rate.setter def maximum_supply_air_flow_rate(self, value=None): 'Corresponds to IDD field `Maximum Supply Air Flow Rate`' self['Maximum Supply Air Flow Rate'] = value
Corresponds to IDD field `Maximum Supply Air Flow Rate`
pyidf/zone_hvac_forced_air_units.py
maximum_supply_air_flow_rate
marcelosalles/pyidf
19
python
@maximum_supply_air_flow_rate.setter def maximum_supply_air_flow_rate(self, value=None): self['Maximum Supply Air Flow Rate'] = value
@maximum_supply_air_flow_rate.setter def maximum_supply_air_flow_rate(self, value=None): self['Maximum Supply Air Flow Rate'] = value<|docstring|>Corresponds to IDD field `Maximum Supply Air Flow Rate`<|endoftext|>
c2ef9e4cc6529e49d3e3427bea2d5ce3329c43a9f3bd9f6da046c496b94df329
@property def heating_coil_object_type(self): 'field `Heating Coil Object Type`\n\n Args:\n value (str): value for IDD Field `Heating Coil Object Type`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `heating_coil_object_type` or None if not set\n\n ' return self['Heating Coil Object Type']
field `Heating Coil Object Type` Args: value (str): value for IDD Field `Heating Coil Object Type` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `heating_coil_object_type` or None if not set
pyidf/zone_hvac_forced_air_units.py
heating_coil_object_type
marcelosalles/pyidf
19
python
@property def heating_coil_object_type(self): 'field `Heating Coil Object Type`\n\n Args:\n value (str): value for IDD Field `Heating Coil Object Type`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `heating_coil_object_type` or None if not set\n\n ' return self['Heating Coil Object Type']
@property def heating_coil_object_type(self): 'field `Heating Coil Object Type`\n\n Args:\n value (str): value for IDD Field `Heating Coil Object Type`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `heating_coil_object_type` or None if not set\n\n ' return self['Heating Coil Object Type']<|docstring|>field `Heating Coil Object Type` Args: value (str): value for IDD Field `Heating Coil Object Type` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `heating_coil_object_type` or None if not set<|endoftext|>
1c42f1a45c6d1dc3d7709b81a0c8ec0628351fbea7c349d7dd5740bdcbae1c17
@heating_coil_object_type.setter def heating_coil_object_type(self, value=None): 'Corresponds to IDD field `Heating Coil Object Type`' self['Heating Coil Object Type'] = value
Corresponds to IDD field `Heating Coil Object Type`
pyidf/zone_hvac_forced_air_units.py
heating_coil_object_type
marcelosalles/pyidf
19
python
@heating_coil_object_type.setter def heating_coil_object_type(self, value=None): self['Heating Coil Object Type'] = value
@heating_coil_object_type.setter def heating_coil_object_type(self, value=None): self['Heating Coil Object Type'] = value<|docstring|>Corresponds to IDD field `Heating Coil Object Type`<|endoftext|>
24c8f9d57659295d28dd1b6e0e677d207ce4556229ace8d92e5f6b5a5fa84483
@property def heating_coil_name(self): 'field `Heating Coil Name`\n\n Args:\n value (str): value for IDD Field `Heating Coil Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `heating_coil_name` or None if not set\n\n ' return self['Heating Coil Name']
field `Heating Coil Name` Args: value (str): value for IDD Field `Heating Coil Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `heating_coil_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
heating_coil_name
marcelosalles/pyidf
19
python
@property def heating_coil_name(self): 'field `Heating Coil Name`\n\n Args:\n value (str): value for IDD Field `Heating Coil Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `heating_coil_name` or None if not set\n\n ' return self['Heating Coil Name']
@property def heating_coil_name(self): 'field `Heating Coil Name`\n\n Args:\n value (str): value for IDD Field `Heating Coil Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `heating_coil_name` or None if not set\n\n ' return self['Heating Coil Name']<|docstring|>field `Heating Coil Name` Args: value (str): value for IDD Field `Heating Coil Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `heating_coil_name` or None if not set<|endoftext|>
e7ac4a4b25138a399543213df251456b2f33439cfc33a8fc3d8a98cff0f17b91
@heating_coil_name.setter def heating_coil_name(self, value=None): 'Corresponds to IDD field `Heating Coil Name`' self['Heating Coil Name'] = value
Corresponds to IDD field `Heating Coil Name`
pyidf/zone_hvac_forced_air_units.py
heating_coil_name
marcelosalles/pyidf
19
python
@heating_coil_name.setter def heating_coil_name(self, value=None): self['Heating Coil Name'] = value
@heating_coil_name.setter def heating_coil_name(self, value=None): self['Heating Coil Name'] = value<|docstring|>Corresponds to IDD field `Heating Coil Name`<|endoftext|>
af3e721f18cee47a04e1281094e10f1ecd80f557cc46abd41db4a09e3324d384
@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\n | name values of 0 denote cycling fan operation (fan cycles with the\n | heating coil). Schedule values greater than 0 denote constant fan\n | operation (fan runs continually regardless of coil operation).\n | The fan operating mode defaults to cycling fan operation if this\n | input 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 | name values of 0 denote cycling fan operation (fan cycles with the | 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 | input 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\n | name values of 0 denote cycling fan operation (fan cycles with the\n | heating coil). Schedule values greater than 0 denote constant fan\n | operation (fan runs continually regardless of coil operation).\n | The fan operating mode defaults to cycling fan operation if this\n | input 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\n | name values of 0 denote cycling fan operation (fan cycles with the\n | heating coil). Schedule values greater than 0 denote constant fan\n | operation (fan runs continually regardless of coil operation).\n | The fan operating mode defaults to cycling fan operation if this\n | input 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 | name values of 0 denote cycling fan operation (fan cycles with the | 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 | input 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|>
b28f8aa80011fb7672137111e792b1007395b05a7c93b5be507bd5dc69bf2523
@property def supply_air_fan_operation_during_no_heating(self): 'field `Supply Air Fan Operation During No Heating`\n\n | This choice field allows the user to define how the unit heater will operate\n | under "no heating load" or cooling conditions. If the "No" is selected, then\n | the fan will not run unless there is a heating load. If the fan does not run,\n | this effectively shuts the unit heater system off when there is no heating load.\n | If the "Yes" is selected, the unit heater is available and has a ConstantVolume\n | fan, or has an OnOff fan with "Supply Air Fan Operating Mode Schedule" value\n | greater than zero, then the fan will always run regardless of the zone load.\n\n Args:\n value (str): value for IDD Field `Supply Air Fan Operation During No Heating`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `supply_air_fan_operation_during_no_heating` or None if not set\n\n ' return self['Supply Air Fan Operation During No Heating']
field `Supply Air Fan Operation During No Heating` | This choice field allows the user to define how the unit heater will operate | under "no heating load" or cooling conditions. If the "No" is selected, then | the fan will not run unless there is a heating load. If the fan does not run, | this effectively shuts the unit heater system off when there is no heating load. | If the "Yes" is selected, the unit heater is available and has a ConstantVolume | fan, or has an OnOff fan with "Supply Air Fan Operating Mode Schedule" value | greater than zero, then the fan will always run regardless of the zone load. Args: value (str): value for IDD Field `Supply Air Fan Operation During No Heating` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `supply_air_fan_operation_during_no_heating` or None if not set
pyidf/zone_hvac_forced_air_units.py
supply_air_fan_operation_during_no_heating
marcelosalles/pyidf
19
python
@property def supply_air_fan_operation_during_no_heating(self): 'field `Supply Air Fan Operation During No Heating`\n\n | This choice field allows the user to define how the unit heater will operate\n | under "no heating load" or cooling conditions. If the "No" is selected, then\n | the fan will not run unless there is a heating load. If the fan does not run,\n | this effectively shuts the unit heater system off when there is no heating load.\n | If the "Yes" is selected, the unit heater is available and has a ConstantVolume\n | fan, or has an OnOff fan with "Supply Air Fan Operating Mode Schedule" value\n | greater than zero, then the fan will always run regardless of the zone load.\n\n Args:\n value (str): value for IDD Field `Supply Air Fan Operation During No Heating`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `supply_air_fan_operation_during_no_heating` or None if not set\n\n ' return self['Supply Air Fan Operation During No Heating']
@property def supply_air_fan_operation_during_no_heating(self): 'field `Supply Air Fan Operation During No Heating`\n\n | This choice field allows the user to define how the unit heater will operate\n | under "no heating load" or cooling conditions. If the "No" is selected, then\n | the fan will not run unless there is a heating load. If the fan does not run,\n | this effectively shuts the unit heater system off when there is no heating load.\n | If the "Yes" is selected, the unit heater is available and has a ConstantVolume\n | fan, or has an OnOff fan with "Supply Air Fan Operating Mode Schedule" value\n | greater than zero, then the fan will always run regardless of the zone load.\n\n Args:\n value (str): value for IDD Field `Supply Air Fan Operation During No Heating`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `supply_air_fan_operation_during_no_heating` or None if not set\n\n ' return self['Supply Air Fan Operation During No Heating']<|docstring|>field `Supply Air Fan Operation During No Heating` | This choice field allows the user to define how the unit heater will operate | under "no heating load" or cooling conditions. If the "No" is selected, then | the fan will not run unless there is a heating load. If the fan does not run, | this effectively shuts the unit heater system off when there is no heating load. | If the "Yes" is selected, the unit heater is available and has a ConstantVolume | fan, or has an OnOff fan with "Supply Air Fan Operating Mode Schedule" value | greater than zero, then the fan will always run regardless of the zone load. Args: value (str): value for IDD Field `Supply Air Fan Operation During No Heating` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `supply_air_fan_operation_during_no_heating` or None if not set<|endoftext|>
5e78a262cedc5730de2d67fa5db3ae55235a8521c585a486a55a5ae0987ad2fe
@supply_air_fan_operation_during_no_heating.setter def supply_air_fan_operation_during_no_heating(self, value=None): 'Corresponds to IDD field `Supply Air Fan Operation During No\n Heating`' self['Supply Air Fan Operation During No Heating'] = value
Corresponds to IDD field `Supply Air Fan Operation During No Heating`
pyidf/zone_hvac_forced_air_units.py
supply_air_fan_operation_during_no_heating
marcelosalles/pyidf
19
python
@supply_air_fan_operation_during_no_heating.setter def supply_air_fan_operation_during_no_heating(self, value=None): 'Corresponds to IDD field `Supply Air Fan Operation During No\n Heating`' self['Supply Air Fan Operation During No Heating'] = value
@supply_air_fan_operation_during_no_heating.setter def supply_air_fan_operation_during_no_heating(self, value=None): 'Corresponds to IDD field `Supply Air Fan Operation During No\n Heating`' self['Supply Air Fan Operation During No Heating'] = value<|docstring|>Corresponds to IDD field `Supply Air Fan Operation During No Heating`<|endoftext|>
7d9da716c5118a18f357e0668caf21406e475fe1eb87001a339ba21d43dba7de
@property def maximum_hot_water_or_steam_flow_rate(self): 'field `Maximum Hot Water or Steam Flow Rate`\n\n | Not used when heating coil is gas or electric\n | Units: m3/s\n | IP-Units: gal/min\n\n Args:\n value (float or "Autosize"): value for IDD Field `Maximum Hot Water or Steam Flow Rate`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float or "Autosize": the value of `maximum_hot_water_or_steam_flow_rate` or None if not set\n\n ' return self['Maximum Hot Water or Steam Flow Rate']
field `Maximum Hot Water or Steam Flow Rate` | Not used when heating coil is gas or electric | Units: m3/s | IP-Units: gal/min Args: value (float or "Autosize"): value for IDD Field `Maximum Hot Water or Steam Flow Rate` Raises: ValueError: if `value` is not a valid value Returns: float or "Autosize": the value of `maximum_hot_water_or_steam_flow_rate` or None if not set
pyidf/zone_hvac_forced_air_units.py
maximum_hot_water_or_steam_flow_rate
marcelosalles/pyidf
19
python
@property def maximum_hot_water_or_steam_flow_rate(self): 'field `Maximum Hot Water or Steam Flow Rate`\n\n | Not used when heating coil is gas or electric\n | Units: m3/s\n | IP-Units: gal/min\n\n Args:\n value (float or "Autosize"): value for IDD Field `Maximum Hot Water or Steam Flow Rate`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float or "Autosize": the value of `maximum_hot_water_or_steam_flow_rate` or None if not set\n\n ' return self['Maximum Hot Water or Steam Flow Rate']
@property def maximum_hot_water_or_steam_flow_rate(self): 'field `Maximum Hot Water or Steam Flow Rate`\n\n | Not used when heating coil is gas or electric\n | Units: m3/s\n | IP-Units: gal/min\n\n Args:\n value (float or "Autosize"): value for IDD Field `Maximum Hot Water or Steam Flow Rate`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float or "Autosize": the value of `maximum_hot_water_or_steam_flow_rate` or None if not set\n\n ' return self['Maximum Hot Water or Steam Flow Rate']<|docstring|>field `Maximum Hot Water or Steam Flow Rate` | Not used when heating coil is gas or electric | Units: m3/s | IP-Units: gal/min Args: value (float or "Autosize"): value for IDD Field `Maximum Hot Water or Steam Flow Rate` Raises: ValueError: if `value` is not a valid value Returns: float or "Autosize": the value of `maximum_hot_water_or_steam_flow_rate` or None if not set<|endoftext|>
36f384331f5c507df3daf88fbb2b5eba069859cd5eb0df2ba1c69d427e513ef3
@maximum_hot_water_or_steam_flow_rate.setter def maximum_hot_water_or_steam_flow_rate(self, value=None): 'Corresponds to IDD field `Maximum Hot Water or Steam Flow Rate`' self['Maximum Hot Water or Steam Flow Rate'] = value
Corresponds to IDD field `Maximum Hot Water or Steam Flow Rate`
pyidf/zone_hvac_forced_air_units.py
maximum_hot_water_or_steam_flow_rate
marcelosalles/pyidf
19
python
@maximum_hot_water_or_steam_flow_rate.setter def maximum_hot_water_or_steam_flow_rate(self, value=None): self['Maximum Hot Water or Steam Flow Rate'] = value
@maximum_hot_water_or_steam_flow_rate.setter def maximum_hot_water_or_steam_flow_rate(self, value=None): self['Maximum Hot Water or Steam Flow Rate'] = value<|docstring|>Corresponds to IDD field `Maximum Hot Water or Steam Flow Rate`<|endoftext|>
e72bbec2f5c42e34902e6048aae9745af073d5eaf7ac935e0dc16dc854b9896e
@property def minimum_hot_water_or_steam_flow_rate(self): 'field `Minimum Hot Water or Steam Flow Rate`\n\n | Not used when heating coil is gas or electric\n | Units: m3/s\n | IP-Units: gal/min\n\n Args:\n value (float): value for IDD Field `Minimum Hot Water or Steam Flow Rate`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `minimum_hot_water_or_steam_flow_rate` or None if not set\n\n ' return self['Minimum Hot Water or Steam Flow Rate']
field `Minimum Hot Water or Steam Flow Rate` | Not used when heating coil is gas or electric | Units: m3/s | IP-Units: gal/min Args: value (float): value for IDD Field `Minimum Hot Water or Steam Flow Rate` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `minimum_hot_water_or_steam_flow_rate` or None if not set
pyidf/zone_hvac_forced_air_units.py
minimum_hot_water_or_steam_flow_rate
marcelosalles/pyidf
19
python
@property def minimum_hot_water_or_steam_flow_rate(self): 'field `Minimum Hot Water or Steam Flow Rate`\n\n | Not used when heating coil is gas or electric\n | Units: m3/s\n | IP-Units: gal/min\n\n Args:\n value (float): value for IDD Field `Minimum Hot Water or Steam Flow Rate`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `minimum_hot_water_or_steam_flow_rate` or None if not set\n\n ' return self['Minimum Hot Water or Steam Flow Rate']
@property def minimum_hot_water_or_steam_flow_rate(self): 'field `Minimum Hot Water or Steam Flow Rate`\n\n | Not used when heating coil is gas or electric\n | Units: m3/s\n | IP-Units: gal/min\n\n Args:\n value (float): value for IDD Field `Minimum Hot Water or Steam Flow Rate`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `minimum_hot_water_or_steam_flow_rate` or None if not set\n\n ' return self['Minimum Hot Water or Steam Flow Rate']<|docstring|>field `Minimum Hot Water or Steam Flow Rate` | Not used when heating coil is gas or electric | Units: m3/s | IP-Units: gal/min Args: value (float): value for IDD Field `Minimum Hot Water or Steam Flow Rate` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `minimum_hot_water_or_steam_flow_rate` or None if not set<|endoftext|>
a0474c26f21d027883a55aa209545173c0f37f96825eab0b39ee2938b65873e9
@minimum_hot_water_or_steam_flow_rate.setter def minimum_hot_water_or_steam_flow_rate(self, value=None): 'Corresponds to IDD field `Minimum Hot Water or Steam Flow Rate`' self['Minimum Hot Water or Steam Flow Rate'] = value
Corresponds to IDD field `Minimum Hot Water or Steam Flow Rate`
pyidf/zone_hvac_forced_air_units.py
minimum_hot_water_or_steam_flow_rate
marcelosalles/pyidf
19
python
@minimum_hot_water_or_steam_flow_rate.setter def minimum_hot_water_or_steam_flow_rate(self, value=None): self['Minimum Hot Water or Steam Flow Rate'] = value
@minimum_hot_water_or_steam_flow_rate.setter def minimum_hot_water_or_steam_flow_rate(self, value=None): self['Minimum Hot Water or Steam Flow Rate'] = value<|docstring|>Corresponds to IDD field `Minimum Hot Water or Steam Flow Rate`<|endoftext|>
e8dcdd92bd49c0d04f7f543b928c7ea46243d4d00cea7f83b105c243eb233164
@property def heating_convergence_tolerance(self): 'field `Heating Convergence Tolerance`\n\n | Default value: 0.001\n\n Args:\n value (float): value for IDD Field `Heating Convergence Tolerance`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `heating_convergence_tolerance` or None if not set\n\n ' return self['Heating Convergence Tolerance']
field `Heating Convergence Tolerance` | Default value: 0.001 Args: value (float): value for IDD Field `Heating Convergence Tolerance` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `heating_convergence_tolerance` or None if not set
pyidf/zone_hvac_forced_air_units.py
heating_convergence_tolerance
marcelosalles/pyidf
19
python
@property def heating_convergence_tolerance(self): 'field `Heating Convergence Tolerance`\n\n | Default value: 0.001\n\n Args:\n value (float): value for IDD Field `Heating Convergence Tolerance`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `heating_convergence_tolerance` or None if not set\n\n ' return self['Heating Convergence Tolerance']
@property def heating_convergence_tolerance(self): 'field `Heating Convergence Tolerance`\n\n | Default value: 0.001\n\n Args:\n value (float): value for IDD Field `Heating Convergence Tolerance`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n float: the value of `heating_convergence_tolerance` or None if not set\n\n ' return self['Heating Convergence Tolerance']<|docstring|>field `Heating Convergence Tolerance` | Default value: 0.001 Args: value (float): value for IDD Field `Heating Convergence Tolerance` Raises: ValueError: if `value` is not a valid value Returns: float: the value of `heating_convergence_tolerance` or None if not set<|endoftext|>
d984598ca78de4108251a675aa75daeb743794f53fbaf80e6e0b4c0a4caeb882
@heating_convergence_tolerance.setter def heating_convergence_tolerance(self, value=0.001): 'Corresponds to IDD field `Heating Convergence Tolerance`' self['Heating Convergence Tolerance'] = value
Corresponds to IDD field `Heating Convergence Tolerance`
pyidf/zone_hvac_forced_air_units.py
heating_convergence_tolerance
marcelosalles/pyidf
19
python
@heating_convergence_tolerance.setter def heating_convergence_tolerance(self, value=0.001): self['Heating Convergence Tolerance'] = value
@heating_convergence_tolerance.setter def heating_convergence_tolerance(self, value=0.001): self['Heating Convergence Tolerance'] = value<|docstring|>Corresponds to IDD field `Heating Convergence Tolerance`<|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|>
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|>
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|>
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|>
21f080f6819abcc83b8ca179795bfc1fb1450c1ed52f1fb4f2d3c902dd7604b5
@property def outdoor_air_inlet_node_name(self): 'field `Outdoor Air Inlet Node Name`\n\n | this is an outdoor air node\n\n Args:\n value (str): value for IDD Field `Outdoor Air Inlet Node Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `outdoor_air_inlet_node_name` or None if not set\n\n ' return self['Outdoor Air Inlet Node Name']
field `Outdoor Air Inlet Node Name` | this is an outdoor air node Args: value (str): value for IDD Field `Outdoor Air Inlet Node Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `outdoor_air_inlet_node_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
outdoor_air_inlet_node_name
marcelosalles/pyidf
19
python
@property def outdoor_air_inlet_node_name(self): 'field `Outdoor Air Inlet Node Name`\n\n | this is an outdoor air node\n\n Args:\n value (str): value for IDD Field `Outdoor Air Inlet Node Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `outdoor_air_inlet_node_name` or None if not set\n\n ' return self['Outdoor Air Inlet Node Name']
@property def outdoor_air_inlet_node_name(self): 'field `Outdoor Air Inlet Node Name`\n\n | this is an outdoor air node\n\n Args:\n value (str): value for IDD Field `Outdoor Air Inlet Node Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `outdoor_air_inlet_node_name` or None if not set\n\n ' return self['Outdoor Air Inlet Node Name']<|docstring|>field `Outdoor Air Inlet Node Name` | this is an outdoor air node Args: value (str): value for IDD Field `Outdoor Air Inlet Node Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `outdoor_air_inlet_node_name` or None if not set<|endoftext|>
9c13e1f5db860c0d795ef6156e1cac9212d63a318f8072834f1f6b97ff551667
@outdoor_air_inlet_node_name.setter def outdoor_air_inlet_node_name(self, value=None): 'Corresponds to IDD field `Outdoor Air Inlet Node Name`' self['Outdoor Air Inlet Node Name'] = value
Corresponds to IDD field `Outdoor Air Inlet Node Name`
pyidf/zone_hvac_forced_air_units.py
outdoor_air_inlet_node_name
marcelosalles/pyidf
19
python
@outdoor_air_inlet_node_name.setter def outdoor_air_inlet_node_name(self, value=None): self['Outdoor Air Inlet Node Name'] = value
@outdoor_air_inlet_node_name.setter def outdoor_air_inlet_node_name(self, value=None): self['Outdoor Air Inlet Node Name'] = value<|docstring|>Corresponds to IDD field `Outdoor Air Inlet Node Name`<|endoftext|>
d041e68c30660553c25fe45a5bcc866cfbb9306e53f39cc2be7e6790e217905f
@property def cooler_outlet_node_name(self): 'field `Cooler Outlet Node Name`\n\n | this is a zone inlet node\n\n Args:\n value (str): value for IDD Field `Cooler Outlet Node Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `cooler_outlet_node_name` or None if not set\n\n ' return self['Cooler Outlet Node Name']
field `Cooler Outlet Node Name` | this is a zone inlet node Args: value (str): value for IDD Field `Cooler Outlet Node Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `cooler_outlet_node_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
cooler_outlet_node_name
marcelosalles/pyidf
19
python
@property def cooler_outlet_node_name(self): 'field `Cooler Outlet Node Name`\n\n | this is a zone inlet node\n\n Args:\n value (str): value for IDD Field `Cooler Outlet Node Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `cooler_outlet_node_name` or None if not set\n\n ' return self['Cooler Outlet Node Name']
@property def cooler_outlet_node_name(self): 'field `Cooler Outlet Node Name`\n\n | this is a zone inlet node\n\n Args:\n value (str): value for IDD Field `Cooler Outlet Node Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `cooler_outlet_node_name` or None if not set\n\n ' return self['Cooler Outlet Node Name']<|docstring|>field `Cooler Outlet Node Name` | this is a zone inlet node Args: value (str): value for IDD Field `Cooler Outlet Node Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `cooler_outlet_node_name` or None if not set<|endoftext|>
834573e539812024375f9f9ace8dd3a770369107d0077ef94144730f6f06a77a
@cooler_outlet_node_name.setter def cooler_outlet_node_name(self, value=None): 'Corresponds to IDD field `Cooler Outlet Node Name`' self['Cooler Outlet Node Name'] = value
Corresponds to IDD field `Cooler Outlet Node Name`
pyidf/zone_hvac_forced_air_units.py
cooler_outlet_node_name
marcelosalles/pyidf
19
python
@cooler_outlet_node_name.setter def cooler_outlet_node_name(self, value=None): self['Cooler Outlet Node Name'] = value
@cooler_outlet_node_name.setter def cooler_outlet_node_name(self, value=None): self['Cooler Outlet Node Name'] = value<|docstring|>Corresponds to IDD field `Cooler Outlet Node Name`<|endoftext|>
395b73d7915108ddd89a383e50f55601b19a819b77023b4ada1bd028ecbf87b6
@property def zone_relief_air_node_name(self): 'field `Zone Relief Air Node Name`\n\n | this is a zone exhaust node, optional if flow is being balanced elsewhere\n\n Args:\n value (str): value for IDD Field `Zone Relief Air Node Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `zone_relief_air_node_name` or None if not set\n\n ' return self['Zone Relief Air Node Name']
field `Zone Relief Air Node Name` | this is a zone exhaust node, optional if flow is being balanced elsewhere Args: value (str): value for IDD Field `Zone Relief Air Node Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `zone_relief_air_node_name` or None if not set
pyidf/zone_hvac_forced_air_units.py
zone_relief_air_node_name
marcelosalles/pyidf
19
python
@property def zone_relief_air_node_name(self): 'field `Zone Relief Air Node Name`\n\n | this is a zone exhaust node, optional if flow is being balanced elsewhere\n\n Args:\n value (str): value for IDD Field `Zone Relief Air Node Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `zone_relief_air_node_name` or None if not set\n\n ' return self['Zone Relief Air Node Name']
@property def zone_relief_air_node_name(self): 'field `Zone Relief Air Node Name`\n\n | this is a zone exhaust node, optional if flow is being balanced elsewhere\n\n Args:\n value (str): value for IDD Field `Zone Relief Air Node Name`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `zone_relief_air_node_name` or None if not set\n\n ' return self['Zone Relief Air Node Name']<|docstring|>field `Zone Relief Air Node Name` | this is a zone exhaust node, optional if flow is being balanced elsewhere Args: value (str): value for IDD Field `Zone Relief Air Node Name` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `zone_relief_air_node_name` or None if not set<|endoftext|>
ca0590d59265262a271b6a8ebb03c5abd6d5ff9c5751addd6c3876c16e591b46
@zone_relief_air_node_name.setter def zone_relief_air_node_name(self, value=None): 'Corresponds to IDD field `Zone Relief Air Node Name`' self['Zone Relief Air Node Name'] = value
Corresponds to IDD field `Zone Relief Air Node Name`
pyidf/zone_hvac_forced_air_units.py
zone_relief_air_node_name
marcelosalles/pyidf
19
python
@zone_relief_air_node_name.setter def zone_relief_air_node_name(self, value=None): self['Zone Relief Air Node Name'] = value
@zone_relief_air_node_name.setter def zone_relief_air_node_name(self, value=None): self['Zone Relief Air Node Name'] = value<|docstring|>Corresponds to IDD field `Zone Relief Air Node Name`<|endoftext|>
1afe8b3b5da520a955cdaed1cf247985643453f6f96aec4ddb1a523e642baeeb
@property def supply_air_fan_object_type(self): 'field `Supply Air Fan Object Type`\n\n Args:\n value (str): value for IDD Field `Supply Air Fan Object Type`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `supply_air_fan_object_type` or None if not set\n\n ' return self['Supply Air Fan Object Type']
field `Supply Air Fan Object Type` Args: value (str): value for IDD Field `Supply Air Fan Object Type` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `supply_air_fan_object_type` or None if not set
pyidf/zone_hvac_forced_air_units.py
supply_air_fan_object_type
marcelosalles/pyidf
19
python
@property def supply_air_fan_object_type(self): 'field `Supply Air Fan Object Type`\n\n Args:\n value (str): value for IDD Field `Supply Air Fan Object Type`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `supply_air_fan_object_type` or None if not set\n\n ' return self['Supply Air Fan Object Type']
@property def supply_air_fan_object_type(self): 'field `Supply Air Fan Object Type`\n\n Args:\n value (str): value for IDD Field `Supply Air Fan Object Type`\n\n Raises:\n ValueError: if `value` is not a valid value\n\n Returns:\n str: the value of `supply_air_fan_object_type` or None if not set\n\n ' return self['Supply Air Fan Object Type']<|docstring|>field `Supply Air Fan Object Type` Args: value (str): value for IDD Field `Supply Air Fan Object Type` Raises: ValueError: if `value` is not a valid value Returns: str: the value of `supply_air_fan_object_type` or None if not set<|endoftext|>
0c4cb081334d6f54e59c4d31182289cd611a8f1ed925b69c3f7256619283ca58
@supply_air_fan_object_type.setter def supply_air_fan_object_type(self, value=None): 'Corresponds to IDD field `Supply Air Fan Object Type`' self['Supply Air Fan Object Type'] = value
Corresponds to IDD field `Supply Air Fan Object Type`
pyidf/zone_hvac_forced_air_units.py
supply_air_fan_object_type
marcelosalles/pyidf
19
python
@supply_air_fan_object_type.setter def supply_air_fan_object_type(self, value=None): self['Supply Air Fan Object Type'] = value
@supply_air_fan_object_type.setter def supply_air_fan_object_type(self, value=None): self['Supply Air Fan Object Type'] = value<|docstring|>Corresponds to IDD field `Supply Air Fan Object Type`<|endoftext|>
ece3da5536d71bdc16d630d311fa79f57e55b55e057a672eadb7291b4faa73a2
@property def supply_air_fan_name(self): 'field `Supply Air Fan Name`\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` 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 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 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` 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|>