Class: OpenStudio::Model::ScheduleFixedInterval

Inherits:
ScheduleInterval show all
Defined in:
lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from ScheduleInterval

fromTimeSeries, #setTimeSeries, #timeSeries

Methods inherited from ScheduleBase

#ensureNoLeapDays, #resetScheduleTypeLimits, #scheduleTypeLimits, #setScheduleTypeLimits

Methods inherited from ResourceObject

#directUseCount, #nonResourceObjectUseCount

Methods inherited from ParentObject

#allowableChildTypes, #children

Methods inherited from ModelObject

#EqualEqual, #LessThan, #NotEqual, #__str__, #clone, #connectedObject, #connectedObjectPort, #createComponent, #getData, #getScheduleTypeKeys, #iddObjectType, #lifeCycleCosts, #model, #outputVariableNames, #outputVariables, #parent, #removeLifeCycleCosts, #resources, #setParent, #toIdfObject

Methods inherited from WorkspaceObject

#LessThan, #__str__, #canBeSource, #canBeTarget, #getSourceIndices, #getSources, #getTarget, #idfObject, #initialized, #isSource, #isTarget, #numSources, #objectListFieldsEqual, #objectListFieldsNonConflicting, #remove, #setPointer, #sources, #targets, #workspace

Class Method Details

.iddObjectTypeIddObjectType

Returns:



8
9
# File 'lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb', line 8

def self.iddObjectType
end

.new(model) ⇒ Object



5
6
# File 'lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb', line 5

def self.new(model)
end

Instance Method Details

#interpolatetoTimestepBoolean

Returns:

  • (Boolean)


11
12
# File 'lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb', line 11

def interpolatetoTimestep
end

#intervalLengthDouble

Returns:

  • (Double)


17
18
# File 'lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb', line 17

def intervalLength
end

#isInterpolatetoTimestepDefaultedBoolean

Returns:

  • (Boolean)


14
15
# File 'lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb', line 14

def isInterpolatetoTimestepDefaulted
end

#isOutOfRangeValueDefaultedBoolean

Returns:

  • (Boolean)


23
24
# File 'lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb', line 23

def isOutOfRangeValueDefaulted
end

#outOfRangeValueDouble

Returns:

  • (Double)


20
21
# File 'lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb', line 20

def outOfRangeValue
end

#resetInterpolatetoTimestepObject



33
34
# File 'lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb', line 33

def resetInterpolatetoTimestep
end

#resetOutOfRangeValueObject



40
41
# File 'lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb', line 40

def resetOutOfRangeValue
end

#setInterpolatetoTimestep(boolean) ⇒ Object



31
32
# File 'lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb', line 31

def setInterpolatetoTimestep(boolean)
end

#setIntervalLength(double) ⇒ Boolean

Returns:

  • (Boolean)


36
37
# File 'lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb', line 36

def setIntervalLength(double)
end

#setOutOfRangeValue(double) ⇒ Object



38
39
# File 'lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb', line 38

def setOutOfRangeValue(double)
end

#setStartDay(int32) ⇒ Boolean

Returns:

  • (Boolean)


46
47
# File 'lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb', line 46

def setStartDay(int32)
end

#setStartMonth(int32) ⇒ Boolean

Returns:

  • (Boolean)


43
44
# File 'lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb', line 43

def setStartMonth(int32)
end

#startDayInt32

Returns:

  • (Int32)


29
30
# File 'lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb', line 29

def startDay
end

#startMonthInt32

Returns:

  • (Int32)


26
27
# File 'lib/openstudio-api-stubs/Classes/ScheduleFixedInterval.rb', line 26

def startMonth
end