Slot: start_soc
Initial state of charge, as a fraction (0.0-1.0).
URI: distopf:start_soc
Applicable Classes
| Name |
Description |
Modifies Slot |
| BatteryRecord |
Battery energy storage system (BESS) data record for DistOPF |
no |
Properties
Type and Range
Cardinality and Requirements
| Property |
Value |
| ### Slot Characteristics |
|
- Import: BatteryUnit.storedE = energy_capacity × s_base × start_soc. Export: start_soc = storedE / ratedE (falls back to 0.5 if ratedE is zero or unset).
Annotations
| property |
value |
| order |
8 |
| value_type |
float |
| precision |
6 |
| separator |
, |
Schema Source
- from schema: https://gridappsd.org/cimhub/distopf
Mappings
| Mapping Type |
Mapped Value |
| self |
distopf:start_soc |
| native |
distopf:start_soc |
| close |
cim:BatteryUnit.storedE |
LinkML Source
name: start_soc
annotations:
order:
tag: order
value: 8
value_type:
tag: value_type
value: float
precision:
tag: precision
value: 6
separator:
tag: separator
value: ','
description: Initial state of charge, as a fraction (0.0-1.0).
comments:
- 'Import: BatteryUnit.storedE = energy_capacity × s_base × start_soc. Export: start_soc
= storedE / ratedE (falls back to 0.5 if ratedE is zero or unset).'
from_schema: https://gridappsd.org/cimhub/distopf
close_mappings:
- cim:BatteryUnit.storedE
rank: 1000
ifabsent: float(0.5)
owner: BatteryRecord
domain_of:
- BatteryRecord
range: float
required: false