{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/ExcIEEEDC3A/schema.json", "title": " Smart Data Models - ExcIEEEDC3A", "description": "Adapted from CIM data models. The class represents IEEE Std 421.5-2005 type DC3A model. This model represents represent older systems, in particular those dc commutator exciters with non-continuously acting regulators that were commonly used before the development of the continuously acting varieties. These systems respond at basically two different rates, depending upon the magnitude of voltage error. For small errors, adjustment is made periodically with a signal to a motor-operated rheostat. Larger errors cause resistors to be quickly shorted or inserted and a strong forcing signal applied to the exciter. Continuous motion of the motor-operated rheostat occurs for these larger error signals, even though it is bypassed by contactor action. Reference: IEEE Standard 421.5-2005 Section 5.3.", "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": [ "ExcIEEEDC3A" ], "description": "Property. NGSI type. It has to be ExcIEEEDC3A" }, "efd1": { "description": "Property. Model:'https://schema.org/Number'. Exciter voltage at which exciter saturation is defined (E). Typical Value = 3.375. Default: 0.0", "type": "number" }, "efd2": { "description": "Property. Model:'https://schema.org/Number'. Exciter voltage at which exciter saturation is defined (E). Typical Value = 3.15. Default: 0.0", "type": "number" }, "exclim": { "description": "Property. Model:'https://schema.org/Number'. (exclim). IEEE standard is ambiguous about lower limit on exciter output. true = a lower limit of zero is applied to integrator output false = a lower limit of zero is not applied to integrator output. Typical Value = true. Default: False", "type": "number" }, "ke": { "description": "Property. Model:'https://schema.org/Number'. Exciter constant related to self-excited field (K). Typical Value = 0.05. Default: 0.0", "type": "number" }, "kv": { "description": "Property. Model:'https://schema.org/Number'. Fast raise/lower contact setting (K). Typical Value = 0.05. Default: 0.0", "type": "number" }, "seefd1": { "description": "Property. Model:'https://schema.org/Number'. Exciter saturation function value at the corresponding exciter voltage, E (S[E]). Typical Value = 0.267. Default: 0.0", "type": "number" }, "seefd2": { "description": "Property. Model:'https://schema.org/Number'. Exciter saturation function value at the corresponding exciter voltage, E (S[E]). Typical Value = 0.068. Default: 0.0", "type": "number" }, "te": { "description": "Property. Model:'https://schema.org/Number'. Exciter time constant, integration rate associated with exciter control (T). Typical Value = 0.5. Default: 0", "type": "number" }, "trh": { "description": "Property. Model:'https://schema.org/Number'. Rheostat travel time (T). Typical Value = 20. Default: 0", "type": "number" }, "vrmax": { "description": "Property. Model:'https://schema.org/Number'. Maximum voltage regulator output (V). Typical Value = 1. Default: 0.0", "type": "number" }, "vrmin": { "description": "Property. Model:'https://schema.org/Number'. Minimum voltage regulator output (V). Typical Value = 0. Default: 0.0", "type": "number" } } } ] }