Skip to content

Class: PerCent

Percentage on a defined base. For example, specify as 100 to indicate at the defined base.

URI: cim:PerCent

 classDiagram
    class PerCent
      PerCent : PerCent.multiplier

          PerCent --> UnitMultiplier : PerCent.multiplier

      PerCent : PerCent.unit

          PerCent --> UnitSymbol : PerCent.unit

      PerCent : PerCent.value

Slots

Name Cardinality and Range Description Inheritance
value 0..1
Float
Normally 0 to 100 on a defined base direct
unit 0..1
UnitSymbol
direct
multiplier 0..1
UnitMultiplier
direct

Usages

used by used in type used
EnergyConsumer pfixed_pct range PerCent
EnergyConsumer qfixed_pct range PerCent

Identifier and Mapping Information

Schema Source

  • from schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile

Mappings

Mapping Type Mapped Value
self cim:PerCent
native this:PerCent

LinkML Source

Direct

name: PerCent
description: Percentage on a defined base.   For example, specify as 100 to indicate
  at the defined base.
from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
rank: 1000
attributes:
  value:
    name: value
    description: Normally 0 to 100 on a defined base.
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    slot_uri: cim:PerCent.value
    multivalued: false
    domain_of:
    - Susceptance
    - Conductance
    - Resistance
    - Reactance
    - Length
    - Voltage
    - CurrentFlow
    - ActivePower
    - PerCent
    - ReactivePower
    range: float
    required: false
  unit:
    name: unit
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    slot_uri: cim:PerCent.unit
    multivalued: false
    domain_of:
    - Susceptance
    - Conductance
    - Resistance
    - Reactance
    - Length
    - Voltage
    - CurrentFlow
    - ActivePower
    - PerCent
    - ReactivePower
    range: UnitSymbol
    required: false
  multiplier:
    name: multiplier
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    slot_uri: cim:PerCent.multiplier
    multivalued: false
    domain_of:
    - Susceptance
    - Conductance
    - Resistance
    - Reactance
    - Length
    - Voltage
    - CurrentFlow
    - ActivePower
    - PerCent
    - ReactivePower
    range: UnitMultiplier
    required: false
class_uri: cim:PerCent

Induced

name: PerCent
description: Percentage on a defined base.   For example, specify as 100 to indicate
  at the defined base.
from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
rank: 1000
attributes:
  value:
    name: value
    description: Normally 0 to 100 on a defined base.
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    slot_uri: cim:PerCent.value
    multivalued: false
    alias: value
    owner: PerCent
    domain_of:
    - Susceptance
    - Conductance
    - Resistance
    - Reactance
    - Length
    - Voltage
    - CurrentFlow
    - ActivePower
    - PerCent
    - ReactivePower
    range: float
    required: false
  unit:
    name: unit
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    slot_uri: cim:PerCent.unit
    multivalued: false
    alias: unit
    owner: PerCent
    domain_of:
    - Susceptance
    - Conductance
    - Resistance
    - Reactance
    - Length
    - Voltage
    - CurrentFlow
    - ActivePower
    - PerCent
    - ReactivePower
    range: UnitSymbol
    required: false
  multiplier:
    name: multiplier
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    slot_uri: cim:PerCent.multiplier
    multivalued: false
    alias: multiplier
    owner: PerCent
    domain_of:
    - Susceptance
    - Conductance
    - Resistance
    - Reactance
    - Length
    - Voltage
    - CurrentFlow
    - ActivePower
    - PerCent
    - ReactivePower
    range: UnitMultiplier
    required: false
class_uri: cim:PerCent