Class: OpenStudio::Model::EnergyManagementSystemOutputVariable

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

def self.iddObjectType
end

.new(*args) ⇒ Object



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

def self.new(*args)
end

.typeOfDataInVariableValuesStringVector

Returns:

  • (StringVector)


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

def self.typeOfDataInVariableValues
end

.updateFrequencyValuesStringVector

Returns:

  • (StringVector)


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

def self.updateFrequencyValues
end

Instance Method Details

#emsActuatorOptionalEnergyManagementSystemActuator



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

def emsActuator
end

#emsConstructionIndexVariableOptionalEnergyManagementSystemConstructionIndexVariable



59
60
# File 'lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb', line 59

def emsConstructionIndexVariable
end

#emsCurveOrTableIndexVariableOptionalEnergyManagementSystemCurveOrTableIndexVariable



56
57
# File 'lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb', line 56

def emsCurveOrTableIndexVariable
end

#emsGlobalVariableOptionalEnergyManagementSystemGlobalVariable



47
48
# File 'lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb', line 47

def emsGlobalVariable
end

#emsInternalVariableOptionalEnergyManagementSystemInternalVariable



53
54
# File 'lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb', line 53

def emsInternalVariable
end

#emsProgramOptionalEnergyManagementSystemProgram



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

def emsProgram
end

#emsProgramOrSubroutineNameString

Returns:

  • (String)


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

def emsProgramOrSubroutineName
end

#emsSensorOptionalEnergyManagementSystemSensor



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

def emsSensor
end

#emsSubroutineOptionalEnergyManagementSystemSubroutine



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

def emsSubroutine
end

#emsTrendVariableOptionalEnergyManagementSystemTrendVariable



50
51
# File 'lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb', line 50

def emsTrendVariable
end

#emsVariableNameString

Returns:

  • (String)


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

def emsVariableName
end

#emsVariableObjectOptionalModelObject

Returns:



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

def emsVariableObject
end

#resetEMSProgramOrSubroutineNameObject



67
68
# File 'lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb', line 67

def resetEMSProgramOrSubroutineName
end

#resetUnitsObject



72
73
# File 'lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb', line 72

def resetUnits
end

#setEMSProgramOrSubroutineName(*args) ⇒ Boolean

Returns:

  • (Boolean)


78
79
# File 'lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb', line 78

def setEMSProgramOrSubroutineName(*args)
end

#setEMSVariableName(*args) ⇒ Boolean

Returns:

  • (Boolean)


75
76
# File 'lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb', line 75

def setEMSVariableName(*args)
end

#setTypeOfDataInVariable(string) ⇒ Boolean

Returns:

  • (Boolean)


62
63
# File 'lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb', line 62

def setTypeOfDataInVariable(string)
end

#setUnits(string) ⇒ Boolean

Returns:

  • (Boolean)


70
71
# File 'lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb', line 70

def setUnits(string)
end

#setUpdateFrequency(string) ⇒ Boolean

Returns:

  • (Boolean)


65
66
# File 'lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb', line 65

def setUpdateFrequency(string)
end

#typeOfDataInVariableString

Returns:

  • (String)


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

def typeOfDataInVariable
end

#unitsString

Returns:

  • (String)


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

def units
end

#updateFrequencyString

Returns:

  • (String)


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

def updateFrequency
end