class OpenStudio::Model::ElectricLoadCenterStorageSimple

Public Class Methods

iddObjectType() click to toggle source

@return [IddObjectType]

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

Public Instance Methods

availabilitySchedule() click to toggle source

@return [Schedule]

# File lib/openstudio-api-stubs/Classes/ElectricLoadCenterStorageSimple.rb, line 11
def availabilitySchedule
end
initialStateofCharge() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ElectricLoadCenterStorageSimple.rb, line 44
def initialStateofCharge
end
isAvailabilityScheduleDefaulted() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ElectricLoadCenterStorageSimple.rb, line 14
def isAvailabilityScheduleDefaulted
end
isInitialStateofChargeDefaulted() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ElectricLoadCenterStorageSimple.rb, line 47
def isInitialStateofChargeDefaulted
end
isNominalDischargingEnergeticEfficiencyDefaulted() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ElectricLoadCenterStorageSimple.rb, line 32
def isNominalDischargingEnergeticEfficiencyDefaulted
end
isNominalEnergeticEfficiencyforChargingDefaulted() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ElectricLoadCenterStorageSimple.rb, line 26
def isNominalEnergeticEfficiencyforChargingDefaulted
end
isRadiativeFractionforZoneHeatGainsDefaulted() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ElectricLoadCenterStorageSimple.rb, line 20
def isRadiativeFractionforZoneHeatGainsDefaulted
end
maximumPowerforCharging() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ElectricLoadCenterStorageSimple.rb, line 41
def maximumPowerforCharging
end
maximumPowerforDischarging() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ElectricLoadCenterStorageSimple.rb, line 38
def maximumPowerforDischarging
end
maximumStorageCapacity() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ElectricLoadCenterStorageSimple.rb, line 35
def maximumStorageCapacity
end
nominalDischargingEnergeticEfficiency() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ElectricLoadCenterStorageSimple.rb, line 29
def nominalDischargingEnergeticEfficiency
end
nominalEnergeticEfficiencyforCharging() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ElectricLoadCenterStorageSimple.rb, line 23
def nominalEnergeticEfficiencyforCharging
end
radiativeFractionforZoneHeatGains() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ElectricLoadCenterStorageSimple.rb, line 17
def radiativeFractionforZoneHeatGains
end
resetAvailabilitySchedule() click to toggle source
# File lib/openstudio-api-stubs/Classes/ElectricLoadCenterStorageSimple.rb, line 52
def resetAvailabilitySchedule
end
resetInitialStateofCharge() click to toggle source
# File lib/openstudio-api-stubs/Classes/ElectricLoadCenterStorageSimple.rb, line 81
def resetInitialStateofCharge
end
resetNominalDischargingEnergeticEfficiency() click to toggle source
# File lib/openstudio-api-stubs/Classes/ElectricLoadCenterStorageSimple.rb, line 67
def resetNominalDischargingEnergeticEfficiency
end
resetNominalEnergeticEfficiencyforCharging() click to toggle source
# File lib/openstudio-api-stubs/Classes/ElectricLoadCenterStorageSimple.rb, line 62
def resetNominalEnergeticEfficiencyforCharging
end
resetRadiativeFractionforZoneHeatGains() click to toggle source
# File lib/openstudio-api-stubs/Classes/ElectricLoadCenterStorageSimple.rb, line 57
def resetRadiativeFractionforZoneHeatGains
end
setAvailabilitySchedule(schedule) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ElectricLoadCenterStorageSimple.rb, line 50
def setAvailabilitySchedule(schedule)
end
setInitialStateofCharge(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ElectricLoadCenterStorageSimple.rb, line 79
def setInitialStateofCharge(double)
end
setMaximumPowerforCharging(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ElectricLoadCenterStorageSimple.rb, line 76
def setMaximumPowerforCharging(double)
end
setMaximumPowerforDischarging(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ElectricLoadCenterStorageSimple.rb, line 73
def setMaximumPowerforDischarging(double)
end
setMaximumStorageCapacity(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ElectricLoadCenterStorageSimple.rb, line 70
def setMaximumStorageCapacity(double)
end
setNominalDischargingEnergeticEfficiency(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ElectricLoadCenterStorageSimple.rb, line 65
def setNominalDischargingEnergeticEfficiency(double)
end
setNominalEnergeticEfficiencyforCharging(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ElectricLoadCenterStorageSimple.rb, line 60
def setNominalEnergeticEfficiencyforCharging(double)
end
setRadiativeFractionforZoneHeatGains(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ElectricLoadCenterStorageSimple.rb, line 55
def setRadiativeFractionforZoneHeatGains(double)
end