class OpenStudio::Model::EnergyManagementSystemMeteredOutputVariable

Public Class Methods

endUseCategoryValues() click to toggle source

@return [StringVector]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemMeteredOutputVariable.rb, line 20
def self.endUseCategoryValues
end
groupTypeValues() click to toggle source

@return [StringVector]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemMeteredOutputVariable.rb, line 17
def self.groupTypeValues
end
iddObjectType() click to toggle source

@return [IddObjectType]

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

@return [StringVector]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemMeteredOutputVariable.rb, line 14
def self.resourceTypeValues
end
updateFrequencyValues() click to toggle source

@return [StringVector]

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

Public Instance Methods

emsActuator() click to toggle source

@return [OptionalEnergyManagementSystemActuator]

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

@return [OptionalEnergyManagementSystemConstructionIndexVariable]

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

@return [OptionalEnergyManagementSystemCurveOrTableIndexVariable]

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

@return [OptionalEnergyManagementSystemGlobalVariable]

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

@return [OptionalEnergyManagementSystemInternalVariable]

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

@return [SWIGTYPE_p_boost__optionalT_EnergyManagementSystemProgram_t]

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

@return [String]

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

@return [OptionalEnergyManagementSystemSensor]

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

@return [SWIGTYPE_p_boost__optionalT_EnergyManagementSystemSubroutine_t]

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

@return [SWIGTYPE_p_boost__optionalT_EnergyManagementSystemTrendVariable_t]

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

@return [String]

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

@return [OptionalModelObject]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemMeteredOutputVariable.rb, line 53
def emsVariableObject
end
endUseCategory() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemMeteredOutputVariable.rb, line 44
def endUseCategory
end
endUseSubcategory() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemMeteredOutputVariable.rb, line 47
def endUseSubcategory
end
groupType() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemMeteredOutputVariable.rb, line 41
def groupType
end
resetEMSProgramOrSubroutineName() click to toggle source
# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemMeteredOutputVariable.rb, line 79
def resetEMSProgramOrSubroutineName
end
resetEndUseSubcategory() click to toggle source
# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemMeteredOutputVariable.rb, line 93
def resetEndUseSubcategory
end
resetUnits() click to toggle source
# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemMeteredOutputVariable.rb, line 98
def resetUnits
end
resourceType() click to toggle source

@return [String]

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

@return [Boolean]

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

@return [Boolean]

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

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemMeteredOutputVariable.rb, line 88
def setEndUseCategory(string)
end
setEndUseSubcategory(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemMeteredOutputVariable.rb, line 91
def setEndUseSubcategory(string)
end
setGroupType(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemMeteredOutputVariable.rb, line 85
def setGroupType(string)
end
setResourceType(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemMeteredOutputVariable.rb, line 82
def setResourceType(string)
end
setUnits(string) click to toggle source

@return [Boolean]

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

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemMeteredOutputVariable.rb, line 77
def setUpdateFrequency(string)
end
units() click to toggle source

@return [String]

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

@return [String]

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