Class: OpenStudio::Model::EnergyManagementSystemTrendVariable

Inherits:
ModelObject show all
Defined in:
lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.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/EnergyManagementSystemTrendVariable.rb', line 8

def self.iddObjectType
end

.new(*args) ⇒ Object



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

def self.new(*args)
end

Instance Method Details

#emsActuatorOptionalEnergyManagementSystemActuator



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

def emsActuator
end

#emsConstructionIndexVariableOptionalEnergyManagementSystemConstructionIndexVariable



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

def emsConstructionIndexVariable
end

#emsCurveOrTableIndexVariableOptionalEnergyManagementSystemCurveOrTableIndexVariable



35
36
# File 'lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.rb', line 35

def emsCurveOrTableIndexVariable
end

#emsGlobalVariableOptionalEnergyManagementSystemGlobalVariable



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

def emsGlobalVariable
end

#emsInternalVariableOptionalEnergyManagementSystemInternalVariable



32
33
# File 'lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.rb', line 32

def emsInternalVariable
end

#emsSensorOptionalEnergyManagementSystemSensor



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

def emsSensor
end

#emsTrendVariableOptionalEnergyManagementSystemTrendVariable



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

def emsTrendVariable
end

#emsVariableNameString

Returns:

  • (String)


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

def emsVariableName
end

#emsVariableObjectOptionalModelObject

Returns:



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

def emsVariableObject
end

#numberOfTimestepsToBeLoggedInt32

Returns:

  • (Int32)


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

def numberOfTimestepsToBeLogged
end

#setEMSVariableName(*args) ⇒ Boolean

Returns:

  • (Boolean)


44
45
# File 'lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.rb', line 44

def setEMSVariableName(*args)
end

#setNumberOfTimestepsToBeLogged(int32) ⇒ Boolean

Returns:

  • (Boolean)


41
42
# File 'lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.rb', line 41

def setNumberOfTimestepsToBeLogged(int32)
end