class OpenStudio::Model::AvailabilityManagerNightCycle

Public Class Methods

controlTypeValues() click to toggle source

@return [StringVector]

# File lib/openstudio-api-stubs/Classes/AvailabilityManagerNightCycle.rb, line 11
def self.controlTypeValues
end
iddObjectType() click to toggle source

@return [IddObjectType]

# File lib/openstudio-api-stubs/Classes/AvailabilityManagerNightCycle.rb, line 8
def self.iddObjectType
end
new(model) click to toggle source
# File lib/openstudio-api-stubs/Classes/AvailabilityManagerNightCycle.rb, line 5
def self.new(model)
end

Public Instance Methods

controlThermalZone() click to toggle source

@return [OptionalThermalZone]

# File lib/openstudio-api-stubs/Classes/AvailabilityManagerNightCycle.rb, line 41
def controlThermalZone
end
controlType() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/AvailabilityManagerNightCycle.rb, line 14
def controlType
end
cyclingRunTime() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/AvailabilityManagerNightCycle.rb, line 33
def cyclingRunTime
end
getCyclingRunTime(*args) click to toggle source

@return [Quantity]

# File lib/openstudio-api-stubs/Classes/AvailabilityManagerNightCycle.rb, line 57
def getCyclingRunTime(*args)
end
getThermostatTolerance(*args) click to toggle source

@return [Quantity]

# File lib/openstudio-api-stubs/Classes/AvailabilityManagerNightCycle.rb, line 49
def getThermostatTolerance(*args)
end
isControlTypeDefaulted() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/AvailabilityManagerNightCycle.rb, line 22
def isControlTypeDefaulted
end
isCyclingRunTimeDefaulted() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/AvailabilityManagerNightCycle.rb, line 38
def isCyclingRunTimeDefaulted
end
isThermostatToleranceDefaulted() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/AvailabilityManagerNightCycle.rb, line 28
def isThermostatToleranceDefaulted
end
resetControlThermalZone() click to toggle source
# File lib/openstudio-api-stubs/Classes/AvailabilityManagerNightCycle.rb, line 46
def resetControlThermalZone
end
resetControlType() click to toggle source
# File lib/openstudio-api-stubs/Classes/AvailabilityManagerNightCycle.rb, line 19
def resetControlType
end
resetCyclingRunTime() click to toggle source
# File lib/openstudio-api-stubs/Classes/AvailabilityManagerNightCycle.rb, line 35
def resetCyclingRunTime
end
resetThermostatTolerance() click to toggle source
# File lib/openstudio-api-stubs/Classes/AvailabilityManagerNightCycle.rb, line 30
def resetThermostatTolerance
end
setControlThermalZone(thermalZone) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/AvailabilityManagerNightCycle.rb, line 44
def setControlThermalZone(thermalZone)
end
setControlType(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/AvailabilityManagerNightCycle.rb, line 17
def setControlType(string)
end
setCyclingRunTime(*args) click to toggle source
# File lib/openstudio-api-stubs/Classes/AvailabilityManagerNightCycle.rb, line 54
def setCyclingRunTime(*args)
end
setThermostatTolerance(*args) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/AvailabilityManagerNightCycle.rb, line 52
def setThermostatTolerance(*args)
end
thermostatTolerance() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/AvailabilityManagerNightCycle.rb, line 25
def thermostatTolerance
end