class OpenStudio::Model::AvailabilityManagerDifferentialThermostat

Public Class Methods

iddObjectType() click to toggle source

@return [IddObjectType]

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

Public Instance Methods

coldNode() click to toggle source

@return [OptionalNode]

# File lib/openstudio-api-stubs/Classes/AvailabilityManagerDifferentialThermostat.rb, line 14
def coldNode
end
hotNode() click to toggle source

@return [OptionalNode]

# File lib/openstudio-api-stubs/Classes/AvailabilityManagerDifferentialThermostat.rb, line 11
def hotNode
end
resetColdNode() click to toggle source
# File lib/openstudio-api-stubs/Classes/AvailabilityManagerDifferentialThermostat.rb, line 30
def resetColdNode
end
resetHotNode() click to toggle source
# File lib/openstudio-api-stubs/Classes/AvailabilityManagerDifferentialThermostat.rb, line 25
def resetHotNode
end
setColdNode(node) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/AvailabilityManagerDifferentialThermostat.rb, line 28
def setColdNode(node)
end
setHotNode(node) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/AvailabilityManagerDifferentialThermostat.rb, line 23
def setHotNode(node)
end
setTemperatureDifferenceOffLimit(double) click to toggle source
# File lib/openstudio-api-stubs/Classes/AvailabilityManagerDifferentialThermostat.rb, line 34
def setTemperatureDifferenceOffLimit(double)
end
setTemperatureDifferenceOnLimit(double) click to toggle source
# File lib/openstudio-api-stubs/Classes/AvailabilityManagerDifferentialThermostat.rb, line 32
def setTemperatureDifferenceOnLimit(double)
end
temperatureDifferenceOffLimit() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/AvailabilityManagerDifferentialThermostat.rb, line 20
def temperatureDifferenceOffLimit
end
temperatureDifferenceOnLimit() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/AvailabilityManagerDifferentialThermostat.rb, line 17
def temperatureDifferenceOnLimit
end