-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add quality class "Current Source" as optional on proposals
default indicates it should be assumed to be "calculated" (AAR) if unspecified
- Loading branch information
1 parent
bae11da
commit bdca944
Showing
5 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,7 @@ | |
,"Redocly" | ||
,"ruleset" | ||
,"SCADA" | ||
,"Telemetered" | ||
,"TROLIE" | ||
,"undervoltage" | ||
,"Vernova" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
docs/_data/components/schemas/quality-class-current-source.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
type: string | ||
description: | | ||
This property is modeled after the Quality Class called "Current Source" | ||
in ICCP. It is used to indicate the source of the current value of the | ||
proposed rating. The natural mapping of this property to the kinds ratings | ||
or rating sources described in Order 881 is as follows. | ||
| ICCP | TROLIE | | ||
--------------|-------------------- | ||
| telemetered | DLR | | ||
| calculated | AAR | | ||
| estimated | Recourse Rating / time-bound static rating | | ||
| manual | Operator Override | | ||
enum: | ||
- Telemetered | ||
- Calculated | ||
- Estimated | ||
- Manual | ||
default: Calculated |