-
Notifications
You must be signed in to change notification settings - Fork 38
Function
The function structure is initially hidden. You can reveal it by toggling the Filter function type element button located in the upper corner of the Substation editor.
The elements Function
, SubFunction
, EqFunction
, and EqSubFunction
can only be allocated in specific parent elements. OpenSCD provides guidance in this regard. To check for allocation options, click the Add button next to the parent element and see if any of the options are available, such as for Function.
or so for EqFunction
Function type element wizards
All wizards for the elements Function
, SubFunction
, EqFunction
, and EqSubFunction
share the same attributes and restrictions. For instance, the Add Function wizard serves as a representative for the others. The wizard dialog enables you to add the following three attributes:
-
name
: The name of the function. -
desc
: A human-readable description of the function. -
type
: A user-definable function type.
Create Function:
To create a new Function
element, follow these steps:
- Select the appropriate parent element, such as
Bay
. - Click on the Add More button.
- Choose Function from the options.
- Provide at least a name for the function, then click Save.
Edit Function:
To edit a Function
element:
- Select the desired
Function
element within the Substation editor. - Click on the Edit button.
- Make the necessary changes, then click Save.
Create SubFunction:
To create a new SubFunction
element:
- Select the appropriate parent, either a
Function
or anotherSubFunction
. - Click on the Add more button.
- Choose SubFunction from the options.
- Provide at least a name, then click Save.
Edit SubFunction:
To edit a SubFunction
element:
- Select the desired SubFunction within the Substation editor.
- Click on the Edit button.
- Make the necessary changes, then click Save.
Create EqFunction:
To create a new EqFunction
element:
- Select the appropriate parent, such as
ConductingEquipment
. - Click on the Add More button.
- Choose EqFunction from the options.
- Provide at least a name, then click Save.
Edit EqFunction:
To edit an existing EqFunction
element:
- Select the desired EqFunction element within the Substation editor.
- Click on the Edit button.
- Make the necessary changes and click Save to confirm the modifications.
Create EqSubFunction:
To create a new EqSubFunction
element:
- Select the appropriate parent, either
EqFunction
orEqSubFunction
. - Click on the Add More button.
- Choose EqSubFunction from the list of options.
- Provide at least a name for the new element and click Save to confirm the creation.
Edit EqSubFunction:
To edit an existing EqSubFunction
element:
- Select the EqSubFunction element within the Substation editor.
- Click on the Edit button.
- Make the desired changes.
- Click Save to confirm the modifications.