Class: Ratio
_Fraction specified explicitly with a numerator and denominator, which can be used to calculate the quotient. _
__
URI: cim:Ratio
classDiagram
class Ratio
Ratio : denominator
Ratio : numerator
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| denominator | 0..1 Float |
The part of a fraction that is below the line and that functions as the divis... | direct |
| numerator | 0..1 Float |
The part of a fraction that is above the line and signifies the number to be ... | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| CurrentTransformerInfo | max_ratio | range | Ratio |
| CurrentTransformerInfo | nominal_ratio | range | Ratio |
| CurrentTransformerInfo | primary_ratio | range | Ratio |
| CurrentTransformerInfo | secondary_ratio | range | Ratio |
| CurrentTransformerInfo | tertiary_ratio | range | Ratio |
| PotentialTransformerInfo | nominal_ratio | range | Ratio |
| PotentialTransformerInfo | primary_ratio | range | Ratio |
| PotentialTransformerInfo | secondary_ratio | range | Ratio |
| PotentialTransformerInfo | tertiary_ratio | range | Ratio |
Identifier and Mapping Information
Schema Source
- from schema: https://cim.ucaiug.io/ns#TC57CIM
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cim:Ratio |
| native | cim:Ratio |
LinkML Source
Direct
name: Ratio
description: "Fraction specified explicitly with a numerator and denominator, which\
\ can be used to calculate the quotient.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
attributes:
denominator:
name: denominator
description: The part of a fraction that is below the line and that functions
as the divisor of the numerator.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:Ratio.denominator
multivalued: false
domain_of:
- RationalNumber
- ReadingInterharmonic
- Ratio
range: float
required: false
numerator:
name: numerator
description: The part of a fraction that is above the line and signifies the number
to be divided by the denominator.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:Ratio.numerator
multivalued: false
domain_of:
- RationalNumber
- ReadingInterharmonic
- Ratio
range: float
required: false
class_uri: cim:Ratio
Induced
name: Ratio
description: "Fraction specified explicitly with a numerator and denominator, which\
\ can be used to calculate the quotient.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
attributes:
denominator:
name: denominator
description: The part of a fraction that is below the line and that functions
as the divisor of the numerator.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:Ratio.denominator
multivalued: false
alias: denominator
owner: Ratio
domain_of:
- RationalNumber
- ReadingInterharmonic
- Ratio
range: float
required: false
numerator:
name: numerator
description: The part of a fraction that is above the line and signifies the number
to be divided by the denominator.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:Ratio.numerator
multivalued: false
alias: numerator
owner: Ratio
domain_of:
- RationalNumber
- ReadingInterharmonic
- Ratio
range: float
required: false
class_uri: cim:Ratio