class OpenStudio::Model::EnergyManagementSystemTrendVariable
Public Class Methods
iddObjectType()
click to toggle source
@return [IddObjectType]
# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.rb, line 8 def self.iddObjectType end
new(*args)
click to toggle source
# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.rb, line 5 def self.new(*args) end
Public Instance Methods
emsActuator()
click to toggle source
@return [OptionalEnergyManagementSystemActuator]
# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.rb, line 20 def emsActuator end
emsConstructionIndexVariable()
click to toggle source
@return [OptionalEnergyManagementSystemConstructionIndexVariable]
# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.rb, line 38 def emsConstructionIndexVariable end
emsCurveOrTableIndexVariable()
click to toggle source
@return [OptionalEnergyManagementSystemCurveOrTableIndexVariable]
# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.rb, line 35 def emsCurveOrTableIndexVariable end
emsGlobalVariable()
click to toggle source
@return [OptionalEnergyManagementSystemGlobalVariable]
# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.rb, line 26 def emsGlobalVariable end
emsInternalVariable()
click to toggle source
@return [OptionalEnergyManagementSystemInternalVariable]
# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.rb, line 32 def emsInternalVariable end
emsSensor()
click to toggle source
@return [OptionalEnergyManagementSystemSensor]
# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.rb, line 23 def emsSensor end
emsTrendVariable()
click to toggle source
@return [OptionalEnergyManagementSystemTrendVariable]
# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.rb, line 29 def emsTrendVariable end
emsVariableName()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.rb, line 11 def emsVariableName end
emsVariableObject()
click to toggle source
@return [OptionalModelObject]
# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.rb, line 17 def emsVariableObject end
numberOfTimestepsToBeLogged()
click to toggle source
@return [Int32]
# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.rb, line 14 def numberOfTimestepsToBeLogged end
setEMSVariableName(*args)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.rb, line 44 def setEMSVariableName(*args) end
setNumberOfTimestepsToBeLogged(int32)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemTrendVariable.rb, line 41 def setNumberOfTimestepsToBeLogged(int32) end