class OpenStudio::Model::ScheduleTypeLimits

Public Class Methods

iddObjectType() click to toggle source

@return [IddObjectType]

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

@return [StringVector]

# File lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb, line 11
def self.numericTypeValues
end
unitTypeValues() click to toggle source

@return [StringVector]

# File lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb, line 14
def self.unitTypeValues
end
units(*args) click to toggle source

@return [OptionalUnit]

# File lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb, line 46
def self.units(*args)
end

Public Instance Methods

getLowerLimitValue(*args) click to toggle source

@return [OSOptionalQuantity]

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

@return [OSOptionalQuantity]

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

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb, line 29
def isUnitTypeDefaulted
end
lowerLimitValue() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb, line 17
def lowerLimitValue
end
numericType() click to toggle source

@return [OptionalString]

# File lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb, line 23
def numericType
end
resetLowerLimitValue() click to toggle source
# File lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb, line 31
def resetLowerLimitValue
end
resetNumericType() click to toggle source
# File lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb, line 38
def resetNumericType
end
resetUnitType() click to toggle source
# File lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb, line 43
def resetUnitType
end
resetUpperLimitValue() click to toggle source
# File lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb, line 33
def resetUpperLimitValue
end
setLowerLimitValue(*args) click to toggle source
# File lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb, line 54
def setLowerLimitValue(*args)
end
setNumericType(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb, line 36
def setNumericType(string)
end
setUnitType(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb, line 41
def setUnitType(string)
end
setUpperLimitValue(*args) click to toggle source
# File lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb, line 56
def setUpperLimitValue(*args)
end
unitType() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb, line 26
def unitType
end
upperLimitValue() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb, line 20
def upperLimitValue
end