Project

General

Profile

CIM Issues #5309

Updated by Todd Viegut about 1 month ago

The following model changes were made for this issue: 
 * The *SVCControlMode* enumeration was deleted from the canonical model.  
 * The description of the existing *StaticVarCompensator* class was updated to align it with the new FACTS modelling.  
 * The inheritance hierarchy for *StaticVarCompensator*    was changed changes from *RegulatingCondEq* to now inherit from the new *FACTSEquipment* class. 
 * All the existing attributes that were defined within the *StaticVarCompensator* class were deleted. 

 The attributes that were deleted are now replaced/mapped to the following new attributes/classes: 
 * StaticVarCompensator.capacitiveRating    -> FACTSEquipment.ratedC 
 * StaticVarCompensator.inductiveRating    -> FACTSEquipment.ratedL 
 * StaticVarCompensator.q -> FACTSEquipment.q 
 * StaticVarCompensator.slope -> FACTSEquipment.slope 
 * StaticVarCompensator.voltageSetPoint -> VoltageControlFunction.targetValue 

 The following enumeration literals deleted with the removal of the *SVCControlMode* enumeration now map to: 
 * StaticVarCompensator.sVCControlMode.reactivePower -> ReactivePowerControlFunction 
 * StaticVarCompensator.sVCControlMode.voltage-> VoltageControlFunction 

 Profile impacts due to these model changes include: 
 * Deleted the *SVCControlMode* enumeration from 452 EQ Core profile. 
 * Deleted the *StaticVarCompensator* class from the SSH profile 

Back