{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/ExcIEEEAC7B/schema.json", "title": " Smart Data Models - ExcIEEEAC7B", "description": "Adapted from CIM data models. The class represents IEEE Std 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. Reference: IEEE Standard 421.5-2005 Section 6.7. In the IEEE Standard 421.5 - 2005, the [1 / sT] block is shown as [1 / (1 + sT)], which is incorrect.", "type": "object", "allOf": [ { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/GSMA-Commons" }, { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/Location-Commons" }, { "properties": { "type": { "type": "string", "enum": [ "ExcIEEEAC7B" ], "description": "Property. NGSI type. It has to be ExcIEEEAC7B" }, "kc": { "description": "Property. Model:'https://schema.org/Number'. Rectifier loading factor proportional to commutating reactance (K). Typical Value = 0.18. Default: 0.0", "type": "number" }, "kd": { "description": "Property. Model:'https://schema.org/Number'. Demagnetizing factor, a function of exciter alternator reactances (K). Typical Value = 0.02. Default: 0.0", "type": "number" }, "kdr": { "description": "Property. Model:'https://schema.org/Number'. Voltage regulator derivative gain (K). Typical Value = 0. Default: 0.0", "type": "number" }, "ke": { "description": "Property. Model:'https://schema.org/Number'. Exciter constant related to self-excited field (K). Typical Value = 1. Default: 0.0", "type": "number" }, "kf1": { "description": "Property. Model:'https://schema.org/Number'. Excitation control system stabilizer gain (K). Typical Value = 0.212. Default: 0.0", "type": "number" }, "kf2": { "description": "Property. Model:'https://schema.org/Number'. Excitation control system stabilizer gain (K). Typical Value = 0. Default: 0.0", "type": "number" }, "kf3": { "description": "Property. Model:'https://schema.org/Number'. Excitation control system stabilizer gain (K). Typical Value = 0. Default: 0.0", "type": "number" }, "kia": { "description": "Property. Model:'https://schema.org/Number'. Voltage regulator integral gain (K). Typical Value = 59.69. Default: 0.0", "type": "number" }, "kir": { "description": "Property. Model:'https://schema.org/Number'. Voltage regulator integral gain (K). Typical Value = 4.24. Default: 0.0", "type": "number" }, "kl": { "description": "Property. Model:'https://schema.org/Number'. Exciter field voltage lower limit parameter (K). Typical Value = 10. Default: 0.0", "type": "number" }, "kp": { "description": "Property. Model:'https://schema.org/Number'. Potential circuit gain coefficient (K). Typical Value = 4.96. Default: 0.0", "type": "number" }, "kpa": { "description": "Property. Model:'https://schema.org/Number'. Voltage regulator proportional gain (K). Typical Value = 65.36. Default: 0.0", "type": "number" }, "kpr": { "description": "Property. Model:'https://schema.org/Number'. Voltage regulator proportional gain (K). Typical Value = 4.24. Default: 0.0", "type": "number" }, "seve1": { "description": "Property. Model:'https://schema.org/Number'. Exciter saturation function value at the corresponding exciter voltage, V, back of commutating reactance (S[V]). Typical Value = 0.44. Default: 0.0", "type": "number" }, "seve2": { "description": "Property. Model:'https://schema.org/Number'. Exciter saturation function value at the corresponding exciter voltage, V, back of commutating reactance (S[V]). Typical Value = 0.075. Default: 0.0", "type": "number" }, "tdr": { "description": "Property. Model:'https://schema.org/Number'. Lag time constant (T). Typical Value = 0. Default: 0", "type": "number" }, "te": { "description": "Property. Model:'https://schema.org/Number'. Exciter time constant, integration rate associated with exciter control (T). Typical Value = 1.1. Default: 0", "type": "number" }, "tf": { "description": "Property. Model:'https://schema.org/Number'. Excitation control system stabilizer time constant (T). Typical Value = 1. Default: 0", "type": "number" }, "vamax": { "description": "Property. Model:'https://schema.org/Number'. Maximum voltage regulator output (V). Typical Value = 1. Default: 0.0", "type": "number" }, "vamin": { "description": "Property. Model:'https://schema.org/Number'. Minimum voltage regulator output (V). Typical Value = -0.95. Default: 0.0", "type": "number" }, "ve1": { "description": "Property. Model:'https://schema.org/Number'. Exciter alternator output voltages back of commutating reactance at which saturation is defined (V) equals V (V). Typical Value = 6.3. Default: 0.0", "type": "number" }, "ve2": { "description": "Property. Model:'https://schema.org/Number'. Exciter alternator output voltages back of commutating reactance at which saturation is defined (V). Typical Value = 3.02. Default: 0.0", "type": "number" }, "vemin": { "description": "Property. Model:'https://schema.org/Number'. Minimum exciter voltage output (V). Typical Value = 0. Default: 0.0", "type": "number" }, "vfemax": { "description": "Property. Model:'https://schema.org/Number'. Exciter field current limit reference (V). Typical Value = 6.9. Default: 0.0", "type": "number" }, "vrmax": { "description": "Property. Model:'https://schema.org/Number'. Maximum voltage regulator output (V). Typical Value = 5.79. Default: 0.0", "type": "number" }, "vrmin": { "description": "Property. Model:'https://schema.org/Number'. Minimum voltage regulator output (V). Typical Value = -5.79. Default: 0.0", "type": "number" } } } ] }