Enums
PowerModelsDistribution.PowerModelsDistributionEnums
— TypeCollection of the built-in Enums for PowerModelsDistribution
PowerModelsDistribution.DataModel
— TypeDataModel
An Enum to descibe the current data model contained in the structure
PowerModelsDistribution.ENGINEERING
— ConstantModel type for models that are in the PowerModelsDistribution engineering representation
PowerModelsDistribution.MATHEMATICAL
— ConstantModel type for models that are in the mathematical representation
PowerModelsDistribution.DSS
— ConstantModel type for raw dss imports
PowerModelsDistribution.MATPOWER
— ConstantModel type for models imported via parse_file from PowerModels
PowerModelsDistribution.LoadModel
— TypeLoadModel
An Enum to describe the type of load, e.g., constant power, constant current, etc.
Information about load models can be found under Load Models
PowerModelsDistribution.POWER
— ConstantConstant Power load model
PowerModelsDistribution.CURRENT
— ConstantConstant Current load model
PowerModelsDistribution.IMPEDANCE
— ConstantConstant Impedance load model
PowerModelsDistribution.EXPONENTIAL
— ConstantExponential load model
PowerModelsDistribution.ZIP
— ConstantZIP load model
PowerModelsDistribution.ShuntModel
— TypeShuntModel
An Enum to describe the type of shunt, e.g., generic, capcitor or reactor type.
PowerModelsDistribution.GENERIC
— ConstantGeneric shunt model, usually indicates user-created
PowerModelsDistribution.CAPACITOR
— ConstantCapacitor shunt model, usually indicates parsed from capacitor dss object
PowerModelsDistribution.REACTOR
— ConstantReactor shunt model, usually indicates parsed from reactor dss object
PowerModelsDistribution.SwitchState
— TypeSwitchState
An Enum to descibe whether a switch is open or closed
PowerModelsDistribution.OPEN
— ConstantSwitch state is open
PowerModelsDistribution.CLOSED
— ConstantSwitch state is closed
PowerModelsDistribution.ControlMode
— TypeControlMode
An Enum to descibe the current control mode of the generation object
PowerModelsDistribution.FREQUENCYDROOP
— ConstantGeneration resource is in frequency droop mode (following)
PowerModelsDistribution.ISOCHRONOUS
— ConstantGeneration resource is in isochronous mode (forming)
PowerModelsDistribution.ConnConfig
— TypeConnConfig
An Enum to describe the connection configuration, e.g., wye or delta
PowerModelsDistribution.WYE
— ConstantWye connection configuration
PowerModelsDistribution.DELTA
— ConstantDelta connection configuration
PowerModelsDistribution.Dispatchable
— TypeDispatchable
An Enum to describe whether an object is dispatchable, e.g., can a switch state be controled, or can a load or shunt be shed individually.
PowerModelsDistribution.NO
— ConstantThe object is not dispatchable / controllable
PowerModelsDistribution.YES
— ConstantThe object is dispatchable / controllable
PowerModelsDistribution.Status
— TypeStatus
An Enum to describe whether an object is enabled or disabled
PowerModelsDistribution.DISABLED
— ConstantThe object is disabled
PowerModelsDistribution.ENABLED
— ConstantThe object is enabled