{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/ExcSEXS/schema.json", "title": " Smart Data Models - ExcSEXS", "description": "Adapted from CIM data models. Simplified Excitation System Model.", "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": [ "ExcSEXS" ], "description": "Property. NGSI type. It has to be ExcSEXS" }, "efdmax": { "description": "Property. Model:'https://schema.org/Number'. Field voltage clipping maximum limit (Efdmax). Typical Value = 5. Default: 0.0", "type": "number" }, "efdmin": { "description": "Property. Model:'https://schema.org/Number'. Field voltage clipping minimum limit (Efdmin). Typical Value = -5. Default: 0.0", "type": "number" }, "emax": { "description": "Property. Model:'https://schema.org/Number'. Maximum field voltage output (Emax). Typical Value = 5. Default: 0.0", "type": "number" }, "emin": { "description": "Property. Model:'https://schema.org/Number'. Minimum field voltage output (Emin). Typical Value = -5. Default: 0.0", "type": "number" }, "k": { "description": "Property. Model:'https://schema.org/Number'. Gain (K) (>0). Typical Value = 100. Default: 0.0", "type": "number" }, "kc": { "description": "Property. Model:'https://schema.org/Number'. PI controller gain (Kc). Typical Value = 0.08. Default: 0.0", "type": "number" }, "tatb": { "description": "Property. Model:'https://schema.org/Number'. Ta/Tb - gain reduction ratio of lag-lead element (TaTb). Typical Value = 0.1. Default: 0.0", "type": "number" }, "tb": { "description": "Property. Model:'https://schema.org/Number'. Denominator time constant of lag-lead block (Tb). Typical Value = 10. Default: 0", "type": "number" }, "tc": { "description": "Property. Model:'https://schema.org/Number'. PI controller phase lead time constant (Tc). Typical Value = 0. Default: 0", "type": "number" }, "te": { "description": "Property. Model:'https://schema.org/Number'. Time constant of gain block (Te). Typical Value = 0.05. Default: 0", "type": "number" } } } ] }