Class: OpenStudio::Model::EnergyManagementSystemInternalVariable

Inherits:
ModelObject show all
Defined in:
lib/openstudio-api-stubs/Classes/EnergyManagementSystemInternalVariable.rb

Class Method Summary collapse

Instance Method Summary collapse

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/EnergyManagementSystemInternalVariable.rb', line 8

def self.iddObjectType
end

.new(model, string) ⇒ Object



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

def self.new(model, string)
end

Instance Method Details

#internalDataIndexKeyNameString

Returns:

  • (String)


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

def internalDataIndexKeyName
end

#internalDataTypeString

Returns:

  • (String)


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

def internalDataType
end

#resetInternalDataIndexKeyNameObject



19
20
# File 'lib/openstudio-api-stubs/Classes/EnergyManagementSystemInternalVariable.rb', line 19

def resetInternalDataIndexKeyName
end

#setInternalDataIndexKeyName(string) ⇒ Boolean

Returns:

  • (Boolean)


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

def setInternalDataIndexKeyName(string)
end

#setInternalDataType(string) ⇒ Boolean

Returns:

  • (Boolean)


22
23
# File 'lib/openstudio-api-stubs/Classes/EnergyManagementSystemInternalVariable.rb', line 22

def setInternalDataType(string)
end