class OpenStudio::Model::ScheduleFixedInterval
Public Class Methods
iddObjectType()
click to toggle source
@return [IddObjectType]
# File lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb, line 8 def self.iddObjectType end
new(model)
click to toggle source
# File lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb, line 5 def self.new(model) end
Public Instance Methods
interpolatetoTimestep()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb, line 11 def interpolatetoTimestep end
intervalLength()
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb, line 17 def intervalLength end
isInterpolatetoTimestepDefaulted()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb, line 14 def isInterpolatetoTimestepDefaulted end
isOutOfRangeValueDefaulted()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb, line 23 def isOutOfRangeValueDefaulted end
outOfRangeValue()
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb, line 20 def outOfRangeValue end
resetInterpolatetoTimestep()
click to toggle source
# File lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb, line 33 def resetInterpolatetoTimestep end
resetOutOfRangeValue()
click to toggle source
# File lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb, line 40 def resetOutOfRangeValue end
setInterpolatetoTimestep(boolean)
click to toggle source
# File lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb, line 31 def setInterpolatetoTimestep(boolean) end
setIntervalLength(double)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb, line 36 def setIntervalLength(double) end
setOutOfRangeValue(double)
click to toggle source
# File lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb, line 38 def setOutOfRangeValue(double) end
setStartDay(int32)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb, line 46 def setStartDay(int32) end
setStartMonth(int32)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb, line 43 def setStartMonth(int32) end
startDay()
click to toggle source
@return [Int32]
# File lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb, line 29 def startDay end
startMonth()
click to toggle source
@return [Int32]
# File lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb, line 26 def startMonth end