-
Notifications
You must be signed in to change notification settings - Fork 1
/
literals-html.tsv
We can't make this file beautiful and searchable because it's too large.
2777 lines (2777 loc) · 555 KB
/
literals-html.tsv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
?x ?p ?label
<https://cim.ucaiug.io/ns#UnitSymbol.W> <http://www.w3.org/2000/01/rdf-schema#comment> Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power.
<https://cim4.eu/ns/nc#AvailabilityScheduleCauseKind.functionalControl> <http://www.w3.org/2000/01/rdf-schema#comment> The cause is due to a functional control (in & out).
<https://cim4.eu/ns/nc#DCHighSpeedSwitch> <http://www.w3.org/2000/01/rdf-schema#comment> High-speed DC switch (IEC 60633) is a type of switchgear used on a DC scheme, required to open or close rapidly (< 1 s), including in some cases the need to commutate load current into a parallel conducting path, but with no requirement to interrupt fault or load current. DC switchgear is usually based on a single-phase unit of an AC circuit-breaker, appropriately modified for their DC applications. Their capabilities to perform faster opening and closing than disconnect switches are used but the function of breaking short-circuit currents is not required.
<https://cim4.eu/ns/nc#StaticSynchronousSeriesCompensator> <http://www.w3.org/2000/01/rdf-schema#comment> "Static synchronous series compensator (SSSC) is a type of flexible AC transmission system which consists of a solid-state voltage source inverter coupled with a transformer that is connected in series with a transmission line. This device can inject an almost sinusoidal voltage in series with the line. This injected voltage could be considered as an inductive or capacitive reactance, which is connected in series with the transmission line. This feature can provide controllable voltage compensation. In addition, SSSC is able to reverse the power flow by injecting a sufficiently large series reactive compensating voltage. Moreover it can inject a voltage proportional to the difference between the line current and the pre-configured current threshold.<font color=\"#636671\"> </font>It shall have two Terminal-s associated with it. "
<https://cim4.eu/ns/Metadata-European#Model.applicationSoftware> <http://www.w3.org/2000/01/rdf-schema#comment> "Identifies the application software which generated this instance file. The application software term is defined in ISO/IEC/IEEE 24765:2017. The application software can be identified either:\n- as a string which contains information on the software name and version, e.g. <tool_name>-<major_version>.<minor_version>.<patch>, or\n- as a reference to a software identification tag as defined by ISO/IEC 19770-2:2015 and ISO/IEC/IEEE 24765:2017."
<http://iec.ch/TC57/61970-552/ModelDescription/1#Model.created> <http://www.w3.org/2000/01/rdf-schema#comment> The date and time when the model was created. It is the time of the serialization. The format is an extended format according to the ISO 8601-2005. European exchanges shall refer to UTC, e.g. <md:Model.created>2014-05-15T17:48:31.474Z</md:Model.created>.
<http://iec.ch/TC57/61970-552/ModelDescription/1#Model.scenarioTime> <http://www.w3.org/2000/01/rdf-schema#comment> The date and time that this model represents, i.e. for which the model is valid. The format is an extended format according to the ISO 8601-2005. European exchanges shall refer to UTC, e.g. <md:Model.scenarioTime>2030-01-15T17:00:00.000Z</md:Model.scenarioTime>.
<https://cim.ucaiug.io/ns#Name> <http://www.w3.org/2000/01/rdf-schema#comment> The Name class provides the means to define any number of human readable names for an object. A name is <b>not</b> to be used for defining inter-object relationships. For inter-object relationships instead use the object identification 'mRID'.
<https://cim4.eu/ns/nc#RemedialActionDependency> <http://www.w3.org/2000/01/rdf-schema#comment> "Remedial action dependency is making two remedial actions depending on each other. Multiple dependency is done by multiple instances of this class. The dependency can arrive by having one of the following examples.\n<ul>\n\t<li>The dependent remedial action is controlled by different system operator (Modeling Authority) (e.g. SIPS that goes across control area).</li>\n\t<li>The dependent remedial action is representing two or more remedial action that represent the same grid state alteration but with different modeling resolution (e.g. detail direct current model versus a simplified model).</li>\n\t<li>The remedial action can be combined with other remedial action without the need to create multiple remedial action with the same grid alteration for enabling dependency.</li>\n</ul>"
<https://cim4.eu/ns/nc#CsConverterRegularSchedule.targetAlpha> <http://www.w3.org/2000/01/rdf-schema#comment> Target firing angle. It is converter’s control variable used in power flow. It is only applicable for rectifier if continuous tap changer control is used. Allowed values are within the range minAlpha<=targetAlpha<=maxAlpha. The attribute shall be a positive value.
<https://cim4.eu/ns/nc#CsConverterRegularSchedule.targetGamma> <http://www.w3.org/2000/01/rdf-schema#comment> Target extinction angle. It is converter’s control variable used in power flow. It is only applicable for inverter if continuous tap changer control is used. Allowed values are within the range minGamma<=targetGamma<=maxGamma. The attribute shall be a positive value.
<https://cim4.eu/ns/nc#CsConverterTimePoint.targetAlpha> <http://www.w3.org/2000/01/rdf-schema#comment> Target firing angle. It is converter’s control variable used in power flow. It is only applicable for rectifier if continuous tap changer control is used. Allowed values are within the range minAlpha<=targetAlpha<=maxAlpha. The attribute shall be a positive value.
<https://cim4.eu/ns/nc#CsConverterTimePoint.targetGamma> <http://www.w3.org/2000/01/rdf-schema#comment> Target extinction angle. It is converter’s control variable used in power flow. It is only applicable for inverter if continuous tap changer control is used. Allowed values are within the range minGamma<=targetGamma<=maxGamma. The attribute shall be a positive value.
<https://cim4.eu/ns/nc#SwitchRegularSchedule.locked> <http://www.w3.org/2000/01/rdf-schema#comment> "If true, the switch is locked. The resulting switch state is a combination of locked and Switch.open attributes as follows:\n<ul>\n\t<li>locked=true and Switch.open=true. The resulting state is open and locked;</li>\n\t<li>locked=false and Switch.open=true. The resulting state is open;</li>\n\t<li>locked=false and Switch.open=false. The resulting state is closed.</li>\n</ul>"
<https://cim4.eu/ns/nc#SwitchTimePoint.locked> <http://www.w3.org/2000/01/rdf-schema#comment> "If true, the switch is locked. The resulting switch state is a combination of locked and Switch.open attributes as follows:\n<ul>\n\t<li>locked=true and Switch.open=true. The resulting state is open and locked;</li>\n\t<li>locked=false and Switch.open=true. The resulting state is open;</li>\n\t<li>locked=false and Switch.open=false. The resulting state is closed.</li>\n</ul>"
<https://cim4.eu/ns/nc#DCSwitch.locked> <http://www.w3.org/2000/01/rdf-schema#comment> "If true, the switch is locked. The resulting switch state is a combination of locked and DCSwitch.open attributes as follows:\n<ul>\n\t<li>locked=true and DCSwitch.open=true. The resulting state is open and locked;</li>\n\t<li>locked=false and DCSwitch.open=true. The resulting state is open;</li>\n\t<li>locked=false and DCSwitch.open=false. The resulting state is closed.</li>\n</ul>"
<https://cim4.eu/ns/nc#SSSCControlModeKind.currentDroop> <http://www.w3.org/2000/01/rdf-schema#comment> "<font color=\"#636671\">The device injects a voltage proportional to the difference between the line current and the target value of the CurrentDroopControlFunction. There are capacitive and inductive operational regions.</font>"
<https://cim4.eu/ns/nc#SSSCControlModeKind.effectiveReactance> <http://www.w3.org/2000/01/rdf-schema#comment> "<font color=\"#636671\">The device injects a voltage proportional to the line current to achieve the specified target value defined by the ImpedanceControlFunction. The voltage will vary according to the line current level.</font>"
<https://cim4.eu/ns/nc#SSSCControlModeKind.monitoring> <http://www.w3.org/2000/01/rdf-schema#comment> "<font color=\"#636671\">The device bypasses and a voltage injection is close to zero. In monitoring mode current is monitored.</font>"
<https://cim4.eu/ns/nc#SSSCControlModeKind.voltageInjection> <http://www.w3.org/2000/01/rdf-schema#comment> "<font color=\"#636671\">The device injects a fixed voltage that is either inductive or capacitive according to the specified target value of the VoltageInjectionControlFunction. The effective reactance varies according to the flow of the line current.</font>"
<http://iec.ch/TC57/ns/CIM/DiagramLayout-EU#Package_DiagramLayoutProfile> <http://www.w3.org/2000/01/rdf-schema#comment> "\nThis standard specifies an exchange profile for schematics with the following characteristics.\nA generic method for linking the diagram object to the domain data. Domain data and diagram layout data can be exchanged together with the domain data, or separately from each other with the assumption that domain data will have already been imported should diagram layout data be imported separately.\nIt does not require or imply a specific domain data format. Therefore, it supports domain data modelled according to the IEC 61970-301 Common information model (CIM) that is exchanged in the IEC 61970-501 format (CIM RDF schema). Diagram layout data references domain data in compliance with IEC/TR 62541-1, <i>OPC Unified Architecture</i>).\nThe intended usage of this standard is that the source of a diagram will use the standard to encode the layout of their diagram as they created it. It is then incumbent upon any receiver to supply the means of using that diagram layout in their system.\n<ul>\n<li>In the simplest situation, if the source uses Switch object placements, the receiver creates a generic Switch template in the receiver's system that will be used to render Switches (i.e. there is no exchange of Switch templates).</li>\n<li>In more complex situations, a 1:1 correspondence may not be desirable, and receivers may have to create generic transformations in order to use exchanges.</li>\n<li>However, in both situations, it is expected that once an investment is made in a strategy for rendering, repeated imports may be carried out automatically.</li>\n</ul>\nSupports the exchange of diagram objects that have no relationship to domain data, i.e., pure static background objects.\nSupports multiple representations of the same domain object in the same or different diagrams.\nAllows the diagram to be used as the unit of exchange, providing a straightforward approach to partial exchange, or an exchange between systems that have a separate model and repository for diagram layout data. \nSupports assignment of diagram objects to layers or other means, for showing or hiding information based on zoom level and/or user interest.\nA generic method for proprietary extensions to enable full round tripping (export and import back into the same system) without information loss within a system, and without breaking the standard exchange format.\n\t"@en
<http://iec.ch/TC57/ns/CIM/Dynamics-EU#Package_DiscontinuousExcitationControlDynamics> <http://www.w3.org/2000/01/rdf-schema#comment> "\nIn certain system configurations, continuous excitation control with terminal voltage and power system stabilizing regulator input signals does not ensure that the potential of the excitation system for improving system stability is fully exploited. For these situations, discontinuous excitation control signals can be employed to enhance stability following large transient disturbances.\n<font color=\"#0f0f0f\">For additional information please refer to IEEE 421.5-2005, 12.</font>\n\t"@en
<http://iec.ch/TC57/ns/CIM/Dynamics-EU#Package_Domain> <http://www.w3.org/2000/01/rdf-schema#comment> "\nThe domain package defines primitive datatypes that are used by classes in other packages. Stereotypes are used to describe the datatypes. The following stereotypes are defined:\n<<enumeration>> A list of permissible constant values.\n<<Primitive>> The most basic data types used to compose all other data types.\n<<CIMDatatype>> A datatype that contains a value attribute, an optional unit of measure and a unit multiplier. The unit and multiplier may be specified as a static variable initialized to the allowed value.\n<<Compound>> A composite of Primitive, enumeration, CIMDatatype or other Compound classes, as long as the Compound classes do not recurse.\nFor all datatypes both positive and negative values are allowed unless stated otherwise for a particular datatype. \n\n\t"@en
<http://iec.ch/TC57/ns/CIM/Dynamics-EU#Package_ExcitationSystemDynamics> <http://www.w3.org/2000/01/rdf-schema#comment> "\nThe excitation system model provides the field voltage (<i>Efd</i>) for a synchronous machine model. It is linked to a specific generator (synchronous machine). \nThe representation of all limits used by the models (not including IEEE standard models) shall comply with the representation defined in the Annex E of the IEEE 421.5-2005, unless specified differently in the documentation of the model.\nThe parameters are different for each excitation system model; the same parameter name can have different meaning in different models.\n\n\t"@en
<http://iec.ch/TC57/ns/CIM/Dynamics-EU#Package_OverexcitationLimiterDynamics> <http://www.w3.org/2000/01/rdf-schema#comment> "Overexcitation limiters (OELs) are also referred to as <i>maximum excitation limiters </i>and <i>field current limiters. </i>The possibility of voltage collapse in stressed power systems increases the importance of modelling these limiters in studies of system conditions that cause machines to operate at high levels of excitation for a sustained period, such as voltage collapse or system-islanding. Such events typically occur over a long time frame compared with transient or small-signal stability simulations."@en
<http://iec.ch/TC57/ns/CIM/Dynamics-EU#Package_PFVArControllerType1Dynamics> <http://www.w3.org/2000/01/rdf-schema#comment> "\n<font color=\"#0f0f0f\">Excitation systems for synchronous machines are sometimes supplied with an optional means of automatically adjusting generator output reactive power (VAr) or power factor (PF) to a user-specified value. This can be accomplished with either a reactive power or power factor controller or regulator. A reactive power or power factor controller is defined as a PF/VAr controller in IEEE 421.1 as “a control function that acts through the reference adjuster to modify the voltage regulator set point to maintain the synchronous machine steady-state power factor or reactive power at a predetermined value.” </font>\n<font color=\"#0f0f0f\">For additional information please refer to IEEE 421.5-2005, 11.</font>\n\t"@en
<http://iec.ch/TC57/ns/CIM/Dynamics-EU#Package_PFVArControllerType2Dynamics> <http://www.w3.org/2000/01/rdf-schema#comment> "\n<font color=\"#0f0f0f\">A var/pf regulator is defined as “a synchronous machine regulator that functions to maintain the power factor or reactive component of power at a predetermined value.” </font>\n<font color=\"#0f0f0f\">For additional information please refer to IEEE 421.5-2005, 11.</font>\n<font color=\"#0f0f0f\">\n</font>\n\t"@en
<http://iec.ch/TC57/ns/CIM/Dynamics-EU#Package_PowerSystemStabilizerDynamics> <http://www.w3.org/2000/01/rdf-schema#comment> "The power system stabilizer (PSS) model provides an input (<i>Vs</i>) to the excitation system model to improve damping of system oscillations. A variety of input signals can be used depending on the particular design."@en
<http://iec.ch/TC57/ns/CIM/Dynamics-EU#Package_TurbineGovernorDynamics> <http://www.w3.org/2000/01/rdf-schema#comment> "\nThe turbine-governor model is linked to one or two synchronous generators and determines the shaft mechanical power (<i>Pm</i>) or torque (<i>Tm</i>) for the generator model. \nUnlike IEEE standard models for other function blocks, the three IEEE turbine-governor standard models (GovHydroIEEE0, GovHydroIEEE2, and GovSteamIEEE1) are documented in IEEE Transactions, not in IEEE standards. For that reason, diagrams are supplied for those models.\nA 2012 IEEE report, <i><u>Dynamic Models for Turbine-Governors in Power System Studies</u></i>, provides updated information on a variety of models including IEEE, vendor and reliability authority models. Fully incorporating the results of that report into the CIM dynamics model is a future effort.\n\t"@en
<http://iec.ch/TC57/ns/CIM/Dynamics-EU#Package_UserDefinedModels> <http://www.w3.org/2000/01/rdf-schema#comment> "\nThis subclause contains user-defined dynamic model classes to support the exchange of both proprietary and explicitly defined user-defined models. \n<u>Proprietary models</u> represent behaviour which, while not defined by a standard model class, is mutually understood by the sending and receiving applications based on the name passed in the .name attribute of the appropriate xxxUserDefined class. Proprietary model parameters are passed as general attributes using as many instances of the ProprietaryParameterDynamics class as there are parameters.\n<u>Explicitly defined models</u> describe dynamic behaviour in detail in terms of control blocks and their input and output signals. Note that the classes to support explicitly defined modelling are not currently defined - it is future work intended to also be supported by the family of xxxUserDefined classes.\nBoth types of user-defined models use the family of xxxUserDefined classes, which allow a user-defined model to be used:\n- as the model for an individual standard function block (such as a turbine-governor or power system stabilizer) in a standard interconnection model whose other function blocks could be either standard or user-defined. For an illustration of this form of usage for a proprietary model, see the ExampleFunctionBlockProprietaryModel diagram in subclause 5.5.\n- as the complete representation of a dynamic behaviour model (for an entire synchronous machine, for example) where standard function blocks and standard interconnections are not used at all. For an illustration of this form of usage for a proprietary model, see the ExampleCompleteProprietaryModel diagram in subclause 5.5.\n\t"@en
<http://iec.ch/TC57/ns/CIM/Dynamics-EU#Package_VoltageAdjusterDynamics> <http://www.w3.org/2000/01/rdf-schema#comment> "\n<font color=\"#0f0f0f\">A voltage adjuster is a reference adjuster that uses inputs from a reactive power or power factor controller to modify the voltage regulator set point to maintain the synchronous machine steady-state power factor or reactive power at a predetermined value. </font>\n<font color=\"#0f0f0f\">For additional information please refer to IEEE 421.5-2005, 11.</font>\n\t"@en
<http://iec.ch/TC57/ns/CIM/Dynamics-EU#Package_VoltageCompensatorDynamics> <http://www.w3.org/2000/01/rdf-schema#comment> "\n<font color=\"#0f0f0f\">Synchronous machine terminal voltage transducer and current compensator models</font> adjust the terminal voltage feedback to the excitation system by adding a quantity that is proportional to the terminal current of the generator. It is linked to a specific generator (synchronous machine).\n<font color=\"#0f0f0f\">Several types of compensation are available on most excitation systems. Synchronous machine active and reactive current compensation are the most common. Either reactive droop compensation and/or line-drop compensation can be used, simulating an impedance drop and effectively regulating at some point other than the terminals of the machine. The impedance or range of adjustment and type of compensation should be specified for different types. </font>\n<font color=\"#0f0f0f\">Care shall be taken to ensure that a consistent PU system is utilized for the compensator parameters and the synchronous machine current base.</font>\n<font color=\"#0f0f0f\">For further information see IEEE 421.5-2005, 4.</font>\n\n\n<font color=\"#0f0f0f\">\n</font>\n\t"@en
<http://iec.ch/TC57/CIM100#UnitSymbol.W> <http://www.w3.org/2004/02/skos/core#definition> "Real power in watts (J/s). Electrical power may have real and reactive components. The real portion of electrical power (I²R or VIcos(phi)), is expressed in Watts. See also apparent power and reactive power."@en
<http://iec.ch/TC57/CIM100#UnitSymbol.sPers> <http://www.w3.org/2004/02/skos/core#definition> "Time, Ratio of time. Note: Users may need to supply a prefix such as ‘µ’ to show rates such as ‘µs/s’."@en
<http://iec.ch/TC57/CIM100#AsynchronousMachineDynamics> <http://www.w3.org/2004/02/skos/core#definition> "\nAsynchronous machine whose behaviour is described by reference to a standard model expressed in either time constant reactance form or equivalent circuit form <font color=\"#0f0f0f\">or by definition of a user-defined model.</font>\nParameter details:\n<ol>\n<li>Asynchronous machine parameters such as <i>Xl, Xs,</i> etc. are actually used as inductances in the model, but are commonly referred to as reactances since, at nominal frequency, the PU values are the same. However, some references use the symbol <i>L</i> instead of <i>X</i>.</li>\n</ol>\n\t"@en
<http://iec.ch/TC57/CIM100#AsynchronousMachineEquivalentCircuit> <http://www.w3.org/2004/02/skos/core#definition> "\nThe electrical equations of all variations of the asynchronous model are based on the AsynchronousEquivalentCircuit diagram for the direct- and quadrature- axes, with two equivalent rotor windings in each axis. \nEquations for conversion between equivalent circuit and time constant reactance forms:\n<i>Xs</i> = <i>Xm</i> + <i>Xl</i>\n<i>X'</i> = <i>Xl</i> + <i>Xm</i> x <i>Xlr1 </i>/ (<i>Xm </i>+ <i>Xlr1</i>)\n<i>X''</i> = <i>Xl</i> + <i>Xm</i> x <i>Xlr1</i> x <i>Xlr2</i> / (<i>Xm</i> x <i>Xlr1</i> + <i>Xm</i> x <i>Xlr2</i> + <i>Xlr1</i> x <i>Xlr2</i>)\n<i>T'o</i> = (<i>Xm</i> + <i>Xlr1</i>) / (<i>omega</i><i><sub>0</sub></i> x <i>Rr1</i>)\n<i>T''o</i> = (<i>Xm</i> x <i>Xlr1</i> + <i>Xm</i> x <i>Xlr2</i> + <i>Xlr1</i> x <i>Xlr2</i>) / (<i>omega</i><i><sub>0</sub></i> x <i>Rr2</i> x (<i>Xm</i> + <i>Xlr1</i>)\nSame equations using CIM attributes from AsynchronousMachineTimeConstantReactance class on left of \"=\" and AsynchronousMachineEquivalentCircuit class on right (except as noted):\nxs = xm + RotatingMachineDynamics.statorLeakageReactance\nxp = RotatingMachineDynamics.statorLeakageReactance + xm x xlr1 / (xm + xlr1)\nxpp = RotatingMachineDynamics.statorLeakageReactance + xm x xlr1 x xlr2 / (xm x xlr1 + xm x xlr2 + xlr1 x xlr2)\ntpo = (xm + xlr1) / (2 x pi x nominal frequency x rr1)\ntppo = (xm x xlr1 + xm x xlr2 + xlr1 x xlr2) / (2 x pi x nominal frequency x rr2 x (xm + xlr1).\n\t"@en
<http://iec.ch/TC57/CIM100#AsynchronousMachineTimeConstantReactance> <http://www.w3.org/2004/02/skos/core#definition> "\nParameter details:\n<ol>\n<li>If <i>X'' </i>=<i> X'</i>, a single cage (one equivalent rotor winding per axis) is modelled.</li>\n<li>The “<i>p</i>” in the attribute names is a substitution for a “prime” in the usual parameter notation, e.g. <i>tpo</i> refers to <i>T'o</i>.</li>\n</ol>\nThe parameters used for models expressed in time constant reactance form include:\n- RotatingMachine.ratedS (<i>MVAbase</i>);\n- RotatingMachineDynamics.damping (<i>D</i>);\n- RotatingMachineDynamics.inertia (<i>H</i>);\n- RotatingMachineDynamics.saturationFactor (<i>S1</i>);\n- RotatingMachineDynamics.saturationFactor120 (<i>S12</i>);\n- RotatingMachineDynamics.statorLeakageReactance (<i>Xl</i>);\n- RotatingMachineDynamics.statorResistance (<i>Rs</i>);\n- .xs (<i>Xs</i>);\n- .xp (<i>X'</i>);\n- .xpp (<i>X''</i>);\n- .tpo (<i>T'o</i>);\n- .tppo (<i>T''o</i>).\n\t"@en
<http://iec.ch/TC57/CIM100#CSCDynamics> <http://www.w3.org/2004/02/skos/core#definition> "CSC function block whose behaviour is described by reference to a standard model <font color=\"#0f0f0f\">or by definition of a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#HVDCDynamics> <http://www.w3.org/2004/02/skos/core#definition> "HVDC whose behaviour is described by reference to a standard model <font color=\"#0f0f0f\">or by definition of a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#CSCUserDefined> <http://www.w3.org/2004/02/skos/core#definition> "Current source converter (CSC) function block whose dynamic behaviour is described by <font color=\"#0f0f0f\">a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#CrossCompoundTurbineGovernorDynamics> <http://www.w3.org/2004/02/skos/core#definition> "Turbine-governor cross-compound function block whose behaviour is described by reference to a standard model <font color=\"#0f0f0f\">or by definition of a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#DiscontinuousExcitationControlDynamics> <http://www.w3.org/2004/02/skos/core#definition> "Discontinuous excitation control function block whose behaviour is described by reference to a standard model <font color=\"#0f0f0f\">or by definition of a user-defined model</font>."@en
<http://iec.ch/TC57/CIM100#DiscontinuousExcitationControlUserDefined> <http://www.w3.org/2004/02/skos/core#definition> "Discontinuous excitation control function block whose dynamic behaviour is described by <font color=\"#0f0f0f\">a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#ExcitationSystemDynamics> <http://www.w3.org/2004/02/skos/core#definition> "Excitation system function block whose behaviour is described by reference to a standard model <font color=\"#0f0f0f\">or by definition of a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC3A> <http://www.w3.org/2004/02/skos/core#definition> "\nIEEE 421.5-2005 type AC3A model. The model represents the field-controlled alternator-rectifier excitation systems designated type AC3A. These excitation systems include an alternator main exciter with non-controlled rectifiers. The exciter employs self-excitation, and the voltage regulator power is derived from the exciter output voltage. Therefore, this system has an additional nonlinearity, simulated by the use of a multiplier whose inputs are the voltage regulator command signal, <i>Va</i>, and the exciter output voltage, <i>Efd</i>, times <i>K</i><i><sub>R</sub></i>. This model is applicable to excitation systems employing static voltage regulators.\nReference: IEEE 421.5-2005, 6.3.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC6A> <http://www.w3.org/2004/02/skos/core#definition> "\nIEEE 421.5-2005 type AC6A model. The model represents field-controlled alternator-rectifier excitation systems with system-supplied electronic voltage regulators. The maximum output of the regulator, <i>V</i><i><sub>R</sub></i>, is a function of terminal voltage, <i>V</i><i><sub>T</sub></i>. The field current limiter included in the original model AC6A remains in the 2005 update.\nReference: IEEE 421.5-2005, 6.6. \n\n\n\t"@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC7B> <http://www.w3.org/2004/02/skos/core#definition> "\nIEEE 421.5-2005 type AC7B model. The model represents excitation systems which consist of an AC alternator with either stationary or rotating rectifiers to produce the DC field requirements. It is an upgrade to earlier AC excitation systems, which replace only the controls but retain the AC alternator and diode rectifier bridge.\nReference: IEEE 421.5-2005, 6.7. Note, however, that in IEEE 421.5-2005, the [1 / <i>sT</i><i><sub>E</sub></i>] block is shown as [1 / (1 + <i>sT</i><i><sub>E</sub></i>)], which is incorrect.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC8B> <http://www.w3.org/2004/02/skos/core#definition> "\nIEEE 421.5-2005 type AC8B model. This model represents a PID voltage regulator with either a brushless exciter or DC exciter. The AVR in this model consists of PID control, with separate constants for the proportional (<i>K</i><i><sub>PR</sub></i>), integral (<i>K</i><i><sub>IR</sub></i>), and derivative (<i>K</i><i><sub>DR</sub></i>) gains. The representation of the brushless exciter (<i>T</i><i><sub>E</sub></i>, <i>K</i><i><sub>E</sub></i>, <i>S</i><i><sub>E</sub></i>, <i>K</i><i><sub>C</sub></i>, <i>K</i><i><sub>D</sub></i>) is similar to the model type AC2A. The type AC8B model can be used to represent static voltage regulators applied to brushless excitation systems. Digitally based voltage regulators feeding DC rotating main exciters can be represented with the AC type AC8B model with the parameters <i>K</i><i><sub>C</sub></i> and <i>K</i><i><sub>D</sub></i> set to 0. For thyristor power stages fed from the generator terminals, the limits <i>V</i><i><sub>RMAX</sub></i> and <i>V</i><i><sub>RMIN</sub></i><i> </i>should be a function of terminal voltage: V<i><sub>T</sub></i> x <i>V</i><i><sub>RMAX</sub></i><sub> </sub>and <i>V</i><i><sub>T</sub></i> x <i>V</i><i><sub>RMIN</sub></i>.\nReference: IEEE 421.5-2005, 6.8. \n\t"@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC2A> <http://www.w3.org/2004/02/skos/core#definition> "\nIEEE 421.5-2005 type DC2A model. This model represents field-controlled DC commutator exciters with continuously acting voltage regulators having supplies obtained from the generator or auxiliary bus. It differs from the type DC1A model only in the voltage regulator output limits, which are now proportional to terminal voltage <i>V</i><i><sub>T</sub></i>.\nIt is representative of solid-state replacements for various forms of older mechanical and rotating amplifier regulating equipment connected to DC commutator exciters.\nReference: IEEE 421.5-2005, 5.2. \n\t"@en
<http://iec.ch/TC57/CIM100#ExcIEEEST5B> <http://www.w3.org/2004/02/skos/core#definition> "\nIEEE 421.5-2005 type ST5B model. The type ST5B excitation system is a variation of the type ST1A model, with alternative overexcitation and underexcitation inputs and additional limits.\nThe block diagram in the IEEE 421.5 standard has input signal <i>Vc </i>and does not indicate the summation point with <i>Vref</i>. The implementation of the ExcIEEEST5B shall consider summation point with <i>Vref</i>.\nReference: IEEE 421.5-2005, 7.5. \n\t"@en
<http://iec.ch/TC57/CIM100#ExcST4B> <http://www.w3.org/2004/02/skos/core#definition> "Modified IEEE ST4B static excitation system with maximum inner loop feedback gain <i>Vgmax</i>."@en
<http://iec.ch/TC57/CIM100#ExcST6BOELselectorKind.noOELinput> <http://www.w3.org/2004/02/skos/core#definition> "No OEL input is used. Corresponds to <i>OELin</i> not = 1 and not = 2 on the ExcST6B diagram. Original ExcST6B model would have called this <i>OELin</i> = 0."@en
<http://iec.ch/TC57/CIM100#ExcST6BOELselectorKind.beforeUEL> <http://www.w3.org/2004/02/skos/core#definition> "The connection is before UEL. Corresponds to <i>OELin</i> = 1 on the ExcST6B diagram."@en
<http://iec.ch/TC57/CIM100#ExcST6BOELselectorKind.afterUEL> <http://www.w3.org/2004/02/skos/core#definition> "The connection is after UEL. Corresponds to <i>OELin</i> = 2 on the ExcST6B diagram."@en
<http://iec.ch/TC57/CIM100#ExcST7BOELselectorKind.noOELinput> <http://www.w3.org/2004/02/skos/core#definition> "\nNo OEL input is used. Corresponds to <i>OELin</i> not = 1 and not = 2 and not = 3 on the ExcST7B diagram. Original ExcST7B model would have called this <i>OELin</i> = 0.\n\n\t"@en
<http://iec.ch/TC57/CIM100#ExcST7BOELselectorKind.addVref> <http://www.w3.org/2004/02/skos/core#definition> "\nThe signal is added to <i>Vref</i>. Corresponds to <i>OELin</i> = 1 on the ExcST7B diagram.\n\n\t"@en
<http://iec.ch/TC57/CIM100#ExcST7BOELselectorKind.inputLVgate> <http://www.w3.org/2004/02/skos/core#definition> "The signal is connected into the input <i>LVGate</i>. Corresponds to <i>OELin</i> = 2 on the ExcST7B diagram."@en
<http://iec.ch/TC57/CIM100#ExcST7BOELselectorKind.outputLVgate> <http://www.w3.org/2004/02/skos/core#definition> "The signal is connected into the output <i>LVGate</i>. Corresponds to <i>OELin</i> = 3 on the ExcST7B diagram."@en
<http://iec.ch/TC57/CIM100#ExcST7BUELselectorKind.noUELinput> <http://www.w3.org/2004/02/skos/core#definition> "\nNo UEL input is used. Corresponds to <i>UELin</i> not = 1 and not = 2 and not = 3 on the ExcST7B diagram. Original ExcST7B model would have called this <i>UELin</i> = 0.\n\n\t"@en
<http://iec.ch/TC57/CIM100#ExcST7BUELselectorKind.addVref> <http://www.w3.org/2004/02/skos/core#definition> "\nThe signal is added to <i>Vref</i>. Corresponds to <i>UELin</i> = 1 on the ExcST7B diagram.\n\n\t"@en
<http://iec.ch/TC57/CIM100#ExcST7BUELselectorKind.inputHVgate> <http://www.w3.org/2004/02/skos/core#definition> "\nThe signal is connected into the input <i>HVGate</i>. Corresponds to <i>UELin</i> = 2 on the ExcST7B diagram.\n\n\t"@en
<http://iec.ch/TC57/CIM100#ExcST7BUELselectorKind.outputHVgate> <http://www.w3.org/2004/02/skos/core#definition> "\nThe signal is connected into the output <i>HVGate</i>. Corresponds to <i>UELin</i> = 3 on the ExcST7B diagram.\n\n\t"@en
<http://iec.ch/TC57/CIM100#ExcitationSystemUserDefined> <http://www.w3.org/2004/02/skos/core#definition> "Excitation system function block whose dynamic behaviour is described by <font color=\"#0f0f0f\">a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#GovCT1> <http://www.w3.org/2004/02/skos/core#definition> "\nGeneral model for any prime mover with a PID governor, used primarily for combustion turbine and combined cycle units.\nThis model can be used to represent a variety of prime movers controlled by PID governors. It is suitable, for example, for the representation of: \n<ul>\n<li>gas turbine and single shaft combined cycle turbines</li>\n</ul>\n<ul>\n<li>diesel engines with modern electronic or digital governors </li>\n</ul>\n<ul>\n<li>steam turbines where steam is supplied from a large boiler drum or a large header whose pressure is substantially constant over the period under study</li>\n<li>simple hydro turbines in dam configurations where the water column length is short and water inertia effects are minimal.</li>\n</ul>\nAdditional information on this model is available in the 2012 IEEE report, <i><u>Dynamic Models for Turbine-Governors in Power System Studies</u></i>, 3.1.2.3 pages 3-4 (GGOV1).\n\t"@en
<http://iec.ch/TC57/CIM100#TurbineGovernorDynamics> <http://www.w3.org/2004/02/skos/core#definition> "Turbine-governor function block whose behaviour is described by reference to a standard model <font color=\"#0f0f0f\">or by definition of a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#GovCT2> <http://www.w3.org/2004/02/skos/core#definition> "General governor with frequency-dependent fuel flow limit. This model is a modification of the GovCT1<b> </b>model in order to represent the frequency-dependent fuel flow limit of a specific gas turbine manufacturer."@en
<http://iec.ch/TC57/CIM100#GovHydroIEEE0> <http://www.w3.org/2004/02/skos/core#definition> "\nIEEE simplified hydro governor-turbine model. Used for mechanical-hydraulic and electro-hydraulic turbine governors, with or without steam feedback. Typical values given are for mechanical-hydraulic turbine-governor.\nRef<font color=\"#0f0f0f\">erence: IEEE Transactions on Power Apparatus and Systems, November/December 1973, Volume PAS-92, Number 6, <i><u>Dynamic Models for Steam and Hydro Turbines in Power System Studies</u></i>, page 1904.</font>\n\t"@en
<http://iec.ch/TC57/CIM100#GovHydroIEEE2> <http://www.w3.org/2004/02/skos/core#definition> "\nIEEE hydro turbine governor model represents plants with straightforward penstock configurations and hydraulic-dashpot governors.\nRef<font color=\"#0f0f0f\">erence: IEEE Transactions on Power Apparatus and Systems, November/December 1973, Volume PAS-92, Number 6, <i><u>Dynamic Models for Steam and Hydro Turbines in Power System Studies</u></i>, page 1904.</font>\n\t"@en
<http://iec.ch/TC57/CIM100#GovHydroPID2> <http://www.w3.org/2004/02/skos/core#definition> "\nHydro turbine and governor. Represents plants with straightforward penstock configurations and \"three term\" electro-hydraulic governors (i.e. Woodward<sup>TM</sup> electronic).\n[Footnote: Woodward electronic governors are an example of suitable products available commercially. This information is given for the convenience of users of this document and does not constitute an endorsement by IEC of these products.] \n\n\t"@en
<http://iec.ch/TC57/CIM100#GovHydroWEH> <http://www.w3.org/2004/02/skos/core#definition> "\nWoodward<sup>TM </sup>electric hydro governor. \n[Footnote: Woodward electric hydro governors are an example of suitable products available commercially. This information is given for the convenience of users of this document and does not constitute an endorsement by IEC of these products.]\n\t"@en
<http://iec.ch/TC57/CIM100#GovHydroWPID> <http://www.w3.org/2004/02/skos/core#definition> "\nWoodward<sup>TM</sup> PID hydro governor.\n[Footnote: Woodward PID hydro governors are an example of suitable products available commercially. This information is given for the convenience of users of this document and does not constitute an endorsement by IEC of these products.]\n\t"@en
<http://iec.ch/TC57/CIM100#GovSteamIEEE1> <http://www.w3.org/2004/02/skos/core#definition> "\nIEEE steam turbine governor model.\nRef<font color=\"#0f0f0f\">erence: IEEE Transactions on Power Apparatus and Systems, November/December 1973, Volume PAS-92, Number 6, <i><u>Dynamic Models for Steam and Hydro Turbines in Power System Studies</u></i>, page 1904.</font>\n\t"@en
<http://iec.ch/TC57/CIM100#InputSignalKind> <http://www.w3.org/2004/02/skos/core#definition> "Types of input signals. In dynamics modelling, commonly represented by the <i>j</i> parameter."@en
<http://iec.ch/TC57/CIM100#InputSignalKind.busFrequency> <http://www.w3.org/2004/02/skos/core#definition> "Input signal is bus voltage fr<font color=\"#0f0f0f\">equency. This could be a terminal frequency or remote frequency.</font>"@en
<http://iec.ch/TC57/CIM100#InputSignalKind.busFrequencyDeviation> <http://www.w3.org/2004/02/skos/core#definition> "Input signal is deviation of bus voltage frequ<font color=\"#0f0f0f\">ency. This could be a terminal frequency deviation or remote frequency deviation.</font>"@en
<http://iec.ch/TC57/CIM100#InputSignalKind.generatorElectricalPower> <http://www.w3.org/2004/02/skos/core#definition> "Input signal is generator electrical power on rated <i>S</i>."@en
<http://iec.ch/TC57/CIM100#InputSignalKind.busVoltage> <http://www.w3.org/2004/02/skos/core#definition> "Input signal <font color=\"#0f0f0f\">is bus voltage. This could be a terminal voltage or remote voltage.</font>"@en
<http://iec.ch/TC57/CIM100#InputSignalKind.busVoltageDerivative> <http://www.w3.org/2004/02/skos/core#definition> "Input signal is derivative of bus voltag<font color=\"#0f0f0f\">e. This could be a terminal voltage derivative or remote voltage derivative.</font>"@en
<http://iec.ch/TC57/CIM100#LoadDynamics> <http://www.w3.org/2004/02/skos/core#definition> "\nLoad whose behaviour is described by reference to a standard model <font color=\"#0f0f0f\">or by definition of a user-defined model.</font>\nA standard feature of dynamic load behaviour modelling is the ability to associate the same behaviour to multiple energy consumers by means of a single load definition. The load model is always applied to individual bus loads (energy consumers).\n\t"@en
<http://iec.ch/TC57/CIM100#LoadMotor> <http://www.w3.org/2004/02/skos/core#definition> "\nAggregate induction motor load. This model is used to represent a fraction of an ordinary load as \"induction motor load\". It allows a load that is treated as an ordinary constant power in power flow analysis to be represented by an induction motor in dynamic simulation. This model is intended for representation of aggregations of many motors dispersed through a load represented at a high voltage bus but where there is no information on the characteristics of individual motors.\nEither a \"one-cage\" or \"two-cage\" model of the induction machine can be modelled. Magnetic saturation is not modelled.\nThis model treats a fraction of the constant power part of a load as a motor. During initialisation, the initial power drawn by the motor is set equal to <i>Pfrac</i> times the constant <i>P</i> part of the static load. The remainder of the load is left as a static load.\nThe reactive power demand of the motor is calculated during initialisation as a function of voltage at the load bus. This reactive power demand can be less than or greater than the constant <i>Q</i> component of the load. If the motor's reactive demand is greater than the constant <i>Q</i> component of the load, the model inserts a shunt capacitor at the terminal of the motor to bring its reactive demand down to equal the constant <i>Q</i> reactive load. \nIf an induction motor load model and a static load model are both present for a load, the motor <i>Pfrac</i> is assumed to be subtracted from the power flow constant <i>P</i> load before the static load model is applied. The remainder of the load, if any, is then represented by the static load model.\n\t"@en
<http://iec.ch/TC57/CIM100#MechanicalLoadDynamics> <http://www.w3.org/2004/02/skos/core#definition> "Mechanical load function block whose behaviour is described by reference to a standard model <font color=\"#0f0f0f\">or by definition of a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#MechanicalLoadUserDefined> <http://www.w3.org/2004/02/skos/core#definition> "Mechanical load function block whose dynamic behaviour is described by <font color=\"#0f0f0f\">a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#OverexcLim2> <http://www.w3.org/2004/02/skos/core#definition> "\nDifferent from LimIEEEOEL, LimOEL2 has a fixed pickup threshold and reduces the excitation set-point by means of a non-windup integral regulator.\n<i>Irated</i> is the rated machine excitation current (calculated from nameplate conditions: <i>V</i><i><sub>nom</sub></i>, <i>P</i><i><sub>nom</sub></i>, <i>CosPhi</i><i><sub>nom</sub></i>).\n\t"@en
<http://iec.ch/TC57/CIM100#OverexcitationLimiterDynamics> <http://www.w3.org/2004/02/skos/core#definition> "Overexcitation limiter function block whose behaviour is described by reference to a standard model <font color=\"#0f0f0f\">or by definition of a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#OverexcitationLimiterUserDefined> <http://www.w3.org/2004/02/skos/core#definition> "Overexcitation limiter system function block whose dynamic behaviour is described by <font color=\"#0f0f0f\">a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#PFVArControllerType1Dynamics> <http://www.w3.org/2004/02/skos/core#definition> "Power factor or VAr controller type 1 function block whose behaviour is described by reference to a standard model <font color=\"#0f0f0f\">or by definition of a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#PFVArControllerType1UserDefined> <http://www.w3.org/2004/02/skos/core#definition> "Power factor or VAr controller type 1 function block whose dynamic behaviour is described by <font color=\"#0f0f0f\">a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#PFVArControllerType2Dynamics> <http://www.w3.org/2004/02/skos/core#definition> "Power factor or VAr controller type 2 function block whose behaviour is described by reference to a standard model <font color=\"#0f0f0f\">or by definition of a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#PFVArControllerType2UserDefined> <http://www.w3.org/2004/02/skos/core#definition> "Power factor or VAr controller type 2 function block whose dynamic behaviour is described by <font color=\"#0f0f0f\">a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#PowerSystemStabilizerDynamics> <http://www.w3.org/2004/02/skos/core#definition> "Power system stabilizer function block whose behaviour is described by reference to a standard model <font color=\"#0f0f0f\">or by definition of a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#PowerSystemStabilizerUserDefined> <http://www.w3.org/2004/02/skos/core#definition> "<font color=\"#0f0f0f\">Power system stabilizer</font> function block whose dynamic behaviour is described by <font color=\"#0f0f0f\">a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#PssIEEE4B> <http://www.w3.org/2004/02/skos/core#definition> "\nIEEE 421.5-2005 type PSS4B power system stabilizer. The PSS4B model represents a structure based on multiple working frequency bands. Three separate bands, respectively dedicated to the low-, intermediate- and high-frequency modes of oscillations, are used in this delta omega (speed input) PSS.\nThere is an error in the in IEEE 421.5-2005 PSS4B model: the <i>Pe</i> input should read –<i>Pe</i>. This implies that the input <i>Pe</i> needs to be multiplied by -1.\nReference: IEEE 4B 421.5-2005, 8.4. \nParameter details:\nThis model has 2 input signals. They have the following fixed types (expressed in terms of InputSignalKind values): the first one is of rotorAngleFrequencyDeviation type and the second one is of generatorElectricalPower type.\n\n\t"@en
<http://iec.ch/TC57/CIM100#PssSH> <http://www.w3.org/2004/02/skos/core#definition> "\nSiemens<sup>TM</sup> “H infinity” power system stabilizer with generator electrical power input.\n[Footnote: Siemens \"H infinity\" power system stabilizers are an example of suitable products available commercially. This information is given for the convenience of users of this document and does not constitute an endorsement by IEC of these products.] \n\n\t"@en
<http://iec.ch/TC57/CIM100#SVCUserDefined> <http://www.w3.org/2004/02/skos/core#definition> "Static var compensator (SVC) function block whose dynamic behaviour is described by <font color=\"#0f0f0f\">a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#StaticVarCompensatorDynamics> <http://www.w3.org/2004/02/skos/core#definition> "Static var compensator whose behaviour is described by reference to a standard model <font color=\"#0f0f0f\">or by definition of a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#SynchronousMachineDetailed> <http://www.w3.org/2004/02/skos/core#definition> "\nAll synchronous machine detailed types use a subset of the same data parameters and input/output variables. \nThe several variations differ in the following ways:\n- the number of equivalent windings that are included;\n- the way in which saturation is incorporated into the model;\n- whether or not “subtransient saliency” (<i>X''q</i> not = <i>X''d</i>) is represented.\nIt is not necessary for each simulation tool to have separate models for each of the model types. The same model can often be used for several types by alternative logic within the model. Also, differences in saturation representation might not result in significant model performance differences so model substitutions are often acceptable. \n\t"@en
<http://iec.ch/TC57/CIM100#SynchronousMachineDynamics> <http://www.w3.org/2004/02/skos/core#definition> "\nSynchronous machine whose behaviour is described by reference to a standard model expressed in one of the following forms:\n- simplified (or classical), where a group of generators or motors is not modelled in detail;\n- detailed, in equivalent circuit form;\n- detailed, in time constant reactance form; or\n<font color=\"#0f0f0f\">- by definition of a user-defined model.</font>\n<font color=\"#0f0f0f\">It is a common practice to represent small generators by a negative load rather than by a dynamic generator model when performing dynamics simulations. In this case, a SynchronousMachine in the static model is not represented by anything in the dynamics model, instead it is treated as an ordinary load.</font>\n<font color=\"#0f0f0f\">Parameter details:</font>\n<ol>\n<li><font color=\"#0f0f0f\">Synchronous machine parameters such as <i>Xl, Xd, Xp</i> etc. are actually used as inductances in the models,</font> but are commonly referred to as reactances since, at nominal frequency, the PU values are the same. However, some references use the symbol <i>L</i> instead of <i>X</i>.</li>\n</ol>\n\t"@en
<http://iec.ch/TC57/CIM100#SynchronousMachineEquivalentCircuit> <http://www.w3.org/2004/02/skos/core#definition> "\nThe electrical equations for all variations of the synchronous models are based on the SynchronousEquivalentCircuit diagram for the direct- and quadrature- axes.\nEquations for conversion between equivalent circuit and time constant reactance forms:\n<i>Xd</i> = <i>Xad </i>+<i> Xl</i>\n<i>X’d</i> = <i>Xl</i> + <i>Xad</i> x <i>Xfd</i> / (<i>Xad</i> + <i>Xfd</i>)\n<i>X”d</i> = <i>Xl</i> + <i>Xad</i> x <i>Xfd</i> x <i>X1d</i> / (<i>Xad</i> x <i>Xfd</i> + <i>Xad</i> x <i>X1d</i> + <i>Xfd</i> x <i>X1d</i>)\n<i>Xq</i> = <i>Xaq</i> + <i>Xl</i>\n<i>X’q</i> = <i>Xl</i> + <i>Xaq</i> x <i>X1q</i> / (<i>Xaq</i> + <i>X1q</i>)\n<i>X”q</i> = <i>Xl</i> + <i>Xaq</i> x <i>X1q</i> x <i>X2q</i> / (<i>Xaq</i> x <i>X1q</i> + <i>Xaq</i> x <i>X2q</i> + <i>X1q</i> x <i>X2q</i>)\n<i>T’do</i> = (<i>Xad</i> + <i>Xfd</i>) / (<i>omega</i><i><sub>0</sub></i> x <i>Rfd</i>)\n<i>T”do</i> = (<i>Xad</i> x <i>Xfd</i> + <i>Xad</i> x <i>X1d</i> + <i>Xfd</i> x <i>X1d</i>) / (<i>omega</i><i><sub>0</sub></i> x <i>R1d</i> x (<i>Xad</i> + <i>Xfd</i>)\n<i>T’qo</i> = (<i>Xaq</i> + <i>X1q</i>) / (<i>omega</i><i><sub>0</sub></i> x <i>R1q</i>)\n<i>T”qo</i> = (<i>Xaq</i> x <i>X1q</i> + <i>Xaq</i> x <i>X2q</i> + <i>X1q</i> x <i>X2q</i>) / (<i>omega</i><i><sub>0</sub></i> x <i>R2q</i> x (<i>Xaq</i> + <i>X1q</i>)\nSame equations using CIM attributes from SynchronousMachineTimeConstantReactance class on left of \"=\" and SynchronousMachineEquivalentCircuit class on right (except as noted):\nxDirectSync = xad + RotatingMachineDynamics.statorLeakageReactance\nxDirectTrans = RotatingMachineDynamics.statorLeakageReactance + xad x xfd / (xad + xfd)\nxDirectSubtrans = RotatingMachineDynamics.statorLeakageReactance + xad x xfd x x1d / (xad x xfd + xad x x1d + xfd x x1d)\nxQuadSync = xaq + RotatingMachineDynamics.statorLeakageReactance\nxQuadTrans = RotatingMachineDynamics.statorLeakageReactance + xaq x x1q / (xaq+ x1q)\nxQuadSubtrans = RotatingMachineDynamics.statorLeakageReactance + xaq x x1q x x2q / (xaq x x1q + xaq x x2q + x1q x x2q) \ntpdo = (xad + xfd) / (2 x pi x nominal frequency x rfd)\ntppdo = (xad x xfd + xad x x1d + xfd x x1d) / (2 x pi x nominal frequency x r1d x (xad + xfd)\ntpqo = (xaq + x1q) / (2 x pi x nominal frequency x r1q)\ntppqo = (xaq x x1q + xaq x x2q + x1q x x2q) / (2 x pi x nominal frequency x r2q x (xaq + x1q)\nThese are only valid for a simplified model where \"Canay\" reactance is zero.\n\t"@en
<http://iec.ch/TC57/CIM100#SynchronousMachineSimplified> <http://www.w3.org/2004/02/skos/core#definition> "\nThe simplified model represents a synchronous generator as a constant internal voltage behind an impedance<i> </i>(<i>Rs + jXp</i>) as shown in the Simplified diagram.\nSince internal voltage is held constant, there is no <i>Efd</i> input and any excitation system model will be ignored. There is also no <i>Ifd</i> output.\nThis model should not be used for representing a real generator except, perhaps, small generators whose response is insignificant. \nThe parameters used for the simplified model include:\n- RotatingMachineDynamics.damping (<i>D</i>);\n- RotatingMachineDynamics.inertia (<i>H</i>);\n- RotatingMachineDynamics.statorLeakageReactance (used to exchange <i>jXp </i>for SynchronousMachineSimplified);\n- RotatingMachineDynamics.statorResistance (<i>Rs</i>).\n\t"@en
<http://iec.ch/TC57/CIM100#SynchronousMachineTimeConstantReactance> <http://www.w3.org/2004/02/skos/core#definition> "\nSynchronous machine detailed modelling types are defined by the combination of the attributes SynchronousMachineTimeConstantReactance.modelType and SynchronousMachineTimeConstantReactance.rotorType. \nParameter details:\n<ol>\n<li>The “p” in the time-related attribute names is a substitution for a “prime” in the usual parameter notation, e.g. tpdo refers to <i>T'do</i>.</li>\n<li>The parameters used for models expressed in time constant reactance form include:</li>\n</ol>\n- RotatingMachine.ratedS (<i>MVAbase</i>);\n- RotatingMachineDynamics.damping (<i>D</i>);\n- RotatingMachineDynamics.inertia (<i>H</i>);\n- RotatingMachineDynamics.saturationFactor (<i>S1</i>);\n- RotatingMachineDynamics.saturationFactor120 (<i>S12</i>);\n- RotatingMachineDynamics.statorLeakageReactance (<i>Xl</i>);\n- RotatingMachineDynamics.statorResistance (<i>Rs</i>);\n- SynchronousMachineTimeConstantReactance.ks (<i>Ks</i>);\n- SynchronousMachineDetailed.saturationFactorQAxis (<i>S1q</i>);\n- SynchronousMachineDetailed.saturationFactor120QAxis (<i>S12q</i>);\n- SynchronousMachineDetailed.efdBaseRatio;\n- SynchronousMachineDetailed.ifdBaseType;\n- .xDirectSync (<i>Xd</i>);\n- .xDirectTrans (<i>X'd</i>);\n- .xDirectSubtrans (<i>X''d</i>);\n- .xQuadSync (<i>Xq</i>);\n- .xQuadTrans (<i>X'q</i>);\n- .xQuadSubtrans (<i>X''q</i>);\n- .tpdo (<i>T'do</i>);\n- .tppdo (<i>T''do</i>);\n- .tpqo (<i>T'qo</i>);\n- .tppqo (<i>T''qo</i>);\n- .tc.\n\t"@en
<http://iec.ch/TC57/CIM100#TurbineLoadControllerDynamics> <http://www.w3.org/2004/02/skos/core#definition> "Turbine load controller function block whose behaviour is described by reference to a standard model <font color=\"#0f0f0f\">or by definition of a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#TurbineGovernorUserDefined> <http://www.w3.org/2004/02/skos/core#definition> "Turbine-governor function block whose dynamic behaviour is described by <font color=\"#0f0f0f\">a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#TurbineLoadControllerUserDefined> <http://www.w3.org/2004/02/skos/core#definition> "Turbine load controller function block whose dynamic behaviour is described by <font color=\"#0f0f0f\">a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#UnderexcitationLimiterDynamics> <http://www.w3.org/2004/02/skos/core#definition> "Underexcitation limiter function block whose behaviour is described by reference to a standard model <font color=\"#0f0f0f\">or by definition of a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#UnderexcLimX1> <http://www.w3.org/2004/02/skos/core#definition> "<font color=\"#0f0f0f\">Allis-Chalmers minimum excitation limiter.</font>"@en
<http://iec.ch/TC57/CIM100#UnderexcLimX2> <http://www.w3.org/2004/02/skos/core#definition> "<font color=\"#0f0f0f\">Westinghouse minimum excitation limiter.</font>"@en
<http://iec.ch/TC57/CIM100#UnderexcitationLimiterUserDefined> <http://www.w3.org/2004/02/skos/core#definition> "Underexcitation limiter function block whose dynamic behaviour is described by <font color=\"#0f0f0f\">a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#VoltageAdjusterDynamics> <http://www.w3.org/2004/02/skos/core#definition> "Voltage adjuster function block whose behaviour is described by reference to a standard model <font color=\"#0f0f0f\">or by definition of a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#VCompIEEEType1> <http://www.w3.org/2004/02/skos/core#definition> "\n<font color=\"#0f0f0f\">Terminal voltage transducer and load compensator as defined in IEEE 421.5-2005, 4. This model is common to all excitation system models described in the IEEE Standard. </font>\n<font color=\"#0f0f0f\">Parameter details:</font>\n<ol>\n<li><font color=\"#0f0f0f\">If <i>Rc</i> and <i>Xc</i> are set to zero, the l</font>oad compensation is not employed and the behaviour is as a simple sensing circuit.</li>\n</ol>\n<ol>\n<li>If all parameters (<i>Rc</i>, <i>Xc</i> and <i>Tr</i>) are set to zero, the standard model VCompIEEEType1 is bypassed.</li>\n</ol>\nReference: IEEE 421.5-2005 4. \n\t"@en
<http://iec.ch/TC57/CIM100#VoltageCompensatorDynamics> <http://www.w3.org/2004/02/skos/core#definition> "Voltage compensator function block whose behaviour is described by reference to a standard model <font color=\"#0f0f0f\">or by definition of a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#VCompIEEEType2> <http://www.w3.org/2004/02/skos/core#definition> "\n<font color=\"#0f0f0f\">Terminal voltage transducer and load compensator as defined in IEEE 421.5-2005, 4. This model is designed to cover the following types of compensation: </font>\n<ul>\n<li><font color=\"#0f0f0f\">reactive droop;</font></li>\n<li><font color=\"#0f0f0f\">transformer-drop or line-drop compensation;</font></li>\n<li><font color=\"#0f0f0f\">reactive differential compensation known also as cross-current compensation.</font></li>\n</ul>\n<font color=\"#0f0f0f\">Reference: IEEE 421.5-2005, 4.</font>\n\t"@en
<http://iec.ch/TC57/CIM100#VSCDynamics> <http://www.w3.org/2004/02/skos/core#definition> "VSC function block whose behaviour is described by reference to a standard model <font color=\"#0f0f0f\">or by definition of a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#VSCUserDefined> <http://www.w3.org/2004/02/skos/core#definition> "Voltage source converter (VSC) function block whose dynamic behaviour is described by <font color=\"#0f0f0f\">a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#VoltageAdjusterUserDefined> <http://www.w3.org/2004/02/skos/core#definition> "<font color=\"#0f0f0f\">Voltage adjuster</font> function block whose dynamic behaviour is described by <font color=\"#0f0f0f\">a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#VoltageCompensatorUserDefined> <http://www.w3.org/2004/02/skos/core#definition> "Voltage compensator function block whose dynamic behaviour is described by <font color=\"#0f0f0f\">a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#WindLookupTableFunctionKind.prr> <http://www.w3.org/2004/02/skos/core#definition> "Power versus speed change (negative slip) lookup table (p<sub>rr</sub>(deltaomega)). It is used for the rotor resistance control model, IEC 61400-27-1:2015, 5.6.5.3. "@en
<http://iec.ch/TC57/CIM100#WindLookupTableFunctionKind.ipmax> <http://www.w3.org/2004/02/skos/core#definition> "Lookup table for voltage dependency of active current limits (i<sub>pmax</sub>(u<sub>WT</sub>)). It is used for the current limitation model, IEC 61400-27-1:2015, 5.6.5.8. "@en
<http://iec.ch/TC57/CIM100#WindLookupTableFunctionKind.iqmax> <http://www.w3.org/2004/02/skos/core#definition> "Lookup table for voltage dependency of reactive current limits (i<sub>qmax</sub>(u<sub>WT</sub>)). It is used for the current limitation model, IEC 61400-27-1:2015, 5.6.5.8. "@en
<http://iec.ch/TC57/CIM100#WindLookupTableFunctionKind.pwp> <http://www.w3.org/2004/02/skos/core#definition> "Power vs. frequency lookup table (p<sub>WPbias</sub>(f)). It is used for the wind power plant frequency and active power control model, IEC 61400-27-1:2015, Annex D. "@en
<http://iec.ch/TC57/CIM100#WindLookupTableFunctionKind.tcwdu> <http://www.w3.org/2004/02/skos/core#definition> "Crowbar duration versus voltage variation look-up table (T<sub>CW</sub>(du)). It is a case-dependent parameter. It is used for the type 3B generator set model, IEC 61400-27-1:2015, 5.6.3.3. "@en
<http://iec.ch/TC57/CIM100#WindLookupTableFunctionKind.tduwt> <http://www.w3.org/2004/02/skos/core#definition> "Lookup table to determine the duration of the power reduction after a voltage dip, depending on the size of the voltage dip (T<sub>d</sub>(u<sub>WT</sub>)). It is a type-dependent parameter. It is used for the pitch control power model, IEC 61400-27-1:2015, 5.6.5.1. "@en
<http://iec.ch/TC57/CIM100#WindLookupTableFunctionKind.qmaxp> <http://www.w3.org/2004/02/skos/core#definition> "Lookup table for active power dependency of reactive power maximum limit (q<sub>maxp</sub>(p)). It is used for the QP and QU limitation model, IEC 61400-27-1:2015, 5.6.5.10. "@en
<http://iec.ch/TC57/CIM100#WindLookupTableFunctionKind.qminp> <http://www.w3.org/2004/02/skos/core#definition> "Lookup table for active power dependency of reactive power minimum limit (q<sub>minp</sub>(p)). It is used for the QP and QU limitation model, IEC 61400-27-1:2015, 5.6.5.10. "@en
<http://iec.ch/TC57/CIM100#WindLookupTableFunctionKind.qmaxu> <http://www.w3.org/2004/02/skos/core#definition> "Lookup table for voltage dependency of reactive power maximum limit (q<sub>maxu</sub>(p)). It is used for the QP and QU limitation model, IEC 61400-27-1:2015, 5.6.5.10. "@en
<http://iec.ch/TC57/CIM100#WindLookupTableFunctionKind.qminu> <http://www.w3.org/2004/02/skos/core#definition> "Lookup table for voltage dependency of reactive power minimum limit (q<sub>minu</sub>(p)). It is used for the QP and QU limitation model, IEC 61400-27-1:2015, 5.6.5.10. "@en
<http://iec.ch/TC57/CIM100#WindLookupTableFunctionKind.tuover> <http://www.w3.org/2004/02/skos/core#definition> "Disconnection time versus over-voltage lookup table (T<sub>uover</sub>(u<sub>WT</sub>)). It is used for the grid protection model, IEC 61400-27-1:2015, 5.6.6. "@en
<http://iec.ch/TC57/CIM100#WindLookupTableFunctionKind.tuunder> <http://www.w3.org/2004/02/skos/core#definition> "Disconnection time versus under-voltage lookup table (T<sub>uunder</sub>(u<sub>WT</sub>)). It is used for the grid protection model, IEC 61400-27-1:2015, 5.6.6. "@en
<http://iec.ch/TC57/CIM100#WindLookupTableFunctionKind.tfover> <http://www.w3.org/2004/02/skos/core#definition> "Disconnection time versus over-frequency lookup table (T<sub>fover</sub>(f<sub>WT</sub>)). It is used for the grid protection model, IEC 61400-27-1:2015, 5.6.6. "@en
<http://iec.ch/TC57/CIM100#WindLookupTableFunctionKind.tfunder> <http://www.w3.org/2004/02/skos/core#definition> "Disconnection time versus under-frequency lookup table (T<sub>funder</sub>(f<sub>WT</sub>)). It is used for the grid protection model, IEC 61400-27-1:2015, 5.6.6. "@en
<http://iec.ch/TC57/CIM100#WindLookupTableFunctionKind.qwp> <http://www.w3.org/2004/02/skos/core#definition> "Look up table for the UQ static mode (q<sub>WP</sub>(u<sub>err</sub>)). It is used for the voltage and reactive power control model, IEC 61400-27-1:2015, Annex D. "@en
<http://iec.ch/TC57/CIM100#WindPlantUserDefined> <http://www.w3.org/2004/02/skos/core#definition> "Wind plant function block whose dynamic behaviour is described by <font color=\"#0f0f0f\">a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#WindQcontrolModeKind> <http://www.w3.org/2004/02/skos/core#definition> "General wind turbine Q control modes <i>M</i><i><sub>qG</sub></i><i>.</i>"@en
<http://iec.ch/TC57/CIM100#WindQcontrolModeKind.voltage> <http://www.w3.org/2004/02/skos/core#definition> "Voltage control (<i>M</i><i><sub>qG</sub></i> equals 0)."@en
<http://iec.ch/TC57/CIM100#WindQcontrolModeKind.reactivePower> <http://www.w3.org/2004/02/skos/core#definition> "Reactive power control (<i>M</i><i><sub>qG</sub></i> equals 1)."@en
<http://iec.ch/TC57/CIM100#WindQcontrolModeKind.openLoopReactivePower> <http://www.w3.org/2004/02/skos/core#definition> "Open loop reactive power control (only used with closed loop at plant level) (<i>M</i><i><sub>qG</sub></i><sub> </sub>equals 2)."@en
<http://iec.ch/TC57/CIM100#WindQcontrolModeKind.powerFactor> <http://www.w3.org/2004/02/skos/core#definition> "Power factor control (<i>M</i><i><sub>qG</sub></i><sub> </sub>equals 3)."@en
<http://iec.ch/TC57/CIM100#WindQcontrolModeKind.openLooppowerFactor> <http://www.w3.org/2004/02/skos/core#definition> "Open loop power factor control (<i>M</i><i><sub>qG</sub></i><sub> </sub>equals 4)."@en
<http://iec.ch/TC57/CIM100#WindType1or2UserDefined> <http://www.w3.org/2004/02/skos/core#definition> "Wind type 1 or type 2 function block whose dynamic behaviour is described by <font color=\"#0f0f0f\">a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#WindType3or4UserDefined> <http://www.w3.org/2004/02/skos/core#definition> "Wind type 3 or type 4 function block whose dynamic behaviour is described by <font color=\"#0f0f0f\">a user-defined model.</font>"@en
<http://iec.ch/TC57/CIM100#WindUVRTQcontrolModeKind> <http://www.w3.org/2004/02/skos/core#definition> "UVRT Q control modes <i>M</i><i><sub>qUVRT</sub></i><i>.</i>"@en
<http://iec.ch/TC57/CIM100#WindUVRTQcontrolModeKind.mode0> <http://www.w3.org/2004/02/skos/core#definition> "Voltage-dependent reactive current injection (<i>M</i><i><sub>qUVRT</sub></i> <sub> </sub>equals 0)."@en
<http://iec.ch/TC57/CIM100#WindUVRTQcontrolModeKind.mode1> <http://www.w3.org/2004/02/skos/core#definition> "Reactive current injection controlled as the pre-fault value plus an additional voltage dependent reactive current injection (<i>M</i><i><sub>qUVRT</sub></i> equals 1)."@en
<http://iec.ch/TC57/CIM100#WindUVRTQcontrolModeKind.mode2> <http://www.w3.org/2004/02/skos/core#definition> "Reactive current injection controlled as the pre-fault value plus an additional voltage-dependent reactive current injection during fault, and as the pre-fault value plus an additional constant reactive current injection post fault (<i>M</i><i><sub>qUVRT</sub></i><sub> </sub>equals 2)."@en
<http://iec.ch/TC57/CIM100#AsynchronousMachineTimeConstantReactance.tpo> <http://www.w3.org/2004/02/skos/core#definition> "Transient rotor time constant (<i>T'o</i>) (> AsynchronousMachineTimeConstantReactance.tppo). Typical value = 5."@en
<http://iec.ch/TC57/CIM100#AsynchronousMachineTimeConstantReactance.tppo> <http://www.w3.org/2004/02/skos/core#definition> "Subtransient rotor time constant (<i>T''o</i>) (> 0). Typical value = 0,03."@en
<http://iec.ch/TC57/CIM100#AsynchronousMachineTimeConstantReactance.xp> <http://www.w3.org/2004/02/skos/core#definition> "Transient reactance (unsaturated) (<i>X'</i>) (>= AsynchronousMachineTimeConstantReactance.xpp). Typical value = 0,5."@en
<http://iec.ch/TC57/CIM100#AsynchronousMachineTimeConstantReactance.xpp> <http://www.w3.org/2004/02/skos/core#definition> "Subtransient reactance (unsaturated) (<i>X''</i>) (> RotatingMachineDynamics.statorLeakageReactance). Typical value = 0,2."@en
<http://iec.ch/TC57/CIM100#AsynchronousMachineTimeConstantReactance.xs> <http://www.w3.org/2004/02/skos/core#definition> "Synchronous reactance (<i>Xs</i>) (>= AsynchronousMachineTimeConstantReactance.xp). Typical value = 1,8."@en
<http://iec.ch/TC57/CIM100#DiscExcContIEEEDEC1A.esc> <http://www.w3.org/2004/02/skos/core#definition> "Speed change reference (<i>E</i><i><sub>SC</sub></i>). Typical value = 0,0015."@en
<http://iec.ch/TC57/CIM100#DiscExcContIEEEDEC1A.kan> <http://www.w3.org/2004/02/skos/core#definition> "Discontinuous controller gain (<i>K</i><i><sub>AN</sub></i>). Typical value = 400."@en
<http://iec.ch/TC57/CIM100#DiscExcContIEEEDEC1A.ketl> <http://www.w3.org/2004/02/skos/core#definition> "Terminal voltage limiter gain (<i>K</i><i><sub>ETL</sub></i>). Typical value = 47."@en
<http://iec.ch/TC57/CIM100#DiscExcContIEEEDEC1A.tan> <http://www.w3.org/2004/02/skos/core#definition> "Discontinuous controller time constant (<i>T</i><i><sub>AN</sub></i>) (>= 0). Typical value = 0,08."@en
<http://iec.ch/TC57/CIM100#DiscExcContIEEEDEC1A.td> <http://www.w3.org/2004/02/skos/core#definition> "Time constant (<i>T</i><i><sub>D</sub></i>) (>= 0). Typical value = 0,03."@en
<http://iec.ch/TC57/CIM100#DiscExcContIEEEDEC1A.tl1> <http://www.w3.org/2004/02/skos/core#definition> "Time constant (<i>T</i><i><sub>L</sub></i><sub>1</sub>) (>= 0). Typical value = 0,025."@en
<http://iec.ch/TC57/CIM100#DiscExcContIEEEDEC1A.tl2> <http://www.w3.org/2004/02/skos/core#definition> "Time constant (<i>T</i><i><sub>L</sub></i><sub>2</sub>) (>= 0). Typical value = 1,25."@en
<http://iec.ch/TC57/CIM100#DiscExcContIEEEDEC1A.tw5> <http://www.w3.org/2004/02/skos/core#definition> "DEC washout time constant (<i>T</i><i><sub>W</sub></i><sub>5</sub>) (>= 0). Typical value = 5."@en
<http://iec.ch/TC57/CIM100#DiscExcContIEEEDEC1A.val> <http://www.w3.org/2004/02/skos/core#definition> "Regulator voltage reference (<i>V</i><i><sub>AL</sub></i>). Typical value = 5,5."@en
<http://iec.ch/TC57/CIM100#DiscExcContIEEEDEC1A.vanmax> <http://www.w3.org/2004/02/skos/core#definition> "Limiter for Van (<i>V</i><i><sub>ANMAX</sub></i>)."@en
<http://iec.ch/TC57/CIM100#DiscExcContIEEEDEC1A.vomax> <http://www.w3.org/2004/02/skos/core#definition> "Limiter (<i>V</i><i><sub>OMAX</sub></i>) (> DiscExcContIEEEDEC1A.vomin). Typical value = 0,3."@en
<http://iec.ch/TC57/CIM100#DiscExcContIEEEDEC1A.vomin> <http://www.w3.org/2004/02/skos/core#definition> "Limiter (<i>V</i><i><sub>OMIN</sub></i>) (< DiscExcContIEEEDEC1A.vomax). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#DiscExcContIEEEDEC1A.vsmax> <http://www.w3.org/2004/02/skos/core#definition> "Limiter (<i>V</i><i><sub>SMAX</sub></i>)(> DiscExcContIEEEDEC1A.vsmin). Typical value = 0,2."@en
<http://iec.ch/TC57/CIM100#DiscExcContIEEEDEC1A.vsmin> <http://www.w3.org/2004/02/skos/core#definition> "Limiter (<i>V</i><i><sub>SMIN</sub></i>) (< DiscExcContIEEEDEC1A.vsmax). Typical value = -0,066."@en
<http://iec.ch/TC57/CIM100#DiscExcContIEEEDEC1A.vtc> <http://www.w3.org/2004/02/skos/core#definition> "Terminal voltage level reference (<i>V</i><i><sub>TC</sub></i>). Typical value = 0,95."@en
<http://iec.ch/TC57/CIM100#DiscExcContIEEEDEC1A.vtlmt> <http://www.w3.org/2004/02/skos/core#definition> "Voltage reference (<i>V</i><i><sub>TLMT</sub></i>). Typical value = 1,1."@en
<http://iec.ch/TC57/CIM100#DiscExcContIEEEDEC1A.vtm> <http://www.w3.org/2004/02/skos/core#definition> "Voltage limits (<i>V</i><i><sub>TM</sub></i>). Typical value = 1,13."@en
<http://iec.ch/TC57/CIM100#DiscExcContIEEEDEC1A.vtn> <http://www.w3.org/2004/02/skos/core#definition> "Voltage limits (<i>V</i><i><sub>TN</sub></i>). Typical value = 1,12."@en
<http://iec.ch/TC57/CIM100#DiscExcContIEEEDEC2A.td1> <http://www.w3.org/2004/02/skos/core#definition> "Discontinuous controller time constant (<i>T</i><i><sub>D1</sub></i>) (>= 0). "@en
<http://iec.ch/TC57/CIM100#DiscExcContIEEEDEC2A.td2> <http://www.w3.org/2004/02/skos/core#definition> "Discontinuous controller washout time constant (<i>T</i><i><sub>D2</sub></i>) (>= 0). "@en
<http://iec.ch/TC57/CIM100#DiscExcContIEEEDEC2A.vdmax> <http://www.w3.org/2004/02/skos/core#definition> "Limiter (<i>V</i><i><sub>DMAX</sub></i>) (> DiscExcContIEEEDEC2A.vdmin). "@en
<http://iec.ch/TC57/CIM100#DiscExcContIEEEDEC2A.vdmin> <http://www.w3.org/2004/02/skos/core#definition> "Limiter (<i>V</i><i><sub>DMIN</sub></i>) (< DiscExcContIEEEDEC2A.vdmax). "@en
<http://iec.ch/TC57/CIM100#DiscExcContIEEEDEC2A.vk> <http://www.w3.org/2004/02/skos/core#definition> "Discontinuous controller input reference (<i>V</i><i><sub>K</sub></i>). "@en
<http://iec.ch/TC57/CIM100#DiscExcContIEEEDEC3A.tdr> <http://www.w3.org/2004/02/skos/core#definition> "Reset time delay (<i>T</i><i><sub>DR</sub></i>) (>= 0). "@en
<http://iec.ch/TC57/CIM100#DiscExcContIEEEDEC3A.vtmin> <http://www.w3.org/2004/02/skos/core#definition> "Terminal undervoltage comparison level (<i>V</i><i><sub>TMIN</sub></i>). "@en
<http://iec.ch/TC57/CIM100#ExcAC1A.hvlvgates> <http://www.w3.org/2004/02/skos/core#definition> "\nIndicates if both HV gate and LV gate are active (<i>HVLVgates</i>).\ntrue = gates are used\nfalse = gates are not used.\nTypical value = true.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcAC1A.ka> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator gain (<i>Ka</i>) (> 0). Typical value = 400."@en
<http://iec.ch/TC57/CIM100#ExcAC1A.kc> <http://www.w3.org/2004/02/skos/core#definition> "Rectifier loading factor proportional to commutating reactance (<i>Kc</i>) (>= 0). Typical value = 0,2."@en
<http://iec.ch/TC57/CIM100#ExcAC1A.kd> <http://www.w3.org/2004/02/skos/core#definition> "Demagnetizing factor, a function of exciter alternator reactances (<i>Kd</i>) (>= 0). Typical value = 0,38."@en
<http://iec.ch/TC57/CIM100#ExcAC1A.ke> <http://www.w3.org/2004/02/skos/core#definition> "Exciter constant related to self-excited field (<i>Ke</i>). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcAC1A.kf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer gains (<i>Kf</i>) (>= 0). Typical value = 0,03."@en
<http://iec.ch/TC57/CIM100#ExcAC1A.kf1> <http://www.w3.org/2004/02/skos/core#definition> "Coefficient to allow different usage of the model (<i>Kf1</i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcAC1A.kf2> <http://www.w3.org/2004/02/skos/core#definition> "Coefficient to allow different usage of the model (<i>Kf2</i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcAC1A.ks> <http://www.w3.org/2004/02/skos/core#definition> "Coefficient to allow different usage of the model-speed coefficient (<i>Ks</i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcAC1A.seve1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>Ve</i><i><sub>1</sub></i>, back of commutating reactance (<i>Se[Ve</i><i><sub>1</sub></i><i>]</i>) (>= 0). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#ExcAC1A.seve2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>Ve</i><i><sub>2</sub></i>, back of commutating reactance (<i>Se[Ve</i><i><sub>2</sub></i><i>]</i>) (>= 0). Typical value = 0,03."@en
<http://iec.ch/TC57/CIM100#ExcAC1A.ta> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>Ta</i>) (> 0). Typical value = 0,02."@en
<http://iec.ch/TC57/CIM100#ExcAC1A.tb> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>Tb</i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcAC1A.tc> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>c</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcAC1A.te> <http://www.w3.org/2004/02/skos/core#definition> "Exciter time constant, integration rate associated with exciter control (<i>Te</i>) (> 0). Typical value = 0,8."@en
<http://iec.ch/TC57/CIM100#ExcAC1A.tf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer time constant (<i>Tf</i>) (> 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcAC1A.vamax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>V</i><i><sub>amax</sub></i>) (> 0). Typical value = 14,5."@en
<http://iec.ch/TC57/CIM100#ExcAC1A.vamin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>V</i><i><sub>amin</sub></i>) (< 0). Typical value = -14,5."@en
<http://iec.ch/TC57/CIM100#ExcAC1A.ve1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter alternator output voltages back of commutating reactance at which saturation is defined (<i>Ve1</i>) (> 0). Typical value = 4,18."@en
<http://iec.ch/TC57/CIM100#ExcAC1A.ve2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter alternator output voltages back of commutating reactance at which saturation is defined (<i>Ve2</i>) (> 0). Typical value = 3,14."@en
<http://iec.ch/TC57/CIM100#ExcAC1A.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator outputs (<i>Vrmax</i>) (> 0). Typical value = 6,03."@en
<http://iec.ch/TC57/CIM100#ExcAC1A.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator outputs (<i>Vrmin</i>) (< 0). Typical value = -5,43."@en
<http://iec.ch/TC57/CIM100#ExcAC2A.hvgate> <http://www.w3.org/2004/02/skos/core#definition> "\nIndicates if HV gate is active (<i>HVgate</i>).\ntrue = gate is used\nfalse = gate is not used.\nTypical value = true.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcAC2A.ka> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator gain (<i>Ka</i>) (> 0). Typical value = 400."@en
<http://iec.ch/TC57/CIM100#ExcAC2A.kb> <http://www.w3.org/2004/02/skos/core#definition> "Second stage regulator gain (<i>Kb</i>) (> 0). Exciter field current controller gain. Typical value = 25."@en
<http://iec.ch/TC57/CIM100#ExcAC2A.kb1> <http://www.w3.org/2004/02/skos/core#definition> "Second stage regulator gain (<i>Kb1</i>). It is exciter field current controller gain used as alternative to <i>Kb</i> to represent a variant of the ExcAC2A model. Typical value = 25."@en
<http://iec.ch/TC57/CIM100#ExcAC2A.kc> <http://www.w3.org/2004/02/skos/core#definition> "Rectifier loading factor proportional to commutating reactance (<i>Kc</i>) (>= 0). Typical value = 0,28."@en
<http://iec.ch/TC57/CIM100#ExcAC2A.kd> <http://www.w3.org/2004/02/skos/core#definition> "Demagnetizing factor, a function of exciter alternator reactances (<i>Kd</i>) (>= 0). Typical value = 0,35."@en
<http://iec.ch/TC57/CIM100#ExcAC2A.ke> <http://www.w3.org/2004/02/skos/core#definition> "Exciter constant related to self-excited field (<i>Ke</i>). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcAC2A.kf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer gains (<i>Kf</i>) (>= 0). Typical value = 0,03."@en
<http://iec.ch/TC57/CIM100#ExcAC2A.kh> <http://www.w3.org/2004/02/skos/core#definition> "Exciter field current feedback gain (<i>Kh</i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcAC2A.kl> <http://www.w3.org/2004/02/skos/core#definition> "Exciter field current limiter gain (<i>Kl</i>). Typical value = 10."@en
<http://iec.ch/TC57/CIM100#ExcAC2A.kl1> <http://www.w3.org/2004/02/skos/core#definition> "Coefficient to allow different usage of the model (<i>Kl1</i>). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcAC2A.ks> <http://www.w3.org/2004/02/skos/core#definition> "Coefficient to allow different usage of the model-speed coefficient (<i>Ks</i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcAC2A.lvgate> <http://www.w3.org/2004/02/skos/core#definition> "\nIndicates if LV gate is active (<i>LVgate</i>).\ntrue = gate is used\nfalse = gate is not used.\nTypical value = true.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcAC2A.seve1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>Ve</i><i><sub>1</sub></i>, back of commutating reactance (<i>Se[Ve</i><i><sub>1</sub></i><i>]</i>) (>= 0). Typical value = 0,037."@en
<http://iec.ch/TC57/CIM100#ExcAC2A.seve2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>Ve</i><i><sub>2</sub></i>, back of commutating reactance (<i>Se[Ve</i><i><sub>2</sub></i><i>]</i>) (>= 0). Typical value = 0,012."@en
<http://iec.ch/TC57/CIM100#ExcAC2A.ta> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>Ta</i>) (> 0). Typical value = 0,02."@en
<http://iec.ch/TC57/CIM100#ExcAC2A.tb> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>Tb</i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcAC2A.tc> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>Tc</i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcAC2A.te> <http://www.w3.org/2004/02/skos/core#definition> "Exciter time constant, integration rate associated with exciter control (<i>Te</i>) (> 0). Typical value = 0,6."@en
<http://iec.ch/TC57/CIM100#ExcAC2A.tf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer time constant (<i>Tf</i>) (> 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcAC2A.vamax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>Vamax</i>) (> 0). Typical value = 8."@en
<http://iec.ch/TC57/CIM100#ExcAC2A.vamin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>Vamin</i>) (< 0). Typical value = -8."@en
<http://iec.ch/TC57/CIM100#ExcAC2A.ve1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter alternator output voltages back of commutating reactance at which saturation is defined (<i>Ve</i><i><sub>1</sub></i>) (> 0). Typical value = 4,4."@en
<http://iec.ch/TC57/CIM100#ExcAC2A.ve2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter alternator output voltages back of commutating reactance at which saturation is defined (<i>Ve</i><i><sub>2</sub></i>) (> 0). Typical value = 3,3."@en
<http://iec.ch/TC57/CIM100#ExcAC2A.vfemax> <http://www.w3.org/2004/02/skos/core#definition> "Exciter field current limit reference (<i>Vfemax</i>) (>= 0). Typical value = 4,4."@en
<http://iec.ch/TC57/CIM100#ExcAC2A.vlr> <http://www.w3.org/2004/02/skos/core#definition> "Maximum exciter field current (<i>Vlr</i>) (> 0). Typical value = 4,4."@en
<http://iec.ch/TC57/CIM100#ExcAC2A.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator outputs (<i>Vrmax</i>) (> 0). Typical value = 105."@en
<http://iec.ch/TC57/CIM100#ExcAC2A.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator outputs (<i>Vrmin</i>) (< 0). Typical value = -95."@en
<http://iec.ch/TC57/CIM100#ExcAC3A.efdn> <http://www.w3.org/2004/02/skos/core#definition> "Value of <i>Efd </i>at which feedback gain changes (<i>Efdn</i>) (> 0). Typical value = 2,36."@en
<http://iec.ch/TC57/CIM100#ExcAC3A.ka> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator gain (<i>Ka</i>) (> 0). Typical value = 45,62."@en
<http://iec.ch/TC57/CIM100#ExcAC3A.kc> <http://www.w3.org/2004/02/skos/core#definition> "Rectifier loading factor proportional to commutating reactance (<i>Kc</i>) (>= 0). Typical value = 0,104."@en
<http://iec.ch/TC57/CIM100#ExcAC3A.kd> <http://www.w3.org/2004/02/skos/core#definition> "Demagnetizing factor, a function of exciter alternator reactances (<i>Kd</i>) (>= 0). Typical value = 0,499."@en
<http://iec.ch/TC57/CIM100#ExcAC3A.ke> <http://www.w3.org/2004/02/skos/core#definition> "Exciter constant related to self-excited field (<i>Ke</i>). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcAC3A.kf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer gains (<i>Kf</i>) (>= 0). Typical value = 0,143."@en
<http://iec.ch/TC57/CIM100#ExcAC3A.kf1> <http://www.w3.org/2004/02/skos/core#definition> "Coefficient to allow different usage of the model (<i>Kf1</i>). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcAC3A.kf2> <http://www.w3.org/2004/02/skos/core#definition> "Coefficient to allow different usage of the model (<i>Kf2</i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcAC3A.klv> <http://www.w3.org/2004/02/skos/core#definition> "Gain used in the minimum field voltage limiter loop (<i>Klv</i>). Typical value = 0,194."@en
<http://iec.ch/TC57/CIM100#ExcAC3A.kn> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer gain (<i>Kn</i>) (>= 0). Typical value =0,05."@en
<http://iec.ch/TC57/CIM100#ExcAC3A.kr> <http://www.w3.org/2004/02/skos/core#definition> "Constant associated with regulator and alternator field power supply (<i>Kr</i>) (> 0). Typical value =3,77."@en
<http://iec.ch/TC57/CIM100#ExcAC3A.ks> <http://www.w3.org/2004/02/skos/core#definition> "Coefficient to allow different usage of the model-speed coefficient (<i>Ks</i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcAC3A.seve1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>Ve</i><i><sub>1</sub></i>, back of commutating reactance (<i>Se[Ve</i><i><sub>1</sub></i><i>]</i>) (>= 0). Typical value = 1,143."@en
<http://iec.ch/TC57/CIM100#ExcAC3A.seve2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>Ve</i><i><sub>2</sub></i>, back of commutating reactance (<i>Se[Ve</i><i><sub>2</sub></i><i>]</i>) (>= 0). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#ExcAC3A.ta> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>Ta</i>) (> 0). Typical value = 0,013."@en
<http://iec.ch/TC57/CIM100#ExcAC3A.tb> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>Tb</i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcAC3A.tc> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>Tc</i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcAC3A.te> <http://www.w3.org/2004/02/skos/core#definition> "Exciter time constant, integration rate associated with exciter control (<i>Te</i>) (> 0). Typical value = 1,17."@en
<http://iec.ch/TC57/CIM100#ExcAC3A.tf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer time constant (<i>Tf</i>) (> 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcAC3A.vamax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>Vamax</i>) (> 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcAC3A.vamin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>Vamin</i>) (< 0). Typical value = -0,95."@en
<http://iec.ch/TC57/CIM100#ExcAC3A.ve1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter alternator output voltages back of commutating reactance at which saturation is defined (<i>Ve</i><i><sub>1</sub></i>) (> 0). Typical value = 6.24."@en
<http://iec.ch/TC57/CIM100#ExcAC3A.ve2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter alternator output voltages back of commutating reactance at which saturation is defined (<i>Ve</i><i><sub>2</sub></i>) (> 0). Typical value = 4,68."@en
<http://iec.ch/TC57/CIM100#ExcAC3A.vemin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum exciter voltage output (<i>Vemin</i>) (<= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcAC3A.vfemax> <http://www.w3.org/2004/02/skos/core#definition> "Exciter field current limit reference (<i>Vfemax</i>) (>= 0). Typical value = 16."@en
<http://iec.ch/TC57/CIM100#ExcAC3A.vlv> <http://www.w3.org/2004/02/skos/core#definition> "Field voltage used in the minimum field voltage limiter loop (<i>Vlv</i>). Typical value = 0,79."@en
<http://iec.ch/TC57/CIM100#ExcAC4A.ka> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator gain (<i>Ka</i>) (> 0). Typical value = 200."@en
<http://iec.ch/TC57/CIM100#ExcAC4A.kc> <http://www.w3.org/2004/02/skos/core#definition> "Rectifier loading factor proportional to commutating reactance (<i>Kc</i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcAC4A.ta> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>Ta</i>) (> 0). Typical value = 0,015."@en
<http://iec.ch/TC57/CIM100#ExcAC4A.tb> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>Tb</i>) (>= 0). Typical value = 10."@en
<http://iec.ch/TC57/CIM100#ExcAC4A.tc> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>Tc</i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcAC4A.vimax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator input limit (<i>Vimax</i>) (> 0). Typical value = 10."@en
<http://iec.ch/TC57/CIM100#ExcAC4A.vimin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator input limit (<i>Vimin</i>) (< 0). Typical value = -10."@en
<http://iec.ch/TC57/CIM100#ExcAC4A.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>Vrmax</i>) (> 0). Typical value = 5,64."@en
<http://iec.ch/TC57/CIM100#ExcAC4A.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>Vrmin</i>) (< 0). Typical value = -4,53."@en
<http://iec.ch/TC57/CIM100#ExcAC5A.a> <http://www.w3.org/2004/02/skos/core#definition> "Coefficient to allow different usage of the model (<i>a</i>). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcAC5A.efd1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter voltage at which exciter saturation is defined (<i>Efd1</i>) (> 0). Typical value = 5,6."@en
<http://iec.ch/TC57/CIM100#ExcAC5A.efd2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter voltage at which exciter saturation is defined (<i>Efd2</i>) (> 0). Typical value = 4,2."@en
<http://iec.ch/TC57/CIM100#ExcAC5A.ka> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator gain (<i>Ka</i>) (> 0). Typical value = 400."@en
<http://iec.ch/TC57/CIM100#ExcAC5A.ke> <http://www.w3.org/2004/02/skos/core#definition> "Exciter constant related to self-excited field (<i>Ke</i>). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcAC5A.kf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer gains (<i>Kf</i>) (>= 0). Typical value = 0,03."@en
<http://iec.ch/TC57/CIM100#ExcAC5A.ks> <http://www.w3.org/2004/02/skos/core#definition> "Coefficient to allow different usage of the model-speed coefficient (<i>Ks</i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcAC5A.seefd1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>Efd</i><i><sub>1</sub></i> (<i>Se[Efd</i><i><sub>1</sub></i><i>]</i>) (>= 0). Typical value = 0,86."@en
<http://iec.ch/TC57/CIM100#ExcAC5A.seefd2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>Efd</i><i><sub>2</sub></i> (<i>Se[Efd</i><i><sub>2</sub></i><i>]</i>) (>= 0). Typical value = 0,5."@en
<http://iec.ch/TC57/CIM100#ExcAC5A.ta> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>Ta</i>) (> 0). Typical value = 0,02."@en
<http://iec.ch/TC57/CIM100#ExcAC5A.tb> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>Tb</i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcAC5A.tc> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>Tc</i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcAC5A.te> <http://www.w3.org/2004/02/skos/core#definition> "Exciter time constant, integration rate associated with exciter control (<i>Te</i>) (> 0). Typical value = 0,8."@en
<http://iec.ch/TC57/CIM100#ExcAC5A.tf1> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer time constant (<i>Tf1</i>) (> 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcAC5A.tf2> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer time constant (<i>Tf2</i>) (>= 0). Typical value = 0,8."@en
<http://iec.ch/TC57/CIM100#ExcAC5A.tf3> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer time constant (<i>Tf3</i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcAC5A.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>Vrmax</i>) (> 0). Typical value = 7,3."@en
<http://iec.ch/TC57/CIM100#ExcAC5A.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>Vrmin</i>) (< 0). Typical value =-7,3."@en
<http://iec.ch/TC57/CIM100#ExcAC6A.ka> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator gain (<i>Ka</i>) (> 0). Typical value = 536."@en
<http://iec.ch/TC57/CIM100#ExcAC6A.kc> <http://www.w3.org/2004/02/skos/core#definition> "Rectifier loading factor proportional to commutating reactance (<i>Kc</i>) (>= 0). Typical value = 0,173."@en
<http://iec.ch/TC57/CIM100#ExcAC6A.kd> <http://www.w3.org/2004/02/skos/core#definition> "Demagnetizing factor, a function of exciter alternator reactances (<i>Kd</i>) (>= 0). Typical value = 1,91."@en
<http://iec.ch/TC57/CIM100#ExcAC6A.ke> <http://www.w3.org/2004/02/skos/core#definition> "Exciter constant related to self-excited field (<i>Ke</i>). Typical value = 1,6."@en
<http://iec.ch/TC57/CIM100#ExcAC6A.kh> <http://www.w3.org/2004/02/skos/core#definition> "Exciter field current limiter gain (<i>Kh</i>) (>= 0). Typical value = 92."@en
<http://iec.ch/TC57/CIM100#ExcAC6A.ks> <http://www.w3.org/2004/02/skos/core#definition> "Coefficient to allow different usage of the model-speed coefficient (<i>Ks</i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcAC6A.seve1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>Ve</i><i><sub>1</sub></i>, back of commutating reactance (<i>Se[Ve</i><i><sub>1</sub></i><i>]</i>) (>= 0). Typical value = 0,214."@en
<http://iec.ch/TC57/CIM100#ExcAC6A.seve2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>Ve</i><i><sub>2</sub></i>, back of commutating reactance (<i>Se[Ve</i><i><sub>2</sub></i><i>]</i>) (>= 0). Typical value = 0,044."@en
<http://iec.ch/TC57/CIM100#ExcAC6A.ta> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>Ta</i>) (>= 0). Typical value = 0,086."@en
<http://iec.ch/TC57/CIM100#ExcAC6A.tb> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>Tb</i>) (>= 0). Typical value = 9."@en
<http://iec.ch/TC57/CIM100#ExcAC6A.tc> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>Tc</i>) (>= 0). Typical value = 3."@en
<http://iec.ch/TC57/CIM100#ExcAC6A.te> <http://www.w3.org/2004/02/skos/core#definition> "Exciter time constant, integration rate associated with exciter control (<i>Te</i>) (> 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcAC6A.th> <http://www.w3.org/2004/02/skos/core#definition> "Exciter field current limiter time constant (<i>Th</i>) (> 0). Typical value = 0,08."@en
<http://iec.ch/TC57/CIM100#ExcAC6A.tj> <http://www.w3.org/2004/02/skos/core#definition> "Exciter field current limiter time constant (<i>Tj</i>) (>= 0). Typical value = 0,02."@en
<http://iec.ch/TC57/CIM100#ExcAC6A.tk> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>Tk</i>) (>= 0). Typical value = 0,18."@en
<http://iec.ch/TC57/CIM100#ExcAC6A.vamax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>Vamax</i>) (> 0). Typical value = 75."@en
<http://iec.ch/TC57/CIM100#ExcAC6A.vamin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>Vamin</i>) (< 0). Typical value = -75."@en
<http://iec.ch/TC57/CIM100#ExcAC6A.ve1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter alternator output voltages back of commutating reactance at which saturation is defined (<i>Ve</i><i><sub>1</sub></i>) (> 0). Typical value = 7,4."@en
<http://iec.ch/TC57/CIM100#ExcAC6A.ve2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter alternator output voltages back of commutating reactance at which saturation is defined (<i>Ve</i><i><sub>2</sub></i>) (> 0). Typical value = 5,55."@en
<http://iec.ch/TC57/CIM100#ExcAC6A.vfelim> <http://www.w3.org/2004/02/skos/core#definition> "Exciter field current limit reference (<i>Vfelim</i>) (> 0). Typical value = 19."@en
<http://iec.ch/TC57/CIM100#ExcAC6A.vhmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum field current limiter signal reference (<i>Vhmax</i>) (> 0). Typical value = 75."@en
<http://iec.ch/TC57/CIM100#ExcAC6A.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>Vrmax</i>) (> 0). Typical value = 44."@en
<http://iec.ch/TC57/CIM100#ExcAC6A.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>Vrmin</i>) (< 0). Typical value = -36."@en
<http://iec.ch/TC57/CIM100#ExcAC8B.inlim> <http://www.w3.org/2004/02/skos/core#definition> "\nInput limiter indicator.\ntrue = input limiter <i>Vimax</i> and <i>Vimin</i> is considered\nfalse = input limiter <i>Vimax </i>and <i>Vimin</i> is not considered.\nTypical value = true.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcAC8B.ka> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator gain (<i>Ka</i>) (> 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcAC8B.kc> <http://www.w3.org/2004/02/skos/core#definition> "Rectifier loading factor proportional to commutating reactance (<i>Kc</i>) (>= 0). Typical value = 0,55."@en
<http://iec.ch/TC57/CIM100#ExcAC8B.kd> <http://www.w3.org/2004/02/skos/core#definition> "Demagnetizing factor, a function of exciter alternator reactances (<i>Kd</i>) (>= 0). Typical value = 1,1."@en
<http://iec.ch/TC57/CIM100#ExcAC8B.kdr> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator derivative gain (<i>Kdr</i>) (>= 0). Typical value = 10."@en
<http://iec.ch/TC57/CIM100#ExcAC8B.ke> <http://www.w3.org/2004/02/skos/core#definition> "Exciter constant related to self-excited field (<i>Ke</i>). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcAC8B.kir> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator integral gain (<i>Kir</i>) (>= 0). Typical value = 5."@en
<http://iec.ch/TC57/CIM100#ExcAC8B.kpr> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator proportional gain (<i>Kpr</i>) (> 0 if ExcAC8B.kir = 0). Typical value = 80."@en
<http://iec.ch/TC57/CIM100#ExcAC8B.ks> <http://www.w3.org/2004/02/skos/core#definition> "Coefficient to allow different usage of the model-speed coefficient (<i>Ks</i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcAC8B.pidlim> <http://www.w3.org/2004/02/skos/core#definition> "\nPID limiter indicator.\ntrue = input limiter <i>Vpidmax</i> and <i>Vpidmin</i> is considered\nfalse = input limiter <i>Vpidmax</i> and <i>Vpidmin</i> is not considered.\nTypical value = true.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcAC8B.seve1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>Ve</i><i><sub>1</sub></i>, back of commutating reactance (<i>Se[Ve</i><i><sub>1</sub></i><i>]</i>) (>= 0). Typical value = 0,3."@en
<http://iec.ch/TC57/CIM100#ExcAC8B.seve2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>Ve</i><i><sub>2</sub></i>, back of commutating reactance (<i>Se[Ve</i><i><sub>2</sub></i><i>]</i>) (>= 0). Typical value = 3."@en
<http://iec.ch/TC57/CIM100#ExcAC8B.ta> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>Ta</i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcAC8B.tdr> <http://www.w3.org/2004/02/skos/core#definition> "Lag time constant (<i>Tdr</i>) (> 0 if ExcAC8B.kdr > 0). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#ExcAC8B.te> <http://www.w3.org/2004/02/skos/core#definition> "Exciter time constant, integration rate associated with exciter control (<i>Te</i>) (> 0). Typical value = 1,2."@en
<http://iec.ch/TC57/CIM100#ExcAC8B.telim> <http://www.w3.org/2004/02/skos/core#definition> "\nSelector for the limiter on the block (<i>1/sTe</i>). \nSee diagram for meaning of true and false.\nTypical value = false.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcAC8B.ve1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter alternator output voltages back of commutating reactance at which saturation is defined (<i>Ve</i><i><sub>1</sub></i>) (> 0). Typical value = 6,5."@en
<http://iec.ch/TC57/CIM100#ExcAC8B.ve2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter alternator output voltages back of commutating reactance at which saturation is defined (<i>Ve</i><i><sub>2</sub></i>) (> 0). Typical value = 9."@en
<http://iec.ch/TC57/CIM100#ExcAC8B.vemin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum exciter voltage output (<i>Vemin</i>) (<= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcAC8B.vfemax> <http://www.w3.org/2004/02/skos/core#definition> "Exciter field current limit reference (<i>Vfemax</i>). Typical value = 6."@en
<http://iec.ch/TC57/CIM100#ExcAC8B.vimax> <http://www.w3.org/2004/02/skos/core#definition> "Input signal maximum (<i>Vimax</i>) (> ExcAC8B.vimin). Typical value = 35."@en
<http://iec.ch/TC57/CIM100#ExcAC8B.vimin> <http://www.w3.org/2004/02/skos/core#definition> "Input signal minimum (<i>Vimin</i>) (< ExcAC8B.vimax). Typical value = -10."@en
<http://iec.ch/TC57/CIM100#ExcAC8B.vpidmax> <http://www.w3.org/2004/02/skos/core#definition> "PID maximum controller output (<i>Vpidmax</i>) (> ExcAC8B.vpidmin). Typical value = 35."@en
<http://iec.ch/TC57/CIM100#ExcAC8B.vpidmin> <http://www.w3.org/2004/02/skos/core#definition> "PID minimum controller output (<i>Vpidmin</i>) (< ExcAC8B.vpidmax). Typical value = -10."@en
<http://iec.ch/TC57/CIM100#ExcAC8B.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>Vrmax</i>) (> 0). Typical value = 35."@en
<http://iec.ch/TC57/CIM100#ExcAC8B.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>Vrmin</i>) (< 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcAC8B.vtmult> <http://www.w3.org/2004/02/skos/core#definition> "\nMultiply by generator's terminal voltage indicator.\ntrue =the limits <i>Vrmax</i> and <i>Vrmin</i> are multiplied by the generator’s terminal voltage to represent a thyristor power stage fed from the generator terminals\nfalse = limits are not multiplied by generator's terminal voltage. \nTypical value = false.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcANS.blint> <http://www.w3.org/2004/02/skos/core#definition> "\nGovernor control flag (<i>BLINT</i>). \n0 = lead-lag regulator\n1 = proportional integral regulator.\nTypical value = 0.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcANS.ifmn> <http://www.w3.org/2004/02/skos/core#definition> "Minimum exciter current (<i>I</i><i><sub>FMN</sub></i>). Typical value = -5,2."@en
<http://iec.ch/TC57/CIM100#ExcANS.ifmx> <http://www.w3.org/2004/02/skos/core#definition> "Maximum exciter current (<i>I</i><i><sub>FMX</sub></i>). Typical value = 6,5."@en
<http://iec.ch/TC57/CIM100#ExcANS.k2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter gain (<i>K</i><i><sub>2</sub></i>). Typical value = 20."@en
<http://iec.ch/TC57/CIM100#ExcANS.k3> <http://www.w3.org/2004/02/skos/core#definition> "AVR gain (<i>K</i><i><sub>3</sub></i>). Typical value = 1000."@en
<http://iec.ch/TC57/CIM100#ExcANS.kce> <http://www.w3.org/2004/02/skos/core#definition> "Ceiling factor (<i>K</i><i><sub>CE</sub></i>). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcANS.krvecc> <http://www.w3.org/2004/02/skos/core#definition> "\nFeedback enabling (<i>K</i><i><sub>RVECC</sub></i>). \n0 = open loop control\n1 = closed loop control.\nTypical value = 1.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcANS.kvfif> <http://www.w3.org/2004/02/skos/core#definition> "\nRate feedback signal flag (<i>K</i><i><sub>VFIF</sub></i>). \n0 = output voltage of the exciter\n1 = exciter field current.\nTypical value = 0.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcANS.t1> <http://www.w3.org/2004/02/skos/core#definition> "Time constant (<i>T</i><i><sub>1</sub></i>) (>= 0). Typical value = 20."@en
<http://iec.ch/TC57/CIM100#ExcANS.t2> <http://www.w3.org/2004/02/skos/core#definition> "Time constant (<i>T</i><i><sub>2</sub></i>) (>= 0). Typical value = 0,05."@en
<http://iec.ch/TC57/CIM100#ExcANS.t3> <http://www.w3.org/2004/02/skos/core#definition> "Time constant (<i>T</i><i><sub>3</sub></i>) (>= 0). Typical value = 1,6."@en
<http://iec.ch/TC57/CIM100#ExcANS.tb> <http://www.w3.org/2004/02/skos/core#definition> "Exciter time constant (<i>T</i><i><sub>B</sub></i>) (>= 0). Typical value = 0,04."@en
<http://iec.ch/TC57/CIM100#ExcANS.vrmn> <http://www.w3.org/2004/02/skos/core#definition> "Minimum AVR output (<i>V</i><i><sub>RMN</sub></i>). Typical value = -5,2."@en
<http://iec.ch/TC57/CIM100#ExcANS.vrmx> <http://www.w3.org/2004/02/skos/core#definition> "Maximum AVR output (<i>V</i><i><sub>RMX</sub></i>). Typical value = 6,5."@en
<http://iec.ch/TC57/CIM100#ExcAVR1.e1> <http://www.w3.org/2004/02/skos/core#definition> "Field voltage value 1 (<i>E</i><i><sub>1</sub></i>). Typical value = 4.18."@en
<http://iec.ch/TC57/CIM100#ExcAVR1.e2> <http://www.w3.org/2004/02/skos/core#definition> "Field voltage value 2 (<i>E</i><i><sub>2</sub></i>). Typical value = 3,14."@en
<http://iec.ch/TC57/CIM100#ExcAVR1.ka> <http://www.w3.org/2004/02/skos/core#definition> "AVR gain (<i>K</i><i><sub>A</sub></i>). Typical value = 500."@en
<http://iec.ch/TC57/CIM100#ExcAVR1.kf> <http://www.w3.org/2004/02/skos/core#definition> "Rate feedback gain (<i>K</i><i><sub>F</sub></i>). Typical value = 0,12."@en
<http://iec.ch/TC57/CIM100#ExcAVR1.se1> <http://www.w3.org/2004/02/skos/core#definition> "Saturation factor at <i>E</i><i><sub>1</sub></i> (<i>S[E</i><i><sub>1</sub></i><i>]</i>). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#ExcAVR1.se2> <http://www.w3.org/2004/02/skos/core#definition> "Saturation factor at <i>E</i><i><sub>2</sub></i> (<i>S[E</i><i><sub>2</sub></i><i>]</i>). Typical value = 0,03."@en
<http://iec.ch/TC57/CIM100#ExcAVR1.ta> <http://www.w3.org/2004/02/skos/core#definition> "AVR time constant (<i>T</i><i><sub>A</sub></i>) (>= 0). Typical value = 0,2."@en
<http://iec.ch/TC57/CIM100#ExcAVR1.tb> <http://www.w3.org/2004/02/skos/core#definition> "AVR time constant (<i>T</i><i><sub>B</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcAVR1.te> <http://www.w3.org/2004/02/skos/core#definition> "Exciter time constant (<i>T</i><i><sub>E</sub></i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcAVR1.tf> <http://www.w3.org/2004/02/skos/core#definition> "Rate feedback time constant (<i>T</i><i><sub>F</sub></i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcAVR1.vrmn> <http://www.w3.org/2004/02/skos/core#definition> "Minimum AVR output (<i>V</i><i><sub>RMN</sub></i>). Typical value = -6."@en
<http://iec.ch/TC57/CIM100#ExcAVR1.vrmx> <http://www.w3.org/2004/02/skos/core#definition> "Maximum AVR output (<i>V</i><i><sub>RMX</sub></i>). Typical value = 7."@en
<http://iec.ch/TC57/CIM100#ExcAVR2.e1> <http://www.w3.org/2004/02/skos/core#definition> "Field voltage value 1 (<i>E</i><i><sub>1</sub></i>). Typical value = 4,18."@en
<http://iec.ch/TC57/CIM100#ExcAVR2.e2> <http://www.w3.org/2004/02/skos/core#definition> "Field voltage value 2 (<i>E</i><i><sub>2</sub></i>). Typical value = 3,14."@en
<http://iec.ch/TC57/CIM100#ExcAVR2.ka> <http://www.w3.org/2004/02/skos/core#definition> "AVR gain (<i>K</i><i><sub>A</sub></i>). Typical value = 500."@en
<http://iec.ch/TC57/CIM100#ExcAVR2.kf> <http://www.w3.org/2004/02/skos/core#definition> "Rate feedback gain (<i>K</i><i><sub>F</sub></i>). Typical value = 0,12."@en
<http://iec.ch/TC57/CIM100#ExcAVR2.se1> <http://www.w3.org/2004/02/skos/core#definition> "Saturation factor at <i>E</i><i><sub>1</sub></i> (<i>S[E</i><i><sub>1</sub></i><i>]</i>). Typical value = 0.1."@en
<http://iec.ch/TC57/CIM100#ExcAVR2.se2> <http://www.w3.org/2004/02/skos/core#definition> "Saturation factor at <i>E</i><i><sub>2</sub></i> (<i>S[E</i><i><sub>2</sub></i><i>]</i>). Typical value = 0,03."@en
<http://iec.ch/TC57/CIM100#ExcAVR2.ta> <http://www.w3.org/2004/02/skos/core#definition> "AVR time constant (<i>T</i><i><sub>A</sub></i>) (>= 0). Typical value = 0,02."@en
<http://iec.ch/TC57/CIM100#ExcAVR2.tb> <http://www.w3.org/2004/02/skos/core#definition> "AVR time constant (<i>T</i><i><sub>B</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcAVR2.te> <http://www.w3.org/2004/02/skos/core#definition> "Exciter time constant (<i>T</i><i><sub>E</sub></i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcAVR2.tf1> <http://www.w3.org/2004/02/skos/core#definition> "Rate feedback time constant (<i>T</i><i><sub>F1</sub></i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcAVR2.tf2> <http://www.w3.org/2004/02/skos/core#definition> "Rate feedback time constant (<i>T</i><i><sub>F2</sub></i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcAVR2.vrmn> <http://www.w3.org/2004/02/skos/core#definition> "Minimum AVR output (<i>V</i><i><sub>RMN</sub></i>). Typical value = -6."@en
<http://iec.ch/TC57/CIM100#ExcAVR2.vrmx> <http://www.w3.org/2004/02/skos/core#definition> "Maximum AVR output (<i>V</i><i><sub>RMX</sub></i>). Typical value = 7."@en
<http://iec.ch/TC57/CIM100#ExcAVR3.e1> <http://www.w3.org/2004/02/skos/core#definition> "Field voltage value 1 (<i>E</i><i><sub>1</sub></i>). Typical value = 4,18."@en
<http://iec.ch/TC57/CIM100#ExcAVR3.e2> <http://www.w3.org/2004/02/skos/core#definition> "Field voltage value 2 (<i>E</i><i><sub>2</sub></i>). Typical value = 3,14."@en
<http://iec.ch/TC57/CIM100#ExcAVR3.ka> <http://www.w3.org/2004/02/skos/core#definition> "AVR gain (<i>K</i><i><sub>A</sub></i>). Typical value = 100."@en
<http://iec.ch/TC57/CIM100#ExcAVR3.se1> <http://www.w3.org/2004/02/skos/core#definition> "Saturation factor at <i>E</i><i><sub>1</sub></i><i> </i>(<i>S[E</i><i><sub>1</sub></i><i>]</i>). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#ExcAVR3.se2> <http://www.w3.org/2004/02/skos/core#definition> "Saturation factor at <i>E</i><i><sub>2</sub></i><i> </i>(<i>S[E</i><i><sub>2</sub></i><i>]</i>). Typical value = 0,03."@en
<http://iec.ch/TC57/CIM100#ExcAVR3.t1> <http://www.w3.org/2004/02/skos/core#definition> "AVR time constant (<i>T</i><i><sub>1</sub></i>) (>= 0). Typical value = 20."@en
<http://iec.ch/TC57/CIM100#ExcAVR3.t2> <http://www.w3.org/2004/02/skos/core#definition> "AVR time constant (<i>T</i><i><sub>2</sub></i>) (>= 0). Typical value = 1,6."@en
<http://iec.ch/TC57/CIM100#ExcAVR3.t3> <http://www.w3.org/2004/02/skos/core#definition> "AVR time constant (<i>T</i><i><sub>3</sub></i>) (>= 0). Typical value = 0,66."@en
<http://iec.ch/TC57/CIM100#ExcAVR3.t4> <http://www.w3.org/2004/02/skos/core#definition> "AVR time constant (<i>T</i><i><sub>4</sub></i>) (>= 0). Typical value = 0,07."@en
<http://iec.ch/TC57/CIM100#ExcAVR3.te> <http://www.w3.org/2004/02/skos/core#definition> "Exciter time constant (<i>T</i><i><sub>E</sub></i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcAVR3.vrmn> <http://www.w3.org/2004/02/skos/core#definition> "Minimum AVR output (<i>V</i><i><sub>RMN</sub></i>). Typical value = -7,5."@en
<http://iec.ch/TC57/CIM100#ExcAVR3.vrmx> <http://www.w3.org/2004/02/skos/core#definition> "Maximum AVR output (<i>V</i><i><sub>RMX</sub></i>). Typical value = 7,5."@en
<http://iec.ch/TC57/CIM100#ExcAVR4.imul> <http://www.w3.org/2004/02/skos/core#definition> "\nAVR output voltage dependency selector (<i>I</i><i><sub>MUL</sub></i>).\ntrue = selector is connected\nfalse = selector is not connected.\nTypical value = true.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcAVR4.ka> <http://www.w3.org/2004/02/skos/core#definition> "AVR gain (<i>K</i><i><sub>A</sub></i>). Typical value = 300."@en
<http://iec.ch/TC57/CIM100#ExcAVR4.ke> <http://www.w3.org/2004/02/skos/core#definition> "Exciter gain (<i>K</i><i><sub>E</sub></i><i>)</i>. Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcAVR4.kif> <http://www.w3.org/2004/02/skos/core#definition> "Exciter internal reactance (<i>K</i><i><sub>IF</sub></i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcAVR4.t1> <http://www.w3.org/2004/02/skos/core#definition> "AVR time constant (<i>T</i><i><sub>1</sub></i>) (>= 0). Typical value = 4,8."@en
<http://iec.ch/TC57/CIM100#ExcAVR4.t1if> <http://www.w3.org/2004/02/skos/core#definition> "Exciter current feedback time constant (<i>T</i><i><sub>1IF</sub></i>) (>= 0). Typical value = 60."@en
<http://iec.ch/TC57/CIM100#ExcAVR4.t2> <http://www.w3.org/2004/02/skos/core#definition> "AVR time constant (<i>T</i><i><sub>2</sub></i>) (>= 0). Typical value = 1,5."@en
<http://iec.ch/TC57/CIM100#ExcAVR4.t3> <http://www.w3.org/2004/02/skos/core#definition> "AVR time constant (<i>T</i><i><sub>3</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcAVR4.t4> <http://www.w3.org/2004/02/skos/core#definition> "AVR time constant (<i>T</i><i><sub>4</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcAVR4.tif> <http://www.w3.org/2004/02/skos/core#definition> "Exciter current feedback time constant (<i>T</i><i><sub>IF</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcAVR4.vfmn> <http://www.w3.org/2004/02/skos/core#definition> "Minimum exciter output (<i>V</i><i><sub>FMN</sub></i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcAVR4.vfmx> <http://www.w3.org/2004/02/skos/core#definition> "Maximum exciter output (<i>V</i><i><sub>FMX</sub></i>). Typical value = 5."@en
<http://iec.ch/TC57/CIM100#ExcAVR4.vrmn> <http://www.w3.org/2004/02/skos/core#definition> "Minimum AVR output (<i>V</i><i><sub>RMN</sub></i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcAVR4.vrmx> <http://www.w3.org/2004/02/skos/core#definition> "Maximum AVR output (<i>V</i><i><sub>RMX</sub></i>). Typical value = 5."@en
<http://iec.ch/TC57/CIM100#ExcAVR5.ka> <http://www.w3.org/2004/02/skos/core#definition> "Gain (<i>Ka</i>)."@en
<http://iec.ch/TC57/CIM100#ExcAVR5.rex> <http://www.w3.org/2004/02/skos/core#definition> "Effective output resistance (<i>Rex</i>). <i>Rex</i> represents the effective output resistance seen by the excitation system."@en
<http://iec.ch/TC57/CIM100#ExcAVR5.ta> <http://www.w3.org/2004/02/skos/core#definition> "Time constant (<i>Ta</i>) (>= 0)."@en
<http://iec.ch/TC57/CIM100#ExcAVR7.a1> <http://www.w3.org/2004/02/skos/core#definition> "Lead coefficient (<i>A</i><i><sub>1</sub></i>). Typical value = 0,5."@en
<http://iec.ch/TC57/CIM100#ExcAVR7.a2> <http://www.w3.org/2004/02/skos/core#definition> "Lag coefficient (<i>A</i><i><sub>2</sub></i>). Typical value = 0,5."@en
<http://iec.ch/TC57/CIM100#ExcAVR7.a3> <http://www.w3.org/2004/02/skos/core#definition> "Lead coefficient (<i>A</i><i><sub>3</sub></i>). Typical value = 0,5."@en
<http://iec.ch/TC57/CIM100#ExcAVR7.a4> <http://www.w3.org/2004/02/skos/core#definition> "Lag coefficient (<i>A</i><i><sub>4</sub></i>). Typical value = 0,5."@en
<http://iec.ch/TC57/CIM100#ExcAVR7.a5> <http://www.w3.org/2004/02/skos/core#definition> "Lead coefficient (<i>A</i><i><sub>5</sub></i>). Typical value = 0,5."@en
<http://iec.ch/TC57/CIM100#ExcAVR7.a6> <http://www.w3.org/2004/02/skos/core#definition> "Lag coefficient (<i>A</i><i><sub>6</sub></i>). Typical value = 0,5."@en
<http://iec.ch/TC57/CIM100#ExcAVR7.k1> <http://www.w3.org/2004/02/skos/core#definition> "Gain (<i>K</i><i><sub>1</sub></i>). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcAVR7.k3> <http://www.w3.org/2004/02/skos/core#definition> "Gain (<i>K</i><i><sub>3</sub></i>). Typical value = 3."@en
<http://iec.ch/TC57/CIM100#ExcAVR7.k5> <http://www.w3.org/2004/02/skos/core#definition> "Gain (<i>K</i><i><sub>5</sub></i>). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcAVR7.t1> <http://www.w3.org/2004/02/skos/core#definition> "Lead time constant (<i>T</i><i><sub>1</sub></i>) (>= 0). Typical value = 0,05."@en
<http://iec.ch/TC57/CIM100#ExcAVR7.t2> <http://www.w3.org/2004/02/skos/core#definition> "Lag time constant (<i>T</i><i><sub>2</sub></i>) (>= 0). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#ExcAVR7.t3> <http://www.w3.org/2004/02/skos/core#definition> "Lead time constant (<i>T</i><i><sub>3</sub></i>) (>= 0). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#ExcAVR7.t4> <http://www.w3.org/2004/02/skos/core#definition> "Lag time constant (<i>T</i><i><sub>4</sub></i>) (>= 0). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#ExcAVR7.t5> <http://www.w3.org/2004/02/skos/core#definition> "Lead time constant (<i>T</i><i><sub>5</sub></i>) (>= 0). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#ExcAVR7.t6> <http://www.w3.org/2004/02/skos/core#definition> "Lag time constant (<i>T</i><i><sub>6</sub></i>) (>= 0). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#ExcAVR7.vmax1> <http://www.w3.org/2004/02/skos/core#definition> "Lead-lag maximum limit (<i>Vmax1</i>) (> ExcAVR7.vmin1). Typical value = 5."@en
<http://iec.ch/TC57/CIM100#ExcAVR7.vmax3> <http://www.w3.org/2004/02/skos/core#definition> "Lead-lag maximum limit (<i>Vmax3</i>) (> ExcAVR7.vmin3). Typical value = 5."@en
<http://iec.ch/TC57/CIM100#ExcAVR7.vmax5> <http://www.w3.org/2004/02/skos/core#definition> "Lead-lag maximum limit (<i>Vmax5</i>) (> ExcAVR7.vmin5). Typical value = 5."@en
<http://iec.ch/TC57/CIM100#ExcAVR7.vmin1> <http://www.w3.org/2004/02/skos/core#definition> "Lead-lag minimum limit (<i>Vmin1</i>) (< ExcAVR7.vmax1). Typical value = -5."@en
<http://iec.ch/TC57/CIM100#ExcAVR7.vmin3> <http://www.w3.org/2004/02/skos/core#definition> "Lead-lag minimum limit (<i>Vmin3</i>) (< ExcAVR7.vmax3). Typical value = -5."@en
<http://iec.ch/TC57/CIM100#ExcAVR7.vmin5> <http://www.w3.org/2004/02/skos/core#definition> "Lead-lag minimum limit (<i>Vmin5</i>) (< ExcAVR7.vmax5). Typical value = -2."@en
<http://iec.ch/TC57/CIM100#ExcBBC.efdmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum open circuit exciter voltage (<i>Efdmax</i>) (> ExcBBC.efdmin). Typical value = 5."@en
<http://iec.ch/TC57/CIM100#ExcBBC.efdmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum open circuit exciter voltage (<i>Efdmin</i>) (< ExcBBC.efdmax). Typical value = -5."@en
<http://iec.ch/TC57/CIM100#ExcBBC.k> <http://www.w3.org/2004/02/skos/core#definition> "Steady state gain (<i>K</i>) (not = 0). Typical value = 300."@en
<http://iec.ch/TC57/CIM100#ExcBBC.switch> <http://www.w3.org/2004/02/skos/core#definition> "\nSupplementary signal routing selector (<i>switch</i>).\ntrue = <i>Vs</i> connected to 3rd summing point\nfalse = <i>Vs</i> connected to 1st summing point (see diagram).\nTypical value = false.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcBBC.t1> <http://www.w3.org/2004/02/skos/core#definition> "Controller time constant (<i>T1</i>) (>= 0). Typical value = 6."@en
<http://iec.ch/TC57/CIM100#ExcBBC.t2> <http://www.w3.org/2004/02/skos/core#definition> "Controller time constant (<i>T2</i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcBBC.t3> <http://www.w3.org/2004/02/skos/core#definition> "Lead/lag time constant (<i>T3</i>) (>= 0). If = 0, block is bypassed. Typical value = 0,05."@en
<http://iec.ch/TC57/CIM100#ExcBBC.t4> <http://www.w3.org/2004/02/skos/core#definition> "Lead/lag time constant (<i>T4</i>) (>= 0). If = 0, block is bypassed. Typical value = 0,01."@en
<http://iec.ch/TC57/CIM100#ExcBBC.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum control element output (<i>Vrmax</i>) (> ExcBBC.vrmin). Typical value = 5."@en
<http://iec.ch/TC57/CIM100#ExcBBC.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum control element output (<i>Vrmin</i>) (< ExcBBC.vrmax). Typical value = -5."@en
<http://iec.ch/TC57/CIM100#ExcBBC.xe> <http://www.w3.org/2004/02/skos/core#definition> "Effective excitation transformer reactance (<i>Xe</i>) (>= 0). <i>Xe</i> models the regulation of the transformer/rectifier unit. Typical value = 0,05."@en
<http://iec.ch/TC57/CIM100#ExcCZ.efdmax> <http://www.w3.org/2004/02/skos/core#definition> "Exciter output maximum limit (<i>Efdmax</i>) (> ExcCZ.efdmin)."@en
<http://iec.ch/TC57/CIM100#ExcCZ.efdmin> <http://www.w3.org/2004/02/skos/core#definition> "Exciter output minimum limit (<i>Efdmin</i>) (< ExcCZ.efdmax). "@en
<http://iec.ch/TC57/CIM100#ExcCZ.ka> <http://www.w3.org/2004/02/skos/core#definition> "Regulator gain (<i>Ka</i>)."@en
<http://iec.ch/TC57/CIM100#ExcCZ.ke> <http://www.w3.org/2004/02/skos/core#definition> "Exciter constant related to self-excited field (<i>Ke</i>)."@en
<http://iec.ch/TC57/CIM100#ExcCZ.kp> <http://www.w3.org/2004/02/skos/core#definition> "Regulator proportional gain (<i>Kp</i>)."@en
<http://iec.ch/TC57/CIM100#ExcCZ.ta> <http://www.w3.org/2004/02/skos/core#definition> "Regulator time constant (<i>Ta</i>) (>= 0)."@en
<http://iec.ch/TC57/CIM100#ExcCZ.tc> <http://www.w3.org/2004/02/skos/core#definition> "Regulator integral time constant (<i>Tc</i>) (>= 0). "@en
<http://iec.ch/TC57/CIM100#ExcCZ.te> <http://www.w3.org/2004/02/skos/core#definition> "Exciter time constant, integration rate associated with exciter control (<i>Te</i>) (>= 0)."@en
<http://iec.ch/TC57/CIM100#ExcCZ.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator maximum limit (<i>Vrmax</i>) (> ExcCZ.vrmin). "@en
<http://iec.ch/TC57/CIM100#ExcCZ.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator minimum limit (<i>Vrmin</i>) (< ExcCZ.vrmax). "@en
<http://iec.ch/TC57/CIM100#ExcDC1A.efd1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter voltage at which exciter saturation is defined (<i>Efd</i><i><sub>1</sub></i>) (> 0). Typical value = 3,1."@en
<http://iec.ch/TC57/CIM100#ExcDC1A.efd2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter voltage at which exciter saturation is defined (<i>Efd</i><i><sub>2</sub></i>) (> 0). Typical value = 2,3."@en
<http://iec.ch/TC57/CIM100#ExcDC1A.efdmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage exciter output limiter (<i>Efdmax</i>) (> ExcDC1A.efdmin). Typical value = 99."@en
<http://iec.ch/TC57/CIM100#ExcDC1A.efdmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage exciter output limiter (<i>Efdmin</i>) (< ExcDC1A.edfmax). Typical value = -99."@en
<http://iec.ch/TC57/CIM100#ExcDC1A.exclim> <http://www.w3.org/2004/02/skos/core#definition> "\n(<i>exclim</i>). IEEE standard is ambiguous about lower limit on exciter output. \ntrue = a lower limit of zero is applied to integrator output\nfalse = a lower limit of zero is not applied to integrator output.\nTypical value = true.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcDC1A.ka> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator gain (<i>Ka</i>) (> 0). Typical value = 46."@en
<http://iec.ch/TC57/CIM100#ExcDC1A.ke> <http://www.w3.org/2004/02/skos/core#definition> "Exciter constant related to self-excited field (<i>Ke</i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcDC1A.kf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer gain (<i>Kf</i>) (>= 0). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#ExcDC1A.ks> <http://www.w3.org/2004/02/skos/core#definition> "Coefficient to allow different usage of the model-speed coefficient (<i>Ks</i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcDC1A.seefd1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>Efd</i><i><sub>1</sub></i> (<i>Se[Eefd</i><i><sub>1</sub></i><i>]</i>) (>= 0). Typical value = 0,33."@en
<http://iec.ch/TC57/CIM100#ExcDC1A.seefd2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>Efd</i><i><sub>2</sub></i> (<i>Se[Eefd</i><i><sub>2</sub></i><i>]</i>) (>= 0). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#ExcDC1A.ta> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>Ta</i>) (> 0). Typical value = 0,06."@en
<http://iec.ch/TC57/CIM100#ExcDC1A.tb> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>Tb</i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcDC1A.tc> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>Tc</i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcDC1A.te> <http://www.w3.org/2004/02/skos/core#definition> "Exciter time constant, integration rate associated with exciter control (<i>Te</i>) (> 0). Typical value = 0,46."@en
<http://iec.ch/TC57/CIM100#ExcDC1A.tf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer time constant (<i>Tf</i>) (> 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcDC1A.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>Vrmax</i>) (> ExcDC1A.vrmin). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcDC1A.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>Vrmin</i>) (< 0 and < ExcDC1A.vrmax). Typical value = -0,9."@en
<http://iec.ch/TC57/CIM100#ExcDC2A.efd1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter voltage at which exciter saturation is defined (<i>Efd</i><i><sub>1</sub></i>) (> 0). Typical value = 3,05."@en
<http://iec.ch/TC57/CIM100#ExcDC2A.efd2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter voltage at which exciter saturation is defined (<i>Efd</i><i><sub>2</sub></i>) (> 0). Typical value = 2,29."@en
<http://iec.ch/TC57/CIM100#ExcDC2A.exclim> <http://www.w3.org/2004/02/skos/core#definition> "\n(<i>exclim</i>). IEEE standard is ambiguous about lower limit on exciter output.\ntrue = a lower limit of zero is applied to integrator output\nfalse = a lower limit of zero is not applied to integrator output.\nTypical value = true.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcDC2A.ka> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator gain (<i>Ka</i>) (> 0). Typical value = 300."@en
<http://iec.ch/TC57/CIM100#ExcDC2A.ke> <http://www.w3.org/2004/02/skos/core#definition> "Exciter constant related to self-excited field (<i>Ke</i>). If <i>Ke</i> is entered as zero, the model calculates an effective value of <i>Ke</i> such that the initial condition value of <i>Vr</i> is zero. The zero value of <i>Ke</i> is not changed. If <i>Ke</i> is entered as non-zero, its value is used directly, without change. Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcDC2A.kf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer gain (<i>Kf</i>) (>= 0). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#ExcDC2A.ks> <http://www.w3.org/2004/02/skos/core#definition> "Coefficient to allow different usage of the model-speed coefficient (<i>Ks</i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcDC2A.seefd1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>Efd</i><i><sub>1</sub></i> (<i>Se[Efd</i><i><sub>1</sub></i><i>]</i>) (>= 0). Typical value = 0,279."@en
<http://iec.ch/TC57/CIM100#ExcDC2A.seefd2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>Efd</i><i><sub>2</sub></i> (<i>Se[Efd</i><i><sub>2</sub></i><i>]</i>) (>= 0). Typical value = 0,117."@en
<http://iec.ch/TC57/CIM100#ExcDC2A.ta> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>Ta</i>) (> 0). Typical value = 0,01."@en
<http://iec.ch/TC57/CIM100#ExcDC2A.tb> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>Tb</i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcDC2A.tc> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>Tc</i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcDC2A.te> <http://www.w3.org/2004/02/skos/core#definition> "Exciter time constant, integration rate associated with exciter control (<i>Te</i>) (> 0). Typical value = 1,33."@en
<http://iec.ch/TC57/CIM100#ExcDC2A.tf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer time constant (<i>Tf</i>) (> 0). Typical value = 0,675."@en
<http://iec.ch/TC57/CIM100#ExcDC2A.tf1> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer time constant (<i>Tf1</i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcDC2A.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>Vrmax</i>) (> ExcDC2A.vrmin). Typical value = 4,95."@en
<http://iec.ch/TC57/CIM100#ExcDC2A.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>Vrmin</i>) (< 0 and < ExcDC2A.vrmax). Typical value = -4,9."@en
<http://iec.ch/TC57/CIM100#ExcDC2A.vtlim> <http://www.w3.org/2004/02/skos/core#definition> "\n(<i>Vtlim</i>).\ntrue = limiter at the block (<i>Ka / [1 + sTa]</i>) is dependent on <i>Vt </i>\nfalse = limiter at the block is not dependent on <i>Vt</i>.\nTypical value = true.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcDC3A.efd1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter voltage at which exciter saturation is defined (<i>Efd</i><i><sub>1</sub></i>) (> 0). Typical value = 2,6."@en
<http://iec.ch/TC57/CIM100#ExcDC3A.efd2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter voltage at which exciter saturation is defined (<i>Efd</i><i><sub>2</sub></i>) (> 0). Typical value = 3,45."@en
<http://iec.ch/TC57/CIM100#ExcDC3A.efdlim> <http://www.w3.org/2004/02/skos/core#definition> "\n(<i>Efdlim</i>).\ntrue = exciter output limiter is active\nfalse = exciter output limiter not active.\nTypical value = true.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcDC3A.efdmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage exciter output limiter (<i>Efdmax</i>) (> ExcDC3A.efdmin). Typical value = 99."@en
<http://iec.ch/TC57/CIM100#ExcDC3A.efdmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage exciter output limiter (<i>Efdmin</i>) (< ExcDC3A.efdmax). Typical value = -99."@en
<http://iec.ch/TC57/CIM100#ExcDC3A.exclim> <http://www.w3.org/2004/02/skos/core#definition> "\n(<i>exclim</i>). IEEE standard is ambiguous about lower limit on exciter output.\ntrue = a lower limit of zero is applied to integrator output\nfalse = a lower limit of zero not applied to integrator output.\nTypical value = true.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcDC3A.ke> <http://www.w3.org/2004/02/skos/core#definition> "Exciter constant related to self-excited field (<i>Ke</i>). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcDC3A.kr> <http://www.w3.org/2004/02/skos/core#definition> "Deadband (<i>Kr</i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcDC3A.ks> <http://www.w3.org/2004/02/skos/core#definition> "Coefficient to allow different usage of the model-speed coefficient (<i>Ks</i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcDC3A.kv> <http://www.w3.org/2004/02/skos/core#definition> "Fast raise/lower contact setting (<i>Kv</i>) (> 0). Typical value = 0,05."@en
<http://iec.ch/TC57/CIM100#ExcDC3A.seefd1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>Efd</i><i><sub>1</sub></i> (<i>Se[Efd</i><i><sub>1</sub></i><i>]</i>) (>= 0). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#ExcDC3A.seefd2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>Efd</i><i><sub>2</sub></i> (<i>Se[Efd</i><i><sub>2</sub></i><i>]</i>) (>= 0). Typical value = 0,35."@en
<http://iec.ch/TC57/CIM100#ExcDC3A.te> <http://www.w3.org/2004/02/skos/core#definition> "Exciter time constant, integration rate associated with exciter control (<i>Te</i>) (> 0). Typical value = 1,83."@en
<http://iec.ch/TC57/CIM100#ExcDC3A.trh> <http://www.w3.org/2004/02/skos/core#definition> "Rheostat travel time (<i>Trh</i>) (> 0). Typical value = 20."@en
<http://iec.ch/TC57/CIM100#ExcDC3A.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>Vrmax</i>) (> 0). Typical value = 5."@en
<http://iec.ch/TC57/CIM100#ExcDC3A.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>Vrmin</i>) (<= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcDC3A1.exclim> <http://www.w3.org/2004/02/skos/core#definition> "\n(<i>exclim</i>).\ntrue = lower limit of zero is applied to integrator output\nfalse = lower limit of zero not applied to integrator output.\nTypical value = true.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcDC3A1.ka> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator gain (<i>Ka</i>) (> 0). Typical value = 300."@en
<http://iec.ch/TC57/CIM100#ExcDC3A1.ke> <http://www.w3.org/2004/02/skos/core#definition> "Exciter constant related to self-excited field (<i>Ke</i>). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcDC3A1.kf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer gain (<i>Kf</i>) (>= 0). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#ExcDC3A1.ki> <http://www.w3.org/2004/02/skos/core#definition> "Potential circuit gain coefficient (<i>Ki</i>) (>= 0). Typical value = 4,83."@en
<http://iec.ch/TC57/CIM100#ExcDC3A1.kp> <http://www.w3.org/2004/02/skos/core#definition> "Potential circuit gain coefficient (<i>Kp</i>) (>= 0). Typical value = 4,37."@en
<http://iec.ch/TC57/CIM100#ExcDC3A1.ta> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>Ta</i>) (> 0). Typical value = 0,01."@en
<http://iec.ch/TC57/CIM100#ExcDC3A1.te> <http://www.w3.org/2004/02/skos/core#definition> "Exciter time constant, integration rate associated with exciter control (<i>Te</i>) (> 0). Typical value = 1,83."@en
<http://iec.ch/TC57/CIM100#ExcDC3A1.tf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer time constant (<i>Tf</i>) (>= 0). Typical value = 0,675."@en
<http://iec.ch/TC57/CIM100#ExcDC3A1.vb1max> <http://www.w3.org/2004/02/skos/core#definition> "Available exciter voltage limiter (<i>Vb1max</i>) (> 0). Typical value = 11,63."@en
<http://iec.ch/TC57/CIM100#ExcDC3A1.vblim> <http://www.w3.org/2004/02/skos/core#definition> "\nVb limiter indicator.\ntrue = exciter <i>Vbmax</i> limiter is active\nfalse = <i>Vb1max</i> is active. \nTypical value = true.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcDC3A1.vbmax> <http://www.w3.org/2004/02/skos/core#definition> "Available exciter voltage limiter (<i>Vbmax</i>) (> 0). Typical value = 11,63."@en
<http://iec.ch/TC57/CIM100#ExcDC3A1.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>Vrmax</i>) (> ExcDC3A1.vrmin). Typical value = 5."@en
<http://iec.ch/TC57/CIM100#ExcDC3A1.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>Vrmin</i>) (< 0 and < ExcDC3A1.vrmax). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcELIN1.dpnf> <http://www.w3.org/2004/02/skos/core#definition> "Controller follow up deadband (<i>Dpnf</i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcELIN1.efmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum open circuit excitation voltage (<i>Efmax</i>) (> ExcELIN1.efmin). Typical value = 5."@en
<http://iec.ch/TC57/CIM100#ExcELIN1.efmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum open circuit excitation voltage (<i>Efmin</i>) (< ExcELIN1.efmax). Typical value = -5."@en
<http://iec.ch/TC57/CIM100#ExcELIN1.ks1> <http://www.w3.org/2004/02/skos/core#definition> "Stabilizer gain 1 (<i>Ks1</i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcELIN1.ks2> <http://www.w3.org/2004/02/skos/core#definition> "Stabilizer gain 2 (<i>Ks2</i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcELIN1.smax> <http://www.w3.org/2004/02/skos/core#definition> "Stabilizer limit output (<i>smax</i>). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#ExcELIN1.tfi> <http://www.w3.org/2004/02/skos/core#definition> "Current transducer time constant (<i>Tfi</i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcELIN1.tnu> <http://www.w3.org/2004/02/skos/core#definition> "Controller reset time constant (<i>Tnu</i>) (>= 0). Typical value = 2."@en
<http://iec.ch/TC57/CIM100#ExcELIN1.ts1> <http://www.w3.org/2004/02/skos/core#definition> "Stabilizer phase lag time constant (<i>Ts1</i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcELIN1.ts2> <http://www.w3.org/2004/02/skos/core#definition> "Stabilizer filter time constant (<i>Ts2</i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcELIN1.tsw> <http://www.w3.org/2004/02/skos/core#definition> "Stabilizer parameters (<i>Tsw</i>) (>= 0). Typical value = 3."@en
<http://iec.ch/TC57/CIM100#ExcELIN1.vpi> <http://www.w3.org/2004/02/skos/core#definition> "Current controller gain (<i>Vpi</i>). Typical value = 12,45."@en
<http://iec.ch/TC57/CIM100#ExcELIN1.vpnf> <http://www.w3.org/2004/02/skos/core#definition> "Controller follow up gain (<i>Vpnf</i>). Typical value = 2."@en
<http://iec.ch/TC57/CIM100#ExcELIN1.vpu> <http://www.w3.org/2004/02/skos/core#definition> "Voltage controller proportional gain (<i>Vpu</i>). Typical value = 34,5."@en
<http://iec.ch/TC57/CIM100#ExcELIN1.xe> <http://www.w3.org/2004/02/skos/core#definition> "Excitation transformer effective reactance (<i>Xe</i>) (>= 0). <i>Xe</i> represents the regulation of the transformer/rectifier unit. Typical value = 0,06."@en
<http://iec.ch/TC57/CIM100#ExcELIN2.efdbas> <http://www.w3.org/2004/02/skos/core#definition> "Gain (<i>Efdbas</i>). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#ExcELIN2.iefmax> <http://www.w3.org/2004/02/skos/core#definition> "Limiter (<i>I</i><i><sub>efmax</sub></i>) (> ExcELIN2.iefmin). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcELIN2.iefmax2> <http://www.w3.org/2004/02/skos/core#definition> "Minimum open circuit excitation voltage (<i>I</i><i><sub>efmax2</sub></i>). Typical value = -5."@en
<http://iec.ch/TC57/CIM100#ExcELIN2.iefmin> <http://www.w3.org/2004/02/skos/core#definition> "Limiter (<i>I</i><i><sub>efmin</sub></i>) (< ExcELIN2.iefmax). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcELIN2.k1> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator input gain (<i>K1</i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcELIN2.k1ec> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator input limit (<i>K1ec</i>). Typical value = 2."@en
<http://iec.ch/TC57/CIM100#ExcELIN2.k2> <http://www.w3.org/2004/02/skos/core#definition> "Gain (<i>K2</i>). Typical value = 5."@en
<http://iec.ch/TC57/CIM100#ExcELIN2.k3> <http://www.w3.org/2004/02/skos/core#definition> "Gain (<i>K3</i>). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#ExcELIN2.k4> <http://www.w3.org/2004/02/skos/core#definition> "Gain (<i>K4</i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcELIN2.kd1> <http://www.w3.org/2004/02/skos/core#definition> "Voltage controller derivative gain (<i>Kd1</i>). Typical value = 34,5."@en
<http://iec.ch/TC57/CIM100#ExcELIN2.ke2> <http://www.w3.org/2004/02/skos/core#definition> "Gain (<i>Ke2</i>). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#ExcELIN2.ketb> <http://www.w3.org/2004/02/skos/core#definition> "Gain (<i>Ketb</i>). Typical value = 0,06."@en
<http://iec.ch/TC57/CIM100#ExcELIN2.pid1max> <http://www.w3.org/2004/02/skos/core#definition> "Controller follow up gain (<i>PID1max</i>). Typical value = 2."@en
<http://iec.ch/TC57/CIM100#ExcELIN2.seve1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>Ve</i><i><sub>1</sub></i>, back of commutating reactance (<i>Se[Ve</i><i><sub>1</sub></i><i>]</i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcELIN2.seve2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>Ve</i><i><sub>2</sub></i>, back of commutating reactance (<i>Se[Ve</i><i><sub>2</sub></i><i>]</i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcELIN2.tb1> <http://www.w3.org/2004/02/skos/core#definition> "Voltage controller derivative washout time constant (<i>Tb1</i>) (>= 0). Typical value = 12,45."@en
<http://iec.ch/TC57/CIM100#ExcELIN2.te> <http://www.w3.org/2004/02/skos/core#definition> "Time constant (<i>Te</i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcELIN2.te2> <http://www.w3.org/2004/02/skos/core#definition> "Time Constant (<i>T</i><i><sub>e2</sub></i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcELIN2.ti1> <http://www.w3.org/2004/02/skos/core#definition> "Controller follow up deadband (<i>Ti1</i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcELIN2.ti3> <http://www.w3.org/2004/02/skos/core#definition> "Time constant (<i>T</i><i><sub>i3</sub></i>) (>= 0). Typical value = 3."@en
<http://iec.ch/TC57/CIM100#ExcELIN2.ti4> <http://www.w3.org/2004/02/skos/core#definition> "Time constant (<i>T</i><i><sub>i4</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcELIN2.tr4> <http://www.w3.org/2004/02/skos/core#definition> "Time constant (<i>T</i><i><sub>r4</sub></i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcELIN2.upmax> <http://www.w3.org/2004/02/skos/core#definition> "Limiter (<i>Upmax</i>) (> ExcELIN2.upmin). Typical value = 3."@en
<http://iec.ch/TC57/CIM100#ExcELIN2.upmin> <http://www.w3.org/2004/02/skos/core#definition> "Limiter (<i>Upmin</i>) (< ExcELIN2.upmax). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcELIN2.ve1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter alternator output voltages back of commutating reactance at which saturation is defined (<i>Ve</i><i><sub>1</sub></i>) (> 0). Typical value = 3."@en
<http://iec.ch/TC57/CIM100#ExcELIN2.ve2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter alternator output voltages back of commutating reactance at which saturation is defined (<i>Ve</i><i><sub>2</sub></i>) (> 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcELIN2.xp> <http://www.w3.org/2004/02/skos/core#definition> "Excitation transformer effective reactance (<i>Xp</i>). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcHU.ae> <http://www.w3.org/2004/02/skos/core#definition> "Major loop PI tag gain factor (<i>Ae</i>). Typical value = 3."@en
<http://iec.ch/TC57/CIM100#ExcHU.ai> <http://www.w3.org/2004/02/skos/core#definition> "Minor loop PI tag gain factor (<i>Ai</i>). Typical value = 22."@en
<http://iec.ch/TC57/CIM100#ExcHU.atr> <http://www.w3.org/2004/02/skos/core#definition> "AVR constant (<i>Atr</i>). Typical value = 2,19."@en
<http://iec.ch/TC57/CIM100#ExcHU.emax> <http://www.w3.org/2004/02/skos/core#definition> "Field voltage control signal upper limit on AVR base (<i>Emax</i>) (> ExcHU.emin). Typical value = 0,996."@en
<http://iec.ch/TC57/CIM100#ExcHU.emin> <http://www.w3.org/2004/02/skos/core#definition> "Field voltage control signal lower limit on AVR base (<i>Emin</i>) (< ExcHU.emax). Typical value = -0,866."@en
<http://iec.ch/TC57/CIM100#ExcHU.imax> <http://www.w3.org/2004/02/skos/core#definition> "Major loop PI tag output signal upper limit (<i>Imax</i>) (> ExcHU.imin). Typical value = 2,19."@en
<http://iec.ch/TC57/CIM100#ExcHU.imin> <http://www.w3.org/2004/02/skos/core#definition> "Major loop PI tag output signal lower limit (<i>Imin</i>) (< ExcHU.imax). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#ExcHU.ke> <http://www.w3.org/2004/02/skos/core#definition> "Voltage base conversion constant (<i>Ke</i>). Typical value = 4,666."@en
<http://iec.ch/TC57/CIM100#ExcHU.ki> <http://www.w3.org/2004/02/skos/core#definition> "Current base conversion constant (<i>Ki</i>). Typical value = 0,21428."@en
<http://iec.ch/TC57/CIM100#ExcHU.te> <http://www.w3.org/2004/02/skos/core#definition> "Major loop PI tag integration time constant (<i>Te</i>) (>= 0). Typical value = 0,154."@en
<http://iec.ch/TC57/CIM100#ExcHU.ti> <http://www.w3.org/2004/02/skos/core#definition> "Minor loop PI control tag integration time constant (<i>Ti</i>) (>= 0). Typical value = 0,01333."@en
<http://iec.ch/TC57/CIM100#ExcHU.tr> <http://www.w3.org/2004/02/skos/core#definition> "Filter time constant (<i>Tr</i>) (>= 0). If a voltage compensator is used in conjunction with this excitation system model, <i>Tr </i>should be set to 0. Typical value = 0,01."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC1A.ka> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator gain (<i>K</i><i><sub>A</sub></i>) (> 0). Typical value = 400."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC1A.kc> <http://www.w3.org/2004/02/skos/core#definition> "Rectifier loading factor proportional to commutating reactance (<i>K</i><i><sub>C</sub></i>) (>= 0). Typical value = 0,2."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC1A.kd> <http://www.w3.org/2004/02/skos/core#definition> "Demagnetizing factor, a function of exciter alternator reactances (<i>K</i><i><sub>D</sub></i>) (>= 0). Typical value = 0,38."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC1A.ke> <http://www.w3.org/2004/02/skos/core#definition> "Exciter constant related to self-excited field (<i>K</i><i><sub>E</sub></i>). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC1A.kf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer gains (<i>K</i><i><sub>F</sub></i>) (>= 0). Typical value = 0,03."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC1A.seve1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>V</i><i><sub>E1</sub></i>, back of commutating reactance (<i>S</i><i><sub>E</sub></i><i>[V</i><i><sub>E1</sub></i><i>]</i>) (>= 0). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC1A.seve2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>V</i><i><sub>E2</sub></i>, back of commutating reactance (<i>S</i><i><sub>E</sub></i><i>[V</i><i><sub>E2</sub></i><i>]</i>) (>= 0). Typical value = 0,03."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC1A.ta> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>A</sub></i>) (> 0). Typical value = 0,02."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC1A.tb> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>B</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC1A.tc> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>C</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC1A.te> <http://www.w3.org/2004/02/skos/core#definition> "Exciter time constant, integration rate associated with exciter control (<i>T</i><i><sub>E</sub></i>) (> 0). Typical value = 0,8."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC1A.tf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer time constant (<i>T</i><i><sub>F</sub></i>) (> 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC1A.vamax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>V</i><i><sub>AMAX</sub></i>) (> 0). Typical value = 14,5."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC1A.vamin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>V</i><i><sub>AMIN</sub></i>) (< 0). Typical value = -14,5."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC1A.ve1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter alternator output voltages back of commutating reactance at which saturation is defined (<i>V</i><i><sub>E1</sub></i>) (> 0). Typical value = 4,18."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC1A.ve2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter alternator output voltages back of commutating reactance at which saturation is defined (<i>V</i><i><sub>E2</sub></i>) (> 0). Typical value = 3,14."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC1A.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator outputs (<i>V</i><i><sub>RMAX</sub></i>) (> 0). Typical value = 6,03."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC1A.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator outputs (<i>V</i><i><sub>RMIN</sub></i>) (< 0). Typical value = -5,43."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC2A.ka> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator gain (<i>K</i><i><sub>A</sub></i>) (> 0). Typical value = 400."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC2A.kb> <http://www.w3.org/2004/02/skos/core#definition> "Second stage regulator gain (<i>K</i><i><sub>B</sub></i>) (> 0). Typical value = 25."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC2A.kc> <http://www.w3.org/2004/02/skos/core#definition> "Rectifier loading factor proportional to commutating reactance (<i>K</i><i><sub>C</sub></i>) (>= 0). Typical value = 0,28."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC2A.kd> <http://www.w3.org/2004/02/skos/core#definition> "Demagnetizing factor, a function of exciter alternator reactances (<i>K</i><i><sub>D</sub></i>) (>= 0). Typical value = 0,35."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC2A.ke> <http://www.w3.org/2004/02/skos/core#definition> "Exciter constant related to self-excited field (<i>K</i><i><sub>E</sub></i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC2A.kf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer gains (<i>K</i><i><sub>F</sub></i>) (>= 0). Typical value = 0,03."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC2A.kh> <http://www.w3.org/2004/02/skos/core#definition> "Exciter field current feedback gain (<i>K</i><i><sub>H</sub></i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC2A.seve1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>V</i><i><sub>E1</sub></i>, back of commutating reactance (<i>S</i><i><sub>E</sub></i><i>[V</i><i><sub>E1</sub></i><i>]</i>) (>= 0). Typical value = 0,037."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC2A.seve2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>V</i><i><sub>E2</sub></i>, back of commutating reactance (<i>S</i><i><sub>E</sub></i><i>[V</i><i><sub>E2</sub></i><i>]</i>) (>= 0). Typical value = 0,012."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC2A.ta> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>A</sub></i>) (> 0). Typical value = 0,02."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC2A.tb> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>B</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC2A.tc> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>C</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC2A.te> <http://www.w3.org/2004/02/skos/core#definition> "Exciter time constant, integration rate associated with exciter control (<i>T</i><i><sub>E</sub></i>) (> 0). Typical value = 0,6."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC2A.tf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer time constant (<i>T</i><i><sub>F</sub></i>) (> 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC2A.vamax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>V</i><i><sub>AMAX</sub></i>) (> 0). Typical value = 8."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC2A.vamin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>V</i><i><sub>AMIN</sub></i>) (< 0). Typical value = -8."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC2A.ve1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter alternator output voltages back of commutating reactance at which saturation is defined (<i>V</i><i><sub>E1</sub></i>) (> 0). Typical value = 4,4."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC2A.ve2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter alternator output voltages back of commutating reactance at which saturation is defined (<i>V</i><i><sub>E2</sub></i>) (> 0). Typical value = 3,3."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC2A.vfemax> <http://www.w3.org/2004/02/skos/core#definition> "Exciter field current limit reference (<i>V</i><i><sub>FEMAX</sub></i>) (> 0). Typical value = 4,4."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC2A.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator outputs (<i>V</i><i><sub>RMAX</sub></i>) (> 0). Typical value = 105."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC2A.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator outputs (<i>V</i><i><sub>RMIN</sub></i>) (< 0). Typical value = -95."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC3A.efdn> <http://www.w3.org/2004/02/skos/core#definition> "Value of <i>Efd </i>at which feedback gain changes (<i>E</i><i><sub>FDN</sub></i>) (> 0). Typical value = 2,36."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC3A.ka> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator gain (<i>K</i><i><sub>A</sub></i>) (> 0). Typical value = 45,62."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC3A.kc> <http://www.w3.org/2004/02/skos/core#definition> "Rectifier loading factor proportional to commutating reactance (<i>K</i><i><sub>C</sub></i>) (>= 0). Typical value = 0,104."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC3A.kd> <http://www.w3.org/2004/02/skos/core#definition> "Demagnetizing factor, a function of exciter alternator reactances (<i>K</i><i><sub>D</sub></i>) (>= 0). Typical value = 0,499."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC3A.ke> <http://www.w3.org/2004/02/skos/core#definition> "Exciter constant related to self-excited field (<i>K</i><i><sub>E</sub></i>). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC3A.kf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer gains (<i>K</i><i><sub>F</sub></i>) (>= 0). Typical value = 0,143."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC3A.kn> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer gain (<i>K</i><i><sub>N</sub></i>) (>= 0). Typical value = 0,05."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC3A.kr> <http://www.w3.org/2004/02/skos/core#definition> "Constant associated with regulator and alternator field power supply (<i>K</i><i><sub>R</sub></i>) (> 0). Typical value = 3,77."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC3A.seve1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>V</i><i><sub>E1</sub></i>, back of commutating reactance (<i>S</i><i><sub>E</sub></i><i>[V</i><i><sub>E1</sub></i><i>]</i>) (>= 0). Typical value = 1,143."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC3A.seve2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>V</i><i><sub>E2</sub></i>, back of commutating reactance (<i>S</i><i><sub>E</sub></i><i>[V</i><i><sub>E2</sub></i><i>]</i>) (>= 0). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC3A.ta> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>A</sub></i>) (> 0). Typical value = 0,013."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC3A.tb> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>B</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC3A.tc> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>C</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC3A.te> <http://www.w3.org/2004/02/skos/core#definition> "Exciter time constant, integration rate associated with exciter control (<i>T</i><i><sub>E</sub></i>) (> 0). Typical value = 1,17."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC3A.tf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer time constant (<i>T</i><i><sub>F</sub></i>) (> 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC3A.vamax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>V</i><i><sub>AMAX</sub></i>) (> 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC3A.vamin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>V</i><i><sub>AMIN</sub></i>) (< 0). Typical value = -0,95."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC3A.ve1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter alternator output voltages back of commutating reactance at which saturation is defined (<i>V</i><i><sub>E1</sub></i>) (> 0). Typical value = 6,24."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC3A.ve2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter alternator output voltages back of commutating reactance at which saturation is defined (<i>V</i><i><sub>E2</sub></i>) (> 0). Typical value = 4,68."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC3A.vemin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum exciter voltage output (<i>V</i><i><sub>EMIN</sub></i>) (<= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC3A.vfemax> <http://www.w3.org/2004/02/skos/core#definition> "Exciter field current limit reference (<i>V</i><i><sub>FEMAX</sub></i>) (>= 0). Typical value = 16."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC4A.ka> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator gain (<i>K</i><i><sub>A</sub></i>) (> 0). Typical value = 200."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC4A.kc> <http://www.w3.org/2004/02/skos/core#definition> "Rectifier loading factor proportional to commutating reactance (<i>K</i><i><sub>C</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC4A.ta> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>A</sub></i>) (> 0). Typical value = 0,015."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC4A.tb> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>B</sub></i>) (>= 0). Typical value = 10."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC4A.tc> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>C</sub></i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC4A.vimax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator input limit (<i>V</i><i><sub>IMAX</sub></i>) (> 0). Typical value = 10."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC4A.vimin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator input limit (<i>V</i><i><sub>IMIN</sub></i>) (< 0). Typical value = -10."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC4A.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>V</i><i><sub>RMAX</sub></i>) (> 0). Typical value = 5,64."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC4A.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>V</i><i><sub>RMIN</sub></i>) (< 0). Typical value = -4,53."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC5A.efd1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter voltage at which exciter saturation is defined (<i>E</i><i><sub>FD1</sub></i>) (> 0). Typical value = 5,6."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC5A.efd2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter voltage at which exciter saturation is defined (<i>E</i><i><sub>FD2</sub></i>) (> 0). Typical value = 4,2."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC5A.ka> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator gain (<i>K</i><i><sub>A</sub></i>) (> 0). Typical value = 400."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC5A.ke> <http://www.w3.org/2004/02/skos/core#definition> "Exciter constant related to self-excited field (<i>K</i><i><sub>E</sub></i>). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC5A.kf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer gains (<i>K</i><i><sub>F</sub></i>) (>= 0). Typical value = 0,03."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC5A.seefd1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>E</i><i><sub>FD1</sub></i> (<i>S</i><i><sub>E</sub></i><i>[E</i><i><sub>FD1</sub></i><i>]</i>) (>= 0). Typical value = 0,86."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC5A.seefd2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>E</i><i><sub>FD2</sub></i> (<i>S</i><i><sub>E</sub></i><i>[E</i><i><sub>FD2</sub></i><i>]</i>) (>= 0). Typical value = 0,5."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC5A.ta> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>A</sub></i>) (> 0). Typical value = 0,02."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC5A.te> <http://www.w3.org/2004/02/skos/core#definition> "Exciter time constant, integration rate associated with exciter control (<i>T</i><i><sub>E</sub></i>) (> 0). Typical value = 0,8."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC5A.tf1> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer time constant (<i>T</i><i><sub>F1</sub></i>) (> 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC5A.tf2> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer time constant (<i>T</i><i><sub>F2</sub></i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC5A.tf3> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer time constant (<i>T</i><i><sub>F3</sub></i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC5A.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>V</i><i><sub>RMAX</sub></i>) (> 0). Typical value = 7,3."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC5A.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>V</i><i><sub>RMIN</sub></i>) (< 0). Typical value = -7,3."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC6A.ka> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator gain (<i>K</i><i><sub>A</sub></i>) (> 0). Typical value = 536."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC6A.kc> <http://www.w3.org/2004/02/skos/core#definition> "Rectifier loading factor proportional to commutating reactance (<i>K</i><i><sub>C</sub></i>) (>= 0). Typical value = 0,173."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC6A.kd> <http://www.w3.org/2004/02/skos/core#definition> "Demagnetizing factor, a function of exciter alternator reactances (<i>K</i><i><sub>D</sub></i>) (>= 0). Typical value = 1,91."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC6A.ke> <http://www.w3.org/2004/02/skos/core#definition> "Exciter constant related to self-excited field (<i>K</i><i><sub>E</sub></i>). Typical value = 1,6."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC6A.kh> <http://www.w3.org/2004/02/skos/core#definition> "Exciter field current limiter gain (<i>K</i><i><sub>H</sub></i>) (>= 0). Typical value = 92."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC6A.seve1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>V</i><i><sub>E1</sub></i>, back of commutating reactance (<i>S</i><i><sub>E</sub></i><i>[V</i><i><sub>E1</sub></i><i>])</i> (>= 0). Typical value = 0,214."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC6A.seve2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>V</i><i><sub>E2</sub></i>, back of commutating reactance (<i>S</i><i><sub>E</sub></i><i>[V</i><i><sub>E2</sub></i><i>]</i>) (>= 0). Typical value = 0,044."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC6A.ta> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>A</sub></i>) (>= 0). Typical value = 0,086."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC6A.tb> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>B</sub></i>) (>= 0). Typical value = 9."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC6A.tc> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>C</sub></i>) (>= 0). Typical value = 3."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC6A.te> <http://www.w3.org/2004/02/skos/core#definition> "Exciter time constant, integration rate associated with exciter control (<i>T</i><i><sub>E</sub></i>) (> 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC6A.th> <http://www.w3.org/2004/02/skos/core#definition> "Exciter field current limiter time constant (<i>T</i><i><sub>H</sub></i>) (> 0). Typical value = 0,08."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC6A.tj> <http://www.w3.org/2004/02/skos/core#definition> "Exciter field current limiter time constant (<i>T</i><i><sub>J</sub></i>) (>= 0). Typical value = 0,02."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC6A.tk> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>K</sub></i>) (>= 0). Typical value = 0,18."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC6A.vamax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>V</i><i><sub>AMAX</sub></i>) (> 0). Typical value = 75."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC6A.vamin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (V<sub>AMIN</sub>) (< 0). Typical value = -75."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC6A.ve1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter alternator output voltages back of commutating reactance at which saturation is defined (<i>V</i><i><sub>E1</sub></i>) (> 0). Typical value = 7,4."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC6A.ve2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter alternator output voltages back of commutating reactance at which saturation is defined (<i>V</i><i><sub>E2</sub></i>) (> 0). Typical value = 5,55."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC6A.vfelim> <http://www.w3.org/2004/02/skos/core#definition> "Exciter field current limit reference (<i>V</i><i><sub>FELIM</sub></i>) (> 0). Typical value = 19."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC6A.vhmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum field current limiter signal reference (<i>V</i><i><sub>HMAX</sub></i>) (> 0). Typical value = 75."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC6A.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>V</i><i><sub>RMAX</sub></i>) (> 0). Typical value = 44."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC6A.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>V</i><i><sub>RMIN</sub></i>) (< 0). Typical value = -36."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC7B.kc> <http://www.w3.org/2004/02/skos/core#definition> "Rectifier loading factor proportional to commutating reactance (<i>K</i><i><sub>C</sub></i>) (>= 0). Typical value = 0,18."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC7B.kd> <http://www.w3.org/2004/02/skos/core#definition> "Demagnetizing factor, a function of exciter alternator reactances (<i>K</i><i><sub>D</sub></i>) (>= 0). Typical value = 0,02."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC7B.kdr> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator derivative gain (<i>K</i><i><sub>DR</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC7B.ke> <http://www.w3.org/2004/02/skos/core#definition> "Exciter constant related to self-excited field (<i>K</i><i><sub>E</sub></i>). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC7B.kf1> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer gain (<i>K</i><i><sub>F1</sub></i>) (>= 0). Typical value = 0,212."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC7B.kf2> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer gain (<i>K</i><i><sub>F2</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC7B.kf3> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer gain (<i>K</i><i><sub>F3</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC7B.kia> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator integral gain (<i>K</i><i><sub>IA</sub></i>) (>= 0). Typical value = 59,69."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC7B.kir> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator integral gain (<i>K</i><i><sub>IR</sub></i>) (>= 0). Typical value = 4,24."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC7B.kl> <http://www.w3.org/2004/02/skos/core#definition> "Exciter field voltage lower limit parameter (<i>K</i><i><sub>L</sub></i>). Typical value = 10."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC7B.kp> <http://www.w3.org/2004/02/skos/core#definition> "Potential circuit gain coefficient (<i>K</i><i><sub>P</sub></i>) (> 0). Typical value = 4,96."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC7B.kpa> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator proportional gain (<i>K</i><i><sub>PA</sub></i>) (> 0 if ExcIEEEAC7B.kia = 0). Typical value = 65,36."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC7B.kpr> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator proportional gain (<i>K</i><i><sub>PR</sub></i>) (> 0 if ExcIEEEAC7B.kir = 0). Typical value = 4,24."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC7B.seve1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>V</i><i><sub>E1</sub></i>, back of commutating reactance (<i>S</i><i><sub>E</sub></i><i>[V</i><i><sub>E1</sub></i><i>]</i>) (>= 0). Typical value = 0,44."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC7B.seve2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>V</i><i><sub>E2</sub></i>, back of commutating reactance (<i>S</i><i><sub>E</sub></i><i>[V</i><i><sub>E2</sub></i><i>]</i>) (>= 0). Typical value = 0,075."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC7B.tdr> <http://www.w3.org/2004/02/skos/core#definition> "Lag time constant (<i>T</i><i><sub>DR</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC7B.te> <http://www.w3.org/2004/02/skos/core#definition> "Exciter time constant, integration rate associated with exciter control (<i>T</i><i><sub>E</sub></i>) (> 0). Typical value = 1,1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC7B.tf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer time constant (<i>T</i><i><sub>F</sub></i>) (> 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC7B.vamax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>V</i><i><sub>AMAX</sub></i>) (> 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC7B.vamin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>V</i><i><sub>AMIN</sub></i>) (< 0). Typical value = -0,95."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC7B.ve1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter alternator output voltages back of commutating reactance at which saturation is defined (<i>V</i><i><sub>E1</sub></i>) (> 0). Typical value = 6,3."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC7B.ve2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter alternator output voltages back of commutating reactance at which saturation is defined (<i>V</i><i><sub>E2</sub></i>) (> 0). Typical value = 3,02."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC7B.vemin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum exciter voltage output (<i>V</i><i><sub>EMIN</sub></i>) (<= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC7B.vfemax> <http://www.w3.org/2004/02/skos/core#definition> "Exciter field current limit reference (<i>V</i><i><sub>FEMAX</sub></i>). Typical value = 6,9."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC7B.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>V</i><i><sub>RMAX</sub></i>) (> 0). Typical value = 5,79."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC7B.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>V</i><i><sub>RMIN</sub></i>) (< 0). Typical value = -5,79."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC8B.ka> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator gain (<i>K</i><i><sub>A</sub></i>) (> 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC8B.kc> <http://www.w3.org/2004/02/skos/core#definition> "Rectifier loading factor proportional to commutating reactance (<i>K</i><i><sub>C</sub></i>) (>= 0). Typical value = 0,55."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC8B.kd> <http://www.w3.org/2004/02/skos/core#definition> "Demagnetizing factor, a function of exciter alternator reactances (<i>K</i><i><sub>D</sub></i>) (>= 0). Typical value = 1,1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC8B.kdr> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator derivative gain (<i>K</i><i><sub>DR</sub></i>) (>= 0). Typical value = 10."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC8B.ke> <http://www.w3.org/2004/02/skos/core#definition> "Exciter constant related to self-excited field (<i>K</i><i><sub>E</sub></i>). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC8B.kir> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator integral gain (<i>K</i><i><sub>IR</sub></i>) (>= 0). Typical value = 5."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC8B.kpr> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator proportional gain (<i>K</i><i><sub>PR</sub></i>) (> 0 if ExcIEEEAC8B.kir = 0). Typical value = 80."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC8B.seve1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>V</i><i><sub>E1</sub></i>, back of commutating reactance (<i>S</i><i><sub>E</sub></i><i>[V</i><i><sub>E1</sub></i><i>]</i>) (>= 0). Typical value = 0,3."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC8B.seve2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>V</i><i><sub>E2</sub></i>, back of commutating reactance (<i>S</i><i><sub>E</sub></i><i>[V</i><i><sub>E2</sub></i><i>]</i>) (>= 0). Typical value = 3."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC8B.ta> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>A</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC8B.tdr> <http://www.w3.org/2004/02/skos/core#definition> "Lag time constant (<i>T</i><i><sub>DR</sub></i>) (> 0). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC8B.te> <http://www.w3.org/2004/02/skos/core#definition> "Exciter time constant, integration rate associated with exciter control (<i>T</i><i><sub>E</sub></i>) (> 0). Typical value = 1,2."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC8B.ve1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter alternator output voltages back of commutating reactance at which saturation is defined (<i>V</i><i><sub>E1</sub></i>) (> 0). Typical value = 6,5."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC8B.ve2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter alternator output voltages back of commutating reactance at which saturation is defined (<i>V</i><i><sub>E2</sub></i>) (> 0). Typical value = 9."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC8B.vemin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum exciter voltage output (<i>V</i><i><sub>EMIN</sub></i>) (<= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC8B.vfemax> <http://www.w3.org/2004/02/skos/core#definition> "Exciter field current limit reference (<i>V</i><i><sub>FEMAX</sub></i>). Typical value = 6."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC8B.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>V</i><i><sub>RMAX</sub></i>) (> 0). Typical value = 35."@en
<http://iec.ch/TC57/CIM100#ExcIEEEAC8B.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>V</i><i><sub>RMIN</sub></i>) (<= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC1A.efd1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter voltage at which exciter saturation is defined (<i>E</i><i><sub>FD1</sub></i>) (> 0). Typical value = 3,1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC1A.efd2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter voltage at which exciter saturation is defined (<i>E</i><i><sub>FD2</sub></i>) (> 0). Typical value = 2,3."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC1A.exclim> <http://www.w3.org/2004/02/skos/core#definition> "\n(<i>exclim</i>). IEEE standard is ambiguous about lower limit on exciter output.\ntrue = a lower limit of zero is applied to integrator output\nfalse = a lower limit of zero is not applied to integrator output.\nTypical value = true.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC1A.ka> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator gain (<i>K</i><i><sub>A</sub></i>) (> 0). Typical value = 46."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC1A.ke> <http://www.w3.org/2004/02/skos/core#definition> "Exciter constant related to self-excited field (<i>K</i><i><sub>E</sub></i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC1A.kf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer gain (<i>K</i><i><sub>F</sub></i>) (>= 0). Typical value = 0.1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC1A.seefd1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>E</i><i><sub>FD1</sub></i> (<i>S</i><i><sub>E</sub></i><i>[E</i><i><sub>FD1</sub></i><i>]</i>) (>= 0). Typical value = 0.33."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC1A.seefd2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>E</i><i><sub>FD2</sub></i> (<i>S</i><i><sub>E</sub></i><i>[E</i><i><sub>FD2</sub></i><i>]</i>) (>= 0). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC1A.ta> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>A</sub></i>) (> 0). Typical value = 0,06."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC1A.tb> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>B</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC1A.tc> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>C</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC1A.te> <http://www.w3.org/2004/02/skos/core#definition> "Exciter time constant, integration rate associated with exciter control (<i>T</i><i><sub>E</sub></i>) (> 0). Typical value = 0,46."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC1A.tf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer time constant (<i>T</i><i><sub>F</sub></i>) (> 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC1A.uelin> <http://www.w3.org/2004/02/skos/core#definition> "\nUEL input (<i>uelin</i>).\ntrue = input is connected to the HV gate\nfalse = input connects to the error signal.\nTypical value = true.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC1A.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>V</i><i><sub>RMAX</sub></i>) (> ExcIEEEDC1A.vrmin). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC1A.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>V</i><i><sub>RMIN</sub></i>) (< 0 and < ExcIEEEDC1A.vrmax). Typical value = -0,9."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC2A.efd1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter voltage at which exciter saturation is defined (<i>E</i><i><sub>FD1</sub></i>) (> 0). Typical value = 3,05."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC2A.efd2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter voltage at which exciter saturation is defined (<i>E</i><i><sub>FD2</sub></i>) (> 0). Typical value = 2,29."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC2A.exclim> <http://www.w3.org/2004/02/skos/core#definition> "(<i>exclim</i>). IEEE standard is ambiguous about lower limit on exciter output. Typical value = - 999 which means that there is no limit applied."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC2A.ka> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator gain (<i>K</i><i><sub>A</sub></i>) (> 0). Typical value = 300."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC2A.ke> <http://www.w3.org/2004/02/skos/core#definition> "Exciter constant related to self-excited field (<i>K</i><i><sub>E</sub></i>). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC2A.kf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer gain (<i>K</i><i><sub>F</sub></i>) (>= 0). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC2A.seefd1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>E</i><i><sub>FD1</sub></i> (<i>S</i><i><sub>E</sub></i><i>[E</i><i><sub>FD1</sub></i><i>]</i>) (>= 0). Typical value = 0,279."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC2A.seefd2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>E</i><i><sub>FD2</sub></i> (<i>S</i><i><sub>E</sub></i><i>[E</i><i><sub>FD2</sub></i><i>]</i>) (>= 0). Typical value = 0,117."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC2A.ta> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>A</sub></i>) (> 0). Typical value = 0,01."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC2A.tb> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>B</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC2A.tc> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>C</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC2A.te> <http://www.w3.org/2004/02/skos/core#definition> "Exciter time constant, integration rate associated with exciter control (<i>T</i><i><sub>E</sub></i>) (> 0). Typical value = 1,33."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC2A.tf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer time constant (<i>T</i><i><sub>F</sub></i>) (> 0). Typical value = 0,675."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC2A.uelin> <http://www.w3.org/2004/02/skos/core#definition> "\nUEL input (<i>uelin</i>).\ntrue = input is connected to the HV gate\nfalse = input connects to the error signal.\nTypical value = true.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC2A.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>V</i><i><sub>RMAX</sub></i>)(> ExcIEEEDC2A.vrmin). Typical value = 4,95."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC2A.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>V</i><i><sub>RMIN</sub></i>) (< 0 and < ExcIEEEDC2A.vrmax). Typical value = -4,9."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC3A.efd1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter voltage at which exciter saturation is defined (<i>E</i><i><sub>FD1</sub></i>) (> 0). Typical value = 3,375."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC3A.efd2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter voltage at which exciter saturation is defined (<i>E</i><i><sub>FD2</sub></i>) (> 0). Typical value = 3,15."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC3A.exclim> <http://www.w3.org/2004/02/skos/core#definition> "\n(<i>exclim</i>). IEEE standard is ambiguous about lower limit on exciter output.\ntrue = a lower limit of zero is applied to integrator output\nfalse = a lower limit of zero is not applied to integrator output.\nTypical value = true.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC3A.ke> <http://www.w3.org/2004/02/skos/core#definition> "Exciter constant related to self-excited field (<i>K</i><i><sub>E</sub></i>). Typical value = 0,05."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC3A.kv> <http://www.w3.org/2004/02/skos/core#definition> "Fast raise/lower contact setting (<i>K</i><i><sub>V</sub></i>) (> 0). Typical value = 0,05."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC3A.seefd1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>E</i><i><sub>FD1</sub></i> (<i>S</i><i><sub>E</sub></i><i>[E</i><i><sub>FD1</sub></i><i>]</i>) (>= 0). Typical value = 0,267."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC3A.seefd2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>E</i><i><sub>FD2</sub></i> (<i>S</i><i><sub>E</sub></i><i>[E</i><i><sub>FD2</sub></i><i>]</i>) (>= 0). Typical value = 0,068."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC3A.te> <http://www.w3.org/2004/02/skos/core#definition> "Exciter time constant, integration rate associated with exciter control (<i>T</i><i><sub>E</sub></i>) (> 0). Typical value = 0,5."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC3A.trh> <http://www.w3.org/2004/02/skos/core#definition> "Rheostat travel time (<i>T</i><i><sub>RH</sub></i>) (> 0). Typical value = 20."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC3A.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>V</i><i><sub>RMAX</sub></i>) (> 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC3A.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>V</i><i><sub>RMIN</sub></i>) (<= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC4B.efd1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter voltage at which exciter saturation is defined (<i>E</i><i><sub>FD1</sub></i>) (> 0). Typical value = 1,75."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC4B.efd2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter voltage at which exciter saturation is defined (<i>E</i><i><sub>FD2</sub></i>) (> 0). Typical value = 2,33."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC4B.ka> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator gain (<i>K</i><i><sub>A</sub></i>) (> 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC4B.kd> <http://www.w3.org/2004/02/skos/core#definition> "Regulator derivative gain (<i>K</i><i><sub>D</sub></i>) (>= 0). Typical value = 20."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC4B.ke> <http://www.w3.org/2004/02/skos/core#definition> "Exciter constant related to self-excited field (<i>K</i><i><sub>E</sub></i>). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC4B.kf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer gain (<i>K</i><i><sub>F</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC4B.ki> <http://www.w3.org/2004/02/skos/core#definition> "Regulator integral gain (<i>K</i><i><sub>I</sub></i>) (>= 0). Typical value = 20."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC4B.kp> <http://www.w3.org/2004/02/skos/core#definition> "Regulator proportional gain (<i>K</i><i><sub>P</sub></i>) (>= 0). Typical value = 20."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC4B.oelin> <http://www.w3.org/2004/02/skos/core#definition> "\nOEL input (<i>OELin</i>).\ntrue = LV gate\nfalse = subtract from error signal.\nTypical value = true.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC4B.seefd1> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>E</i><i><sub>FD1</sub></i> (<i>S</i><i><sub>E</sub></i><i>[E</i><i><sub>FD1</sub></i><i>]</i>) (>= 0). Typical value = 0,08."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC4B.seefd2> <http://www.w3.org/2004/02/skos/core#definition> "Exciter saturation function value at the corresponding exciter voltage, <i>E</i><i><sub>FD2</sub></i> (<i>S</i><i><sub>E</sub></i><i>[E</i><i><sub>FD2</sub></i><i>]</i>) (>= 0). Typical value = 0,27."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC4B.ta> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>A</sub></i>) (> 0). Typical value = 0,2."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC4B.td> <http://www.w3.org/2004/02/skos/core#definition> "Regulator derivative filter time constant (<i>T</i><i><sub>D</sub></i>) (> 0 if ExcIEEEDC4B.kd > 0). Typical value = 0,01."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC4B.te> <http://www.w3.org/2004/02/skos/core#definition> "Exciter time constant, integration rate associated with exciter control (<i>T</i><i><sub>E</sub></i>) (> 0). Typical value = 0,8."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC4B.tf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer time constant (<i>T</i><i><sub>F</sub></i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC4B.uelin> <http://www.w3.org/2004/02/skos/core#definition> "\nUEL input (<i>UELin</i>).\ntrue = HV gate\nfalse = add to error signal.\nTypical value = true.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC4B.vemin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum exciter voltage output (<i>V</i><i><sub>EMIN</sub></i>) (<= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC4B.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>V</i><i><sub>RMAX</sub></i>) (> ExcIEEEDC4B.vrmin). Typical value = 2,7."@en
<http://iec.ch/TC57/CIM100#ExcIEEEDC4B.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>V</i><i><sub>RMIN</sub></i>) (<= 0 and < ExcIEEEDC4B.vrmax). Typical value = -0,9."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST1A.ilr> <http://www.w3.org/2004/02/skos/core#definition> "Exciter output current limit reference (<i>I</i><i><sub>LR</sub></i><i>)</i>. Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST1A.ka> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator gain (<i>K</i><i><sub>A</sub></i>) (> 0). Typical value = 190."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST1A.kc> <http://www.w3.org/2004/02/skos/core#definition> "Rectifier loading factor proportional to commutating reactance (<i>K</i><i><sub>C</sub></i>) (>= 0). Typical value = 0,08."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST1A.kf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer gains (<i>K</i><i><sub>F</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST1A.klr> <http://www.w3.org/2004/02/skos/core#definition> "Exciter output current limiter gain (<i>K</i><i><sub>LR</sub></i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST1A.pssin> <http://www.w3.org/2004/02/skos/core#definition> "\nSelector of the Power System Stabilizer (PSS) input (<i>PSSin</i>).\ntrue = PSS input (<i>Vs</i>) added to error signal\nfalse = PSS input (<i>Vs</i>) added to voltage regulator output.\nTypical value = true.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcIEEEST1A.ta> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>A</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST1A.tb> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>B</sub></i>) (>= 0). Typical value = 10."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST1A.tb1> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>B1</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST1A.tc> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>C</sub></i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST1A.tc1> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>C1</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST1A.tf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer time constant (<i>T</i><i><sub>F</sub></i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST1A.uelin> <http://www.w3.org/2004/02/skos/core#definition> "Selector of the connection of the UEL input (<i>UELin</i>). Typical value = ignoreUELsignal."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST1A.vamax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>V</i><i><sub>AMAX</sub></i>) (> 0). Typical value = 14,5."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST1A.vamin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>V</i><i><sub>AMIN</sub></i>) (< 0). Typical value = -14,5."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST1A.vimax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator input limit (<i>V</i><i><sub>IMAX</sub></i>) (> 0). Typical value = 999."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST1A.vimin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator input limit (<i>V</i><i><sub>IMIN</sub></i>) (< 0). Typical value = -999."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST1A.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator outputs (<i>V</i><i><sub>RMAX</sub></i>) (> 0). Typical value = 7,8."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST1A.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator outputs (<i>V</i><i><sub>RMIN</sub></i>) (< 0). Typical value = -6,7."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST2A.efdmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum field voltage (<i>E</i><i><sub>FDMax</sub></i>) (>= 0). Typical value = 99."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST2A.ka> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator gain (<i>K</i><i><sub>A</sub></i>) (> 0). Typical value = 120."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST2A.kc> <http://www.w3.org/2004/02/skos/core#definition> "Rectifier loading factor proportional to commutating reactance (<i>K</i><i><sub>C</sub></i>) (>= 0). Typical value = 1,82."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST2A.ke> <http://www.w3.org/2004/02/skos/core#definition> "Exciter constant related to self-excited field (<i>K</i><i><sub>E</sub></i>). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST2A.kf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer gains (<i>K</i><i><sub>F</sub></i>) (>= 0). Typical value = 0,05."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST2A.ki> <http://www.w3.org/2004/02/skos/core#definition> "Potential circuit gain coefficient (<i>K</i><i><sub>I</sub></i>) (>= 0). Typical value = 8."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST2A.kp> <http://www.w3.org/2004/02/skos/core#definition> "Potential circuit gain coefficient (<i>K</i><i><sub>P</sub></i>) (>= 0). Typical value = 4,88."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST2A.ta> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>A</sub></i>) (> 0). Typical value = 0,15."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST2A.te> <http://www.w3.org/2004/02/skos/core#definition> "Exciter time constant, integration rate associated with exciter control (<i>T</i><i><sub>E</sub></i>) (> 0). Typical value = 0,5."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST2A.tf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer time constant (<i>T</i><i><sub>F</sub></i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST2A.uelin> <http://www.w3.org/2004/02/skos/core#definition> "\nUEL input (<i>UELin</i>).\ntrue = HV gate\nfalse = add to error signal.\nTypical value = true.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcIEEEST2A.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator outputs (<i>V</i><i><sub>RMAX</sub></i>) (> 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST2A.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator outputs (<i>V</i><i><sub>RMIN</sub></i>) (<= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST3A.ka> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator gain (<i>K</i><i><sub>A</sub></i>) (> 0). This is parameter <i>K</i> in the IEEE standard. Typical value = 200."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST3A.kc> <http://www.w3.org/2004/02/skos/core#definition> "Rectifier loading factor proportional to commutating reactance (<i>K</i><i><sub>C</sub></i>) (>= 0). Typical value = 0,2."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST3A.kg> <http://www.w3.org/2004/02/skos/core#definition> "Feedback gain constant of the inner loop field regulator (<i>K</i><i><sub>G</sub></i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST3A.ki> <http://www.w3.org/2004/02/skos/core#definition> "Potential circuit gain coefficient (<i>K</i><i><sub>I</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST3A.km> <http://www.w3.org/2004/02/skos/core#definition> "Forward gain constant of the inner loop field regulator (<i>K</i><i><sub>M</sub></i>) (> 0). Typical value = 7,93."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST3A.kp> <http://www.w3.org/2004/02/skos/core#definition> "Potential circuit gain coefficient (<i>K</i><i><sub>P</sub></i>) (> 0). Typical value = 6,15."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST3A.ta> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>A</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST3A.tb> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>B</sub></i>) (>= 0). Typical value = 10."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST3A.tc> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>C</sub></i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST3A.thetap> <http://www.w3.org/2004/02/skos/core#definition> "Potential circuit phase angle (<i>thetap</i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST3A.tm> <http://www.w3.org/2004/02/skos/core#definition> "Forward time constant of inner loop field regulator (<i>T</i><i><sub>M</sub></i>) (> 0). Typical value = 0,4."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST3A.vbmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum excitation voltage (<i>V</i><i><sub>BMax</sub></i>) (> 0). Typical value = 6,9."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST3A.vgmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum inner loop feedback voltage (<i>V</i><i><sub>GMax</sub></i>) (>= 0). Typical value = 5,8."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST3A.vimax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator input limit (<i>V</i><i><sub>IMAX</sub></i>) (> 0). Typical value = 0,2."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST3A.vimin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator input limit (<i>V</i><i><sub>IMIN</sub></i>) (< 0). Typical value = -0,2."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST3A.vmmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum inner loop output (<i>V</i><i><sub>MMax</sub></i>) (> 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST3A.vmmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum inner loop output (<i>V</i><i><sub>MMin</sub></i>) (<= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST3A.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>V</i><i><sub>RMAX</sub></i>) (> 0). Typical value = 10."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST3A.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>V</i><i><sub>RMIN</sub></i>) (< 0). Typical value = -10."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST3A.xl> <http://www.w3.org/2004/02/skos/core#definition> "Reactance associated with potential source (<i>X</i><i><sub>L</sub></i>) (>= 0). Typical value = 0,081."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST4B.kc> <http://www.w3.org/2004/02/skos/core#definition> "Rectifier loading factor proportional to commutating reactance (<i>K</i><i><sub>C</sub></i>) (>= 0). Typical value = 0,113."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST4B.kg> <http://www.w3.org/2004/02/skos/core#definition> "Feedback gain constant of the inner loop field regulator (<i>K</i><i><sub>G</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST4B.ki> <http://www.w3.org/2004/02/skos/core#definition> "Potential circuit gain coefficient (<i>K</i><i><sub>I</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST4B.kim> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator integral gain output (<i>K</i><i><sub>IM</sub></i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST4B.kir> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator integral gain (<i>K</i><i><sub>IR</sub></i>). Typical value = 10,75."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST4B.kp> <http://www.w3.org/2004/02/skos/core#definition> "Potential circuit gain coefficient (<i>K</i><i><sub>P</sub></i>) (> 0). Typical value = 9,3."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST4B.kpm> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator proportional gain output (<i>K</i><i><sub>PM</sub></i>). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST4B.kpr> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator proportional gain (<i>K</i><i><sub>PR</sub></i>). Typical value = 10,75."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST4B.ta> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>A</sub></i>) (>= 0). Typical value = 0,02."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST4B.thetap> <http://www.w3.org/2004/02/skos/core#definition> "Potential circuit phase angle (<i>thetap</i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST4B.vbmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum excitation voltage (<i>V</i><i><sub>BMax</sub></i>) (> 0). Typical value = 11,63."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST4B.vmmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum inner loop output (<i>V</i><i><sub>MMax</sub></i>) (> ExcIEEEST4B.vmmin). Typical value = 99."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST4B.vmmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum inner loop output (<i>V</i><i><sub>MMin</sub></i>) (< ExcIEEEST4B.vmmax). Typical value = -99."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST4B.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>V</i><i><sub>RMAX</sub></i>) (> 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST4B.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>V</i><i><sub>RMIN</sub></i>) (< 0). Typical value = -0,87."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST4B.xl> <http://www.w3.org/2004/02/skos/core#definition> "Reactance associated with potential source (<i>X</i><i><sub>L</sub></i>) (>= 0). Typical value = 0,124."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST5B.kc> <http://www.w3.org/2004/02/skos/core#definition> "Rectifier regulation factor (<i>K</i><i><sub>C</sub></i>) (>= 0). Typical value = 0,004."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST5B.kr> <http://www.w3.org/2004/02/skos/core#definition> "Regulator gain (<i>K</i><i><sub>R</sub></i>) (> 0). Typical value = 200."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST5B.t1> <http://www.w3.org/2004/02/skos/core#definition> "Firing circuit time constant (<i>T1</i>) (>= 0). Typical value = 0,004."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST5B.tb1> <http://www.w3.org/2004/02/skos/core#definition> "Regulator lag time constant (<i>T</i><i><sub>B1</sub></i>) (>= 0). Typical value = 6."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST5B.tb2> <http://www.w3.org/2004/02/skos/core#definition> "Regulator lag time constant (<i>T</i><i><sub>B2</sub></i>) (>= 0). Typical value = 0,01."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST5B.tc1> <http://www.w3.org/2004/02/skos/core#definition> "Regulator lead time constant (<i>T</i><i><sub>C1</sub></i>) (>= 0). Typical value = 0,8."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST5B.tc2> <http://www.w3.org/2004/02/skos/core#definition> "Regulator lead time constant (<i>T</i><i><sub>C2</sub></i>) (>= 0). Typical value = 0,08."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST5B.tob1> <http://www.w3.org/2004/02/skos/core#definition> "OEL lag time constant (<i>T</i><i><sub>OB1</sub></i>) (>= 0). Typical value = 2."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST5B.tob2> <http://www.w3.org/2004/02/skos/core#definition> "OEL lag time constant (<i>T</i><i><sub>OB2</sub></i>) (>= 0). Typical value = 0,08."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST5B.toc1> <http://www.w3.org/2004/02/skos/core#definition> "OEL lead time constant (<i>T</i><i><sub>OC1</sub></i>) (>= 0). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST5B.toc2> <http://www.w3.org/2004/02/skos/core#definition> "OEL lead time constant (<i>T</i><i><sub>OC2</sub></i>) (>= 0). Typical value = 0,08."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST5B.tub1> <http://www.w3.org/2004/02/skos/core#definition> "UEL lag time constant (<i>T</i><i><sub>UB1</sub></i>) (>= 0). Typical value = 10."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST5B.tub2> <http://www.w3.org/2004/02/skos/core#definition> "UEL lag time constant (<i>T</i><i><sub>UB2</sub></i>) (>= 0). Typical value = 0,05."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST5B.tuc1> <http://www.w3.org/2004/02/skos/core#definition> "UEL lead time constant (<i>T</i><i><sub>UC1</sub></i>) (>= 0). Typical value = 2."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST5B.tuc2> <http://www.w3.org/2004/02/skos/core#definition> "UEL lead time constant (<i>T</i><i><sub>UC2</sub></i>) (>= 0). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST5B.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>V</i><i><sub>RMAX</sub></i>) (> 0). Typical value = 5."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST5B.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>V</i><i><sub>RMIN</sub></i>) (< 0). Typical value = -4."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST6B.ilr> <http://www.w3.org/2004/02/skos/core#definition> "Exciter output current limit reference (<i>I</i><i><sub>LR</sub></i>) (> 0). Typical value = 4,164."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST6B.kci> <http://www.w3.org/2004/02/skos/core#definition> "Exciter output current limit adjustment (<i>K</i><i><sub>CI</sub></i>) (> 0). Typical value = 1,0577."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST6B.kff> <http://www.w3.org/2004/02/skos/core#definition> "Pre-control gain constant of the inner loop field regulator (<i>K</i><i><sub>FF</sub></i>). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST6B.kg> <http://www.w3.org/2004/02/skos/core#definition> "Feedback gain constant of the inner loop field regulator (<i>K</i><i><sub>G</sub></i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST6B.kia> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator integral gain (<i>K</i><i><sub>IA</sub></i>) (> 0). Typical value = 45,094."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST6B.klr> <http://www.w3.org/2004/02/skos/core#definition> "Exciter output current limiter gain (<i>K</i><i><sub>LR</sub></i>) (> 0). Typical value = 17,33."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST6B.km> <http://www.w3.org/2004/02/skos/core#definition> "Forward gain constant of the inner loop field regulator (<i>K</i><i><sub>M</sub></i>). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST6B.kpa> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator proportional gain (<u>K</u><u><sub>PA</sub></u>) (> 0). Typical value = 18,038."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST6B.oelin> <http://www.w3.org/2004/02/skos/core#definition> "OEL input selector (<i>OELin</i>). Typical value = noOELinput."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST6B.tg> <http://www.w3.org/2004/02/skos/core#definition> "Feedback time constant of inner loop field voltage regulator (<i>T</i><i><sub>G</sub></i>) (>= 0). Typical value = 0,02."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST6B.vamax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (V<i><sub>AMAX</sub></i>) (> 0). Typical value = 4,81."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST6B.vamin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>V</i><i><sub>AMIN</sub></i>) (< 0). Typical value = -3,85."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST6B.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>V</i><i><sub>RMAX</sub></i>) (> 0). Typical value = 4,81."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST6B.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>V</i><i><sub>RMIN</sub></i>) (< 0). Typical value = -3,85."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST7B.kh> <http://www.w3.org/2004/02/skos/core#definition> "High-value gate feedback gain (<i>K</i><i><sub>H</sub></i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST7B.kia> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator integral gain (<i>K</i><i><sub>IA</sub></i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST7B.kl> <http://www.w3.org/2004/02/skos/core#definition> "Low-value gate feedback gain (<i>K</i><i><sub>L</sub></i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST7B.kpa> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator proportional gain (<i>K</i><i><sub>PA</sub></i>) (> 0). Typical value = 40."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST7B.oelin> <http://www.w3.org/2004/02/skos/core#definition> "OEL input selector (<i>OELin</i>). Typical value = noOELinput."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST7B.tb> <http://www.w3.org/2004/02/skos/core#definition> "Regulator lag time constant (<i>T</i><i><sub>B</sub></i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST7B.tc> <http://www.w3.org/2004/02/skos/core#definition> "Regulator lead time constant (<i>T</i><i><sub>C</sub></i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST7B.tf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer time constant (<i>T</i><i><sub>F</sub></i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST7B.tg> <http://www.w3.org/2004/02/skos/core#definition> "Feedback time constant of inner loop field voltage regulator (<i>T</i><i><sub>G</sub></i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST7B.tia> <http://www.w3.org/2004/02/skos/core#definition> "Feedback time constant (<i>T</i><i><sub>IA</sub></i>) (>= 0). Typical value = 3."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST7B.uelin> <http://www.w3.org/2004/02/skos/core#definition> "UEL input selector (<i>UELin</i>). Typical value = noUELinput."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST7B.vmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage reference signal (<i>V</i><i><sub>MAX</sub></i>) (> 0 and > ExcIEEEST7B.vmin). Typical value = 1,1."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST7B.vmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage reference signal (<i>V</i><i><sub>MIN</sub></i>) (> 0 and < ExcIEEEST7B.vmax). Typical value = 0,9."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST7B.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator output (<i>V</i><i><sub>RMAX</sub></i>) (> 0). Typical value = 5."@en
<http://iec.ch/TC57/CIM100#ExcIEEEST7B.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator output (<i>V</i><i><sub>RMIN</sub></i>) (< 0). Typical value = -4,5."@en
<http://iec.ch/TC57/CIM100#ExcNI.busFedSelector> <http://www.w3.org/2004/02/skos/core#definition> "\nFed by selector (<i>BusFedSelector</i>). \ntrue = bus fed (switch is closed)\nfalse = solid fed (switch is open).\nTypical value = true.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcNI.ka> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator gain (<i>Ka</i>) (> 0). Typical value = 210."@en
<http://iec.ch/TC57/CIM100#ExcNI.kf> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer gain (<i>Kf</i>) (> 0). Typical value 0,01."@en
<http://iec.ch/TC57/CIM100#ExcNI.r> <http://www.w3.org/2004/02/skos/core#definition> "\n<i>rc</i> / <i>rfd</i> (<i>R</i>) (>= 0). \n0 means exciter has negative current capability\n> 0 means exciter does not have negative current capability. \nTypical value = 5.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcNI.ta> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>Ta</i>) (> 0). Typical value = 0,02."@en
<http://iec.ch/TC57/CIM100#ExcNI.tf1> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer time constant (<i>Tf1</i>) (> 0). Typical value = 1,0."@en
<http://iec.ch/TC57/CIM100#ExcNI.tf2> <http://www.w3.org/2004/02/skos/core#definition> "Excitation control system stabilizer time constant (<i>Tf2</i>) (> 0). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#ExcNI.tr> <http://www.w3.org/2004/02/skos/core#definition> "Time constant (<i>Tr</i>) (>= 0). Typical value = 0,02."@en
<http://iec.ch/TC57/CIM100#ExcNI.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage regulator ouput (<i>Vrmax</i>) (> ExcNI.vrmin). Typical value = 5,0."@en
<http://iec.ch/TC57/CIM100#ExcNI.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage regulator ouput (<i>Vrmin</i>) (< ExcNI.vrmax). Typical value = -2,0."@en
<http://iec.ch/TC57/CIM100#ExcOEX3T.e1> <http://www.w3.org/2004/02/skos/core#definition> "Saturation parameter (<i>E</i><i><sub>1</sub></i>)."@en
<http://iec.ch/TC57/CIM100#ExcOEX3T.e2> <http://www.w3.org/2004/02/skos/core#definition> "Saturation parameter (<i>E</i><i><sub>2</sub></i>)."@en
<http://iec.ch/TC57/CIM100#ExcOEX3T.ka> <http://www.w3.org/2004/02/skos/core#definition> "Gain (<i>K</i><i><sub>A</sub></i>)."@en
<http://iec.ch/TC57/CIM100#ExcOEX3T.kc> <http://www.w3.org/2004/02/skos/core#definition> "Gain (<i>K</i><i><sub>C</sub></i>)."@en
<http://iec.ch/TC57/CIM100#ExcOEX3T.kd> <http://www.w3.org/2004/02/skos/core#definition> "Gain (<i>K</i><i><sub>D</sub></i>)."@en
<http://iec.ch/TC57/CIM100#ExcOEX3T.ke> <http://www.w3.org/2004/02/skos/core#definition> "Gain (<i>K</i><i><sub>E</sub></i>)."@en
<http://iec.ch/TC57/CIM100#ExcOEX3T.kf> <http://www.w3.org/2004/02/skos/core#definition> "Gain (<i>K</i><i><sub>F</sub></i>)."@en
<http://iec.ch/TC57/CIM100#ExcOEX3T.see1> <http://www.w3.org/2004/02/skos/core#definition> "Saturation parameter (<i>S</i><i><sub>E</sub></i><i>[E</i><i><sub>1</sub></i><i>]</i>)."@en
<http://iec.ch/TC57/CIM100#ExcOEX3T.see2> <http://www.w3.org/2004/02/skos/core#definition> "Saturation parameter (<i>S</i><i><sub>E</sub></i><i>[E</i><i><sub>2</sub></i><i>]</i>)."@en
<http://iec.ch/TC57/CIM100#ExcOEX3T.t1> <http://www.w3.org/2004/02/skos/core#definition> "Time constant (<i>T</i><i><sub>1</sub></i>) (>= 0)."@en
<http://iec.ch/TC57/CIM100#ExcOEX3T.t2> <http://www.w3.org/2004/02/skos/core#definition> "Time constant (<i>T</i><i><sub>2</sub></i>) (>= 0)."@en
<http://iec.ch/TC57/CIM100#ExcOEX3T.t3> <http://www.w3.org/2004/02/skos/core#definition> "Time constant (<i>T</i><i><sub>3</sub></i>) (>= 0)."@en
<http://iec.ch/TC57/CIM100#ExcOEX3T.t4> <http://www.w3.org/2004/02/skos/core#definition> "Time constant (<i>T</i><i><sub>4</sub></i>) (>= 0)."@en
<http://iec.ch/TC57/CIM100#ExcOEX3T.t5> <http://www.w3.org/2004/02/skos/core#definition> "Time constant (<i>T</i><i><sub>5</sub></i>) (>= 0)."@en
<http://iec.ch/TC57/CIM100#ExcOEX3T.t6> <http://www.w3.org/2004/02/skos/core#definition> "Time constant (<i>T</i><i><sub>6</sub></i>) (>= 0)."@en
<http://iec.ch/TC57/CIM100#ExcOEX3T.te> <http://www.w3.org/2004/02/skos/core#definition> "Time constant (<i>T</i><i><sub>E</sub></i>) (>= 0)."@en
<http://iec.ch/TC57/CIM100#ExcOEX3T.tf> <http://www.w3.org/2004/02/skos/core#definition> "Time constant (<i>T</i><i><sub>F</sub></i>) (>= 0)."@en
<http://iec.ch/TC57/CIM100#ExcOEX3T.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Limiter (<i>V</i><i><sub>RMAX</sub></i>) (> ExcOEX3T.vrmin)."@en
<http://iec.ch/TC57/CIM100#ExcOEX3T.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Limiter (<i>V</i><i><sub>RMIN</sub></i>) (< ExcOEX3T.vrmax). "@en
<http://iec.ch/TC57/CIM100#ExcPIC.e1> <http://www.w3.org/2004/02/skos/core#definition> "Field voltage value 1 (<i>E</i><i><sub>1</sub></i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcPIC.e2> <http://www.w3.org/2004/02/skos/core#definition> "Field voltage value 2 (<i>E</i><i><sub>2</sub></i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcPIC.efdmax> <http://www.w3.org/2004/02/skos/core#definition> "Exciter maximum limit (<i>E</i><i><sub>fdmax</sub></i>) (> ExcPIC.efdmin). Typical value = 8."@en
<http://iec.ch/TC57/CIM100#ExcPIC.efdmin> <http://www.w3.org/2004/02/skos/core#definition> "Exciter minimum limit (<i>E</i><i><sub>fdmin</sub></i>) (< ExcPIC.efdmax). Typical value = -0,87."@en
<http://iec.ch/TC57/CIM100#ExcPIC.ka> <http://www.w3.org/2004/02/skos/core#definition> "PI controller gain (<i>K</i><i><sub>a</sub></i>). Typical value = 3,15."@en
<http://iec.ch/TC57/CIM100#ExcPIC.kc> <http://www.w3.org/2004/02/skos/core#definition> "Exciter regulation factor (<i>K</i><i><sub>c</sub></i>). Typical value = 0,08."@en
<http://iec.ch/TC57/CIM100#ExcPIC.ke> <http://www.w3.org/2004/02/skos/core#definition> "Exciter constant (<i>K</i><i><sub>e</sub></i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcPIC.kf> <http://www.w3.org/2004/02/skos/core#definition> "Rate feedback gain (<i>K</i><i><sub>f</sub></i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcPIC.ki> <http://www.w3.org/2004/02/skos/core#definition> "Current source gain (<i>K</i><i><sub>i</sub></i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcPIC.kp> <http://www.w3.org/2004/02/skos/core#definition> "Potential source gain (<i>K</i><i><sub>p</sub></i>). Typical value = 6,5."@en
<http://iec.ch/TC57/CIM100#ExcPIC.se1> <http://www.w3.org/2004/02/skos/core#definition> "Saturation factor at <i>E</i><i><sub>1</sub></i> (<i>Se</i><i><sub>1</sub></i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcPIC.se2> <http://www.w3.org/2004/02/skos/core#definition> "Saturation factor at <i>E</i><i><sub>2</sub></i> (<i>Se</i><i><sub>2</sub></i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcPIC.ta1> <http://www.w3.org/2004/02/skos/core#definition> "PI controller time constant (<i>T</i><i><sub>a1</sub></i>) (>= 0). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcPIC.ta2> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>T</i><i><sub>a2</sub></i>) (>= 0). Typical value = 0,01."@en
<http://iec.ch/TC57/CIM100#ExcPIC.ta3> <http://www.w3.org/2004/02/skos/core#definition> "Lead time constant (<i>T</i><i><sub>a3</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcPIC.ta4> <http://www.w3.org/2004/02/skos/core#definition> "Lag time constant (<i>T</i><i><sub>a4</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcPIC.te> <http://www.w3.org/2004/02/skos/core#definition> "Exciter time constant (<i>T</i><i><sub>e</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcPIC.tf1> <http://www.w3.org/2004/02/skos/core#definition> "Rate feedback time constant (<i>T</i><i><sub>f1</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcPIC.tf2> <http://www.w3.org/2004/02/skos/core#definition> "Rate feedback lag time constant (<i>T</i><i><sub>f2</sub></i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcPIC.vr1> <http://www.w3.org/2004/02/skos/core#definition> "PI maximum limit (<i>V</i><i><sub>r1</sub></i>). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcPIC.vr2> <http://www.w3.org/2004/02/skos/core#definition> "PI minimum limit (<i>V</i><i><sub>r2</sub></i>). Typical value = -0,87."@en
<http://iec.ch/TC57/CIM100#ExcPIC.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator maximum limit (<i>V</i><i><sub>rmax</sub></i>) (> ExcPIC.vrmin). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcPIC.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator minimum limit (<i>V</i><i><sub>rmin</sub></i>) (< ExcPIC.vrmax). Typical value = -0,87."@en
<http://iec.ch/TC57/CIM100#ExcREXS.e1> <http://www.w3.org/2004/02/skos/core#definition> "Field voltage value 1 (<i>E</i><i><sub>1</sub></i>). Typical value = 3."@en
<http://iec.ch/TC57/CIM100#ExcREXS.e2> <http://www.w3.org/2004/02/skos/core#definition> "Field voltage value 2 (<i>E</i><i><sub>2</sub></i>). Typical value = 4."@en
<http://iec.ch/TC57/CIM100#ExcREXS.fbf> <http://www.w3.org/2004/02/skos/core#definition> "Rate feedback signal flag (<i>fbf</i>). Typical value = fieldCurrent."@en
<http://iec.ch/TC57/CIM100#ExcREXS.flimf> <http://www.w3.org/2004/02/skos/core#definition> "Limit type flag (<i>Flimf</i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcREXS.kc> <http://www.w3.org/2004/02/skos/core#definition> "Rectifier regulation factor (<i>Kc</i>). Typical value = 0,05."@en
<http://iec.ch/TC57/CIM100#ExcREXS.kd> <http://www.w3.org/2004/02/skos/core#definition> "Exciter regulation factor (<i>Kd</i>). Typical value = 2."@en
<http://iec.ch/TC57/CIM100#ExcREXS.ke> <http://www.w3.org/2004/02/skos/core#definition> "Exciter field proportional constant (<i>Ke</i>). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcREXS.kefd> <http://www.w3.org/2004/02/skos/core#definition> "Field voltage feedback gain (<i>Kefd</i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcREXS.kf> <http://www.w3.org/2004/02/skos/core#definition> "Rate feedback gain (<i>Kf</i>) (>= 0). Typical value = 0,05."@en
<http://iec.ch/TC57/CIM100#ExcREXS.kh> <http://www.w3.org/2004/02/skos/core#definition> "Field voltage controller feedback gain (<i>Kh</i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcREXS.kii> <http://www.w3.org/2004/02/skos/core#definition> "Field current regulator integral gain (<i>Kii</i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcREXS.kip> <http://www.w3.org/2004/02/skos/core#definition> "Field current regulator proportional gain (<i>Kip</i>). Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcREXS.ks> <http://www.w3.org/2004/02/skos/core#definition> "Coefficient to allow different usage of the model-speed coefficient (<i>Ks</i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcREXS.kvi> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator integral gain (<i>Kvi</i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcREXS.kvp> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator proportional gain (<i>Kvp</i>). Typical value = 2800."@en
<http://iec.ch/TC57/CIM100#ExcREXS.kvphz> <http://www.w3.org/2004/02/skos/core#definition> "V/Hz limiter gain (<i>Kvphz</i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcREXS.nvphz> <http://www.w3.org/2004/02/skos/core#definition> "Pickup speed of V/Hz limiter (<i>Nvphz</i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcREXS.se1> <http://www.w3.org/2004/02/skos/core#definition> "Saturation factor at <i>E</i><i><sub>1</sub></i><i> </i>(<i>Se</i><i><sub>1</sub></i>). Typical value = 0,0001."@en
<http://iec.ch/TC57/CIM100#ExcREXS.se2> <http://www.w3.org/2004/02/skos/core#definition> "Saturation factor at <i>E</i><i><sub>2</sub></i> (<i>Se</i><i><sub>2</sub></i>). Typical value = 0,001."@en
<http://iec.ch/TC57/CIM100#ExcREXS.ta> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator time constant (<i>Ta</i>) (>= 0). If = 0, block is bypassed. Typical value = 0,01."@en
<http://iec.ch/TC57/CIM100#ExcREXS.tb1> <http://www.w3.org/2004/02/skos/core#definition> "Lag time constant (<i>Tb1</i>) (>= 0). If = 0, block is bypassed. Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcREXS.tb2> <http://www.w3.org/2004/02/skos/core#definition> "Lag time constant (<i>Tb2</i>) (>= 0). If = 0, block is bypassed. Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcREXS.tc1> <http://www.w3.org/2004/02/skos/core#definition> "Lead time constant (<i>Tc1</i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcREXS.tc2> <http://www.w3.org/2004/02/skos/core#definition> "Lead time constant (<i>Tc2</i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcREXS.te> <http://www.w3.org/2004/02/skos/core#definition> "Exciter field time constant (<i>Te</i>) (> 0). Typical value = 1,2."@en
<http://iec.ch/TC57/CIM100#ExcREXS.tf> <http://www.w3.org/2004/02/skos/core#definition> "Rate feedback time constant (<i>Tf</i>) (>= 0). If = 0, the feedback path is not used. Typical value = 1."@en
<http://iec.ch/TC57/CIM100#ExcREXS.tf1> <http://www.w3.org/2004/02/skos/core#definition> "Feedback lead time constant (<i>Tf1</i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcREXS.tf2> <http://www.w3.org/2004/02/skos/core#definition> "Feedback lag time constant (<i>Tf2</i>) (>= 0). If = 0, block is bypassed. Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcREXS.tp> <http://www.w3.org/2004/02/skos/core#definition> "Field current bridge time constant (<i>Tp</i>) (>= 0). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcREXS.vcmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum compounding voltage (<i>Vcmax</i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcREXS.vfmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum exciter field current (<i>Vfmax</i>) (> ExcREXS.vfmin). Typical value = 47."@en
<http://iec.ch/TC57/CIM100#ExcREXS.vfmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum exciter field current (<i>Vfmin</i>) (< ExcREXS.vfmax). Typical value = -20."@en
<http://iec.ch/TC57/CIM100#ExcREXS.vimax> <http://www.w3.org/2004/02/skos/core#definition> "Voltage regulator input limit (<i>Vimax</i>). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#ExcREXS.vrmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum controller output (V<i>rmax</i>) (> ExcREXS.vrmin). Typical value = 47."@en
<http://iec.ch/TC57/CIM100#ExcREXS.vrmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum controller output (<i>Vrmin</i>) (< ExcREXS.vrmax). Typical value = -20."@en
<http://iec.ch/TC57/CIM100#ExcREXS.xc> <http://www.w3.org/2004/02/skos/core#definition> "Exciter compounding reactance (<i>Xc</i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcRQB.ki0> <http://www.w3.org/2004/02/skos/core#definition> "Voltage reference input gain (<i>Ki0</i>). Typical value = 12,7."@en
<http://iec.ch/TC57/CIM100#ExcRQB.ki1> <http://www.w3.org/2004/02/skos/core#definition> "Voltage input gain (<i>Ki1</i>). Typical value = -16,8."@en
<http://iec.ch/TC57/CIM100#ExcRQB.klir> <http://www.w3.org/2004/02/skos/core#definition> "OEL input gain (<i>KLIR</i>). Typical value = 12,13."@en
<http://iec.ch/TC57/CIM100#ExcRQB.klus> <http://www.w3.org/2004/02/skos/core#definition> "Limiter gain (<i>KLUS</i>). Typical value = 50."@en
<http://iec.ch/TC57/CIM100#ExcRQB.lsat> <http://www.w3.org/2004/02/skos/core#definition> "Integrator limiter (<i>LSAT</i>). Typical value = 5,73."@en
<http://iec.ch/TC57/CIM100#ExcRQB.lus> <http://www.w3.org/2004/02/skos/core#definition> "Setpoint (<i>LUS</i>). Typical value = 0,12."@en
<http://iec.ch/TC57/CIM100#ExcRQB.mesu> <http://www.w3.org/2004/02/skos/core#definition> "Voltage input time constant (<i>MESU</i>) (>= 0). Typical value = 0,02."@en
<http://iec.ch/TC57/CIM100#ExcRQB.t4m> <http://www.w3.org/2004/02/skos/core#definition> "Input time constant (<i>T4M</i>) (>= 0). Typical value = 5."@en
<http://iec.ch/TC57/CIM100#ExcRQB.tc> <http://www.w3.org/2004/02/skos/core#definition> "Lead lag time constant (<i>TC</i>) (>= 0). Typical value = 0,02."@en
<http://iec.ch/TC57/CIM100#ExcRQB.te> <http://www.w3.org/2004/02/skos/core#definition> "Lead lag time constant (<i>TE</i>) (>= 0). Typical value = 0,22."@en
<http://iec.ch/TC57/CIM100#ExcRQB.tf> <http://www.w3.org/2004/02/skos/core#definition> "Exciter time constant (<i>TF</i>) (>= 0). Typical value = 0,01."@en
<http://iec.ch/TC57/CIM100#ExcRQB.ucmax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum voltage reference limit (<i>UCMAX</i>) (> ExcRQB.ucmin). Typical value = 1,1."@en
<http://iec.ch/TC57/CIM100#ExcRQB.ucmin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum voltage reference limit (<i>UCMIN</i>) (< ExcRQB.ucmax). Typical value = 0,9."@en
<http://iec.ch/TC57/CIM100#ExcSCRX.cswitch> <http://www.w3.org/2004/02/skos/core#definition> "\nPower source switch (<i>Cswitch</i>).\ntrue = fixed voltage of 1.0 PU\nfalse = generator terminal voltage.\n\t"@en
<http://iec.ch/TC57/CIM100#ExcSCRX.emax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum field voltage output (<i>Emax</i>) (> ExcSCRX.emin). Typical value = 5."@en
<http://iec.ch/TC57/CIM100#ExcSCRX.emin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum field voltage output (<i>Emin</i>) (< ExcSCRX.emax). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcSCRX.k> <http://www.w3.org/2004/02/skos/core#definition> "Gain (<i>K</i>) (> 0). Typical value = 200."@en
<http://iec.ch/TC57/CIM100#ExcSCRX.rcrfd> <http://www.w3.org/2004/02/skos/core#definition> "Ratio of field discharge resistance to field winding resistance ([<i>rc / rfd]</i>). Typical value = 0."@en
<http://iec.ch/TC57/CIM100#ExcSCRX.tatb> <http://www.w3.org/2004/02/skos/core#definition> "Gain reduction ratio of lag-lead element ([<i>Ta</i> / <i>Tb</i>]). The parameter <i>Ta</i> is not defined explicitly. Typical value = 0.1."@en
<http://iec.ch/TC57/CIM100#ExcSCRX.tb> <http://www.w3.org/2004/02/skos/core#definition> "Denominator time constant of lag-lead block (<i>Tb</i>) (>= 0). Typical value = 10."@en
<http://iec.ch/TC57/CIM100#ExcSCRX.te> <http://www.w3.org/2004/02/skos/core#definition> "Time constant of gain block (<i>Te</i>) (> 0). Typical value = 0,02."@en
<http://iec.ch/TC57/CIM100#ExcSEXS.efdmax> <http://www.w3.org/2004/02/skos/core#definition> "Field voltage clipping maximum limit (<i>Efdmax</i>) (> ExcSEXS.efdmin). Typical value = 5."@en
<http://iec.ch/TC57/CIM100#ExcSEXS.efdmin> <http://www.w3.org/2004/02/skos/core#definition> "Field voltage clipping minimum limit (<i>Efdmin</i>) (< ExcSEXS.efdmax). Typical value = -5."@en
<http://iec.ch/TC57/CIM100#ExcSEXS.emax> <http://www.w3.org/2004/02/skos/core#definition> "Maximum field voltage output (<i>Emax</i>) (> ExcSEXS.emin). Typical value = 5."@en
<http://iec.ch/TC57/CIM100#ExcSEXS.emin> <http://www.w3.org/2004/02/skos/core#definition> "Minimum field voltage output (<i>Emin</i>) (< ExcSEXS.emax). Typical value = -5."@en
<http://iec.ch/TC57/CIM100#ExcSEXS.k> <http://www.w3.org/2004/02/skos/core#definition> "Gain (<i>K</i>) (> 0). Typical value = 100."@en
<http://iec.ch/TC57/CIM100#ExcSEXS.kc> <http://www.w3.org/2004/02/skos/core#definition> "PI controller gain (<i>Kc</i>) (> 0 if ExcSEXS.tc > 0). Typical value = 0,08."@en
<http://iec.ch/TC57/CIM100#ExcSEXS.tatb> <http://www.w3.org/2004/02/skos/core#definition> "Gain reduction ratio of lag-lead element (<i>[Ta / Tb]</i>). Typical value = 0,1."@en
<http://iec.ch/TC57/CIM100#ExcSEXS.tb> <http://www.w3.org/2004/02/skos/core#definition> "Denominator time constant of lag-lead block (<i>Tb</i>) (>= 0). Typical value = 10."@en
<http://iec.ch/TC57/CIM100#ExcSEXS.tc> <http://www.w3.org/2004/02/skos/core#definition> "PI controller phase lead time constant (<i>Tc</i>) (>= 0). Typical value = 0."@en