Slot: generator_type
Generator technology type (for example, pv or diesel).
URI: distopf:generator_type
Applicable Classes
| Name |
Description |
Modifies Slot |
| GeneratorRecord |
Generator (DER) data record for DistOPF |
no |
Properties
Type and Range
Cardinality and Requirements
| Property |
Value |
| ### Slot Characteristics |
|
- Import: selects which CIM class is constructed — "diesel" creates a SynchronousMachine, any other value creates a PhotoVoltaicUnit + PowerElectronicsConnection. Export: always written as "pv" (see the class-level comment on the SynchronousMachine export gap).
Annotations
| property |
value |
| order |
3 |
| native_name |
type |
| value_type |
string |
| quote |
False |
| separator |
, |
Schema Source
- from schema: https://gridappsd.org/cimhub/distopf
Mappings
| Mapping Type |
Mapped Value |
| self |
distopf:generator_type |
| native |
distopf:generator_type |
| related |
cim:PowerElectronicsConnection, cim:SynchronousMachine |
LinkML Source
name: generator_type
annotations:
order:
tag: order
value: 3
native_name:
tag: native_name
value: type
value_type:
tag: value_type
value: string
quote:
tag: quote
value: false
separator:
tag: separator
value: ','
description: Generator technology type (for example, pv or diesel).
comments:
- 'Import: selects which CIM class is constructed — "diesel" creates a SynchronousMachine,
any other value creates a PhotoVoltaicUnit + PowerElectronicsConnection. Export:
always written as "pv" (see the class-level comment on the SynchronousMachine export
gap).'
from_schema: https://gridappsd.org/cimhub/distopf
related_mappings:
- cim:PowerElectronicsConnection
- cim:SynchronousMachine
rank: 1000
ifabsent: string("pv")
owner: GeneratorRecord
domain_of:
- GeneratorRecord
range: string
required: false