Skip to content

Enum: PowerUnit

Units for measuring power (energy per time)

URI: valuesets:PowerUnit

Permissible Values

Value Meaning Description
WATT QUDT:W Watt (W)
KILOWATT QUDT:KiloW Kilowatt (kW)
MEGAWATT QUDT:MegaW Megawatt (MW)
GIGAWATT QUDT:GigaW Gigawatt (GW)
TERAWATT QUDT:TeraW Terawatt (TW)
HORSEPOWER QUDT:HP Horsepower
BTU_PER_HOUR None BTU per hour

Slots

Name Description
power_unit Units for measuring power (energy per time)

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: PowerUnit
description: Units for measuring power (energy per time)
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  WATT:
    text: WATT
    description: Watt (W)
    meaning: QUDT:W
    annotations:
      symbol:
        tag: symbol
        value: W
      ucum:
        tag: ucum
        value: W
      si_base:
        tag: si_base
        value: true
  KILOWATT:
    text: KILOWATT
    description: Kilowatt (kW)
    meaning: QUDT:KiloW
    annotations:
      symbol:
        tag: symbol
        value: kW
      ucum:
        tag: ucum
        value: kW
      watts:
        tag: watts
        value: 1000
  MEGAWATT:
    text: MEGAWATT
    description: Megawatt (MW)
    meaning: QUDT:MegaW
    annotations:
      symbol:
        tag: symbol
        value: MW
      ucum:
        tag: ucum
        value: MW
      watts:
        tag: watts
        value: 1e6
  GIGAWATT:
    text: GIGAWATT
    description: Gigawatt (GW)
    meaning: QUDT:GigaW
    annotations:
      symbol:
        tag: symbol
        value: GW
      ucum:
        tag: ucum
        value: GW
      watts:
        tag: watts
        value: 1e9
  TERAWATT:
    text: TERAWATT
    description: Terawatt (TW)
    meaning: QUDT:TeraW
    annotations:
      symbol:
        tag: symbol
        value: TW
      ucum:
        tag: ucum
        value: TW
      watts:
        tag: watts
        value: 1e12
  HORSEPOWER:
    text: HORSEPOWER
    description: Horsepower
    meaning: QUDT:HP
    annotations:
      symbol:
        tag: symbol
        value: hp
      ucum:
        tag: ucum
        value: '[HP]'
      watts:
        tag: watts
        value: 745.7
  BTU_PER_HOUR:
    text: BTU_PER_HOUR
    description: BTU per hour
    annotations:
      symbol:
        tag: symbol
        value: BTU/h
      ucum:
        tag: ucum
        value: '[Btu_IT]/h'
      watts:
        tag: watts
        value: 0.293