Class Description
Action on ground as a switching step.
Attributes
Name | Type | Description |
---|---|---|
kind | TempEquipActionKind | Switching action to perform. |
Relationships
Inherits from
Descendant classes
- No descendant classes
Leaf/Root class
IsLeaf | IsRoot |
---|---|
False | False |
Associations
Source Class | Cardinality Source | Target Class | Cardinality Target | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
GroundAction | 0..1 | ConductingEquipment | 0..1 | GroundingAction | Action involving grounding operation on this conducting equipment. | GroundedEquipment | Equipment being grounded with this operation. In case of placing a ground anywhere along a line segment, you must use the clamp (to get the distance from one terminal), so use the explicit relation with line segment. In all other cases (including placing the ground at a line segment terminal), reference to one or more conducting equipment is sufficient. |
GroundAction | 0..1 | ACLineSegment | 0..1 | LineGroundingAction | Ground action involving clamp usage (for the case when the ground is applied along the line segment instead of at its terminals). | AlongACLineSegment | The line segment that this ground action will affect. This is the only way to access relationship to clamp in case the ground needs to be placed along the line segment. |
GroundAction | 0..1 | Ground | 0..1 | GroundAction | Action taken with this ground. | Ground | Ground on which this action is taken. |