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
#LessThan, #__str__, #canBeSource, #canBeTarget, #getSourceIndices, #getSources, #getTarget, #idfObject, #initialized, #isSource, #isTarget, #numSources, #objectListFieldsEqual, #objectListFieldsNonConflicting, #remove, #setPointer, #sources, #targets, #workspace
Class Method Details
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
20
21
|
# File 'lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.rb', line 20
def emsActuator
end
|
38
39
|
# File 'lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.rb', line 38
def emsConstructionIndexVariable
end
|
35
36
|
# File 'lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.rb', line 35
def emsCurveOrTableIndexVariable
end
|
26
27
|
# File 'lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.rb', line 26
def emsGlobalVariable
end
|
32
33
|
# File 'lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.rb', line 32
def emsInternalVariable
end
|
23
24
|
# File 'lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.rb', line 23
def emsSensor
end
|
29
30
|
# File 'lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.rb', line 29
def emsTrendVariable
end
|
#emsVariableName ⇒ String
11
12
|
# File 'lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.rb', line 11
def emsVariableName
end
|
17
18
|
# File 'lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.rb', line 17
def emsVariableObject
end
|
#numberOfTimestepsToBeLogged ⇒ Int32
14
15
|
# File 'lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.rb', line 14
def numberOfTimestepsToBeLogged
end
|
#setEMSVariableName(*args) ⇒ Boolean
44
45
|
# File 'lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.rb', line 44
def setEMSVariableName(*args)
end
|
#setNumberOfTimestepsToBeLogged(int32) ⇒ Boolean
41
42
|
# File 'lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.rb', line 41
def setNumberOfTimestepsToBeLogged(int32)
end
|