class OpenStudio::Model::EnergyManagementSystemOutputVariable

Public Class Methods

iddObjectType() click to toggle source

@return [IddObjectType]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb, line 8
def self.iddObjectType
end
new(*args) click to toggle source
# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb, line 5
def self.new(*args)
end
typeOfDataInVariableValues() click to toggle source

@return [StringVector]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb, line 11
def self.typeOfDataInVariableValues
end
updateFrequencyValues() click to toggle source

@return [StringVector]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb, line 14
def self.updateFrequencyValues
end

Public Instance Methods

emsActuator() click to toggle source

@return [OptionalEnergyManagementSystemActuator]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb, line 41
def emsActuator
end
emsConstructionIndexVariable() click to toggle source

@return [OptionalEnergyManagementSystemConstructionIndexVariable]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb, line 59
def emsConstructionIndexVariable
end
emsCurveOrTableIndexVariable() click to toggle source

@return [OptionalEnergyManagementSystemCurveOrTableIndexVariable]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb, line 56
def emsCurveOrTableIndexVariable
end
emsGlobalVariable() click to toggle source

@return [OptionalEnergyManagementSystemGlobalVariable]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb, line 47
def emsGlobalVariable
end
emsInternalVariable() click to toggle source

@return [OptionalEnergyManagementSystemInternalVariable]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb, line 53
def emsInternalVariable
end
emsProgram() click to toggle source

@return [OptionalEnergyManagementSystemProgram]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb, line 29
def emsProgram
end
emsProgramOrSubroutineName() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb, line 26
def emsProgramOrSubroutineName
end
emsSensor() click to toggle source

@return [OptionalEnergyManagementSystemSensor]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb, line 44
def emsSensor
end
emsSubroutine() click to toggle source

@return [OptionalEnergyManagementSystemSubroutine]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb, line 32
def emsSubroutine
end
emsTrendVariable() click to toggle source

@return [OptionalEnergyManagementSystemTrendVariable]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb, line 50
def emsTrendVariable
end
emsVariableName() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb, line 17
def emsVariableName
end
emsVariableObject() click to toggle source

@return [OptionalModelObject]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb, line 38
def emsVariableObject
end
resetEMSProgramOrSubroutineName() click to toggle source
# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb, line 67
def resetEMSProgramOrSubroutineName
end
resetUnits() click to toggle source
# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb, line 72
def resetUnits
end
setEMSProgramOrSubroutineName(*args) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb, line 78
def setEMSProgramOrSubroutineName(*args)
end
setEMSVariableName(*args) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb, line 75
def setEMSVariableName(*args)
end
setTypeOfDataInVariable(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb, line 62
def setTypeOfDataInVariable(string)
end
setUnits(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb, line 70
def setUnits(string)
end
setUpdateFrequency(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb, line 65
def setUpdateFrequency(string)
end
typeOfDataInVariable() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb, line 20
def typeOfDataInVariable
end
units() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb, line 35
def units
end
updateFrequency() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemOutputVariable.rb, line 23
def updateFrequency
end