{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/AsynchronousMachineTimeConstantReactance/schema.json", "title": " Smart Data Models - AsynchronousMachineTimeConstantReactance", "description": "Adapted from CIM data models. The parameters used for models expressed in time constant reactance form include:", "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": [ "AsynchronousMachineTimeConstantReactance" ], "description": "Property. NGSI type. It has to be AsynchronousMachineTimeConstantReactance" }, "tpo": { "description": "Property. Model:'https://schema.org/Number'. Transient rotor time constant (T`o) (> T``o). Typical Value = 5. Default: 0", "type": "number" }, "tppo": { "description": "Property. Model:'https://schema.org/Number'. Subtransient rotor time constant (T``o) (> 0). Typical Value = 0.03. Default: 0", "type": "number" }, "xp": { "description": "Property. Model:'https://schema.org/Number'. Transient reactance (unsaturated) (X`) (>=X``). Typical Value = 0.5. Default: 0.0", "type": "number" }, "xpp": { "description": "Property. Model:'https://schema.org/Number'. Subtransient reactance (unsaturated) (X``) (> Xl). Typical Value = 0.2. Default: 0.0", "type": "number" }, "xs": { "description": "Property. Model:'https://schema.org/Number'. Synchronous reactance (Xs) (>= X`). Typical Value = 1.8. Default: 0.0", "type": "number" } } } ] }