class OpenStudio::Model::OutputEnergyManagementSystem

Public Class Methods

actuatorAvailabilityDictionaryReportingValues() click to toggle source

@return [StringVector]

# File lib/openstudio-api-stubs/Classes/OutputEnergyManagementSystem.rb, line 9
def self.actuatorAvailabilityDictionaryReportingValues
end
eMSRuntimeLanguageDebugOutputLevelValues() click to toggle source

@return [StringVector]

# File lib/openstudio-api-stubs/Classes/OutputEnergyManagementSystem.rb, line 15
def self.eMSRuntimeLanguageDebugOutputLevelValues
end
iddObjectType() click to toggle source

@return [IddObjectType]

# File lib/openstudio-api-stubs/Classes/OutputEnergyManagementSystem.rb, line 6
def self.iddObjectType
end
internalVariableAvailabilityDictionaryReportingValues() click to toggle source

@return [StringVector]

# File lib/openstudio-api-stubs/Classes/OutputEnergyManagementSystem.rb, line 12
def self.internalVariableAvailabilityDictionaryReportingValues
end

Public Instance Methods

actuatorAvailabilityDictionaryReporting() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/OutputEnergyManagementSystem.rb, line 18
def actuatorAvailabilityDictionaryReporting
end
eMSRuntimeLanguageDebugOutputLevel() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/OutputEnergyManagementSystem.rb, line 30
def eMSRuntimeLanguageDebugOutputLevel
end
internalVariableAvailabilityDictionaryReporting() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/OutputEnergyManagementSystem.rb, line 24
def internalVariableAvailabilityDictionaryReporting
end
isActuatorAvailabilityDictionaryReportingDefaulted() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/OutputEnergyManagementSystem.rb, line 21
def isActuatorAvailabilityDictionaryReportingDefaulted
end
isEMSRuntimeLanguageDebugOutputLevelDefaulted() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/OutputEnergyManagementSystem.rb, line 33
def isEMSRuntimeLanguageDebugOutputLevelDefaulted
end
isInternalVariableAvailabilityDictionaryReportingDefaulted() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/OutputEnergyManagementSystem.rb, line 27
def isInternalVariableAvailabilityDictionaryReportingDefaulted
end
resetActuatorAvailabilityDictionaryReporting() click to toggle source
# File lib/openstudio-api-stubs/Classes/OutputEnergyManagementSystem.rb, line 38
def resetActuatorAvailabilityDictionaryReporting
end
resetEMSRuntimeLanguageDebugOutputLevel() click to toggle source
# File lib/openstudio-api-stubs/Classes/OutputEnergyManagementSystem.rb, line 48
def resetEMSRuntimeLanguageDebugOutputLevel
end
resetInternalVariableAvailabilityDictionaryReporting() click to toggle source
# File lib/openstudio-api-stubs/Classes/OutputEnergyManagementSystem.rb, line 43
def resetInternalVariableAvailabilityDictionaryReporting
end
setActuatorAvailabilityDictionaryReporting(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/OutputEnergyManagementSystem.rb, line 36
def setActuatorAvailabilityDictionaryReporting(string)
end
setEMSRuntimeLanguageDebugOutputLevel(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/OutputEnergyManagementSystem.rb, line 46
def setEMSRuntimeLanguageDebugOutputLevel(string)
end
setInternalVariableAvailabilityDictionaryReporting(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/OutputEnergyManagementSystem.rb, line 41
def setInternalVariableAvailabilityDictionaryReporting(string)
end