CIM Writer#
The CIM writer exports a GDM DistributionSystem to CIM IEC 61968-13 XML.
Supported GDM Components#
The writer currently serialises the following component types:
DistributionBusDistributionVoltageSourceDistributionLoadMatrixImpedanceBranchDistributionTransformerDistributionRegulatorDistributionCapacitorMatrixImpedanceSwitchDistributionSolarDistributionBatteryMatrixImpedanceFuse
Output Modes#
The writer supports two output modes:
single: write one RDF/XML file namedmodel.xmlpackage: write grouped files plus a packagemanifest.xml
In package mode, outputs can be separated by:
substation (
separate_substations=True)feeder (
separate_feeders=True)equipment type (
separate_equipment_types=True)
Writer Interface#
- class ditto.writers.cim_iec_61968_13.write.Writer(system: DistributionSystem)#
Bases:
AbstractWriter