{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/ExcIEEEDC1A/schema.json", "title": " Smart Data Models - ExcIEEEDC1A", "description": "Adapted from CIM data models. The class represents IEEE Std 421.5-2005 type DC1A model. This model represents field-controlled dc commutator exciters with continuously acting voltage regulators (especially the direct-acting rheostatic, rotating amplifier, and magnetic amplifier types). Because this model has been widely implemented by the industry, it is sometimes used to represent other types of systems when detailed data for them are not available or when a simplified model is required. Reference: IEEE Standard 421.5-2005 Section 5.1.", "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": [ "ExcIEEEDC1A" ], "description": "Property. NGSI type. It has to be ExcIEEEDC1A" }, "efd1": { "description": "Property. Model:'https://schema.org/Number'. Exciter voltage at which exciter saturation is defined (E). Typical Value = 3.1. Default: 0.0", "type": "number" }, "efd2": { "description": "Property. Model:'https://schema.org/Number'. Exciter voltage at which exciter saturation is defined (E). Typical Value = 2.3. 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" }, "ka": { "description": "Property. Model:'https://schema.org/Number'. Voltage regulator gain (K). Typical Value = 46. Default: 0.0", "type": "number" }, "ke": { "description": "Property. Model:'https://schema.org/Number'. Exciter constant related to self-excited field (K). Typical Value = 0. Default: 0.0", "type": "number" }, "kf": { "description": "Property. Model:'https://schema.org/Number'. Excitation control system stabilizer gain (K). Typical Value = 0.1. 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.33. 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.1. Default: 0.0", "type": "number" }, "ta": { "description": "Property. Model:'https://schema.org/Number'. Voltage regulator time constant (T). Typical Value = 0.06. Default: 0", "type": "number" }, "tb": { "description": "Property. Model:'https://schema.org/Number'. Voltage regulator time constant (T). Typical Value = 0. Default: 0", "type": "number" }, "tc": { "description": "Property. Model:'https://schema.org/Number'. Voltage regulator 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 = 0.46. 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" }, "uelin": { "description": "Property. Model:'https://schema.org/Number'. UEL input (uelin). true = input is connected to the HV gate false = input connects to the error signal. Typical Value = true. Default: False", "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.9. Default: 0.0", "type": "number" } } } ] }