Skip to content

Enum: FrequencyUnitEnum

Units of frequency measurement

URI: valuesets:FrequencyUnitEnum

Permissible Values

Value Meaning Description
HERTZ UO:0000106 Hertz (cycles per second)
KILOHERTZ None Kilohertz (1000 Hz)
MEGAHERTZ UO:0000325 Megahertz (10^6 Hz)
GIGAHERTZ None Gigahertz (10^9 Hz)
RPM None Revolutions per minute
BPM None Beats per minute

Slots

Name Description
frequency_unit Units of frequency measurement

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: FrequencyUnitEnum
description: Units of frequency measurement
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  HERTZ:
    text: HERTZ
    description: Hertz (cycles per second)
    meaning: UO:0000106
    annotations:
      symbol:
        tag: symbol
        value: Hz
      system:
        tag: system
        value: SI
  KILOHERTZ:
    text: KILOHERTZ
    description: Kilohertz (1000 Hz)
    annotations:
      symbol:
        tag: symbol
        value: kHz
      conversion_to_hz:
        tag: conversion_to_hz
        value: '1000'
  MEGAHERTZ:
    text: MEGAHERTZ
    description: Megahertz (10^6 Hz)
    meaning: UO:0000325
    annotations:
      symbol:
        tag: symbol
        value: MHz
      conversion_to_hz:
        tag: conversion_to_hz
        value: 1e6
    title: megaHertz
  GIGAHERTZ:
    text: GIGAHERTZ
    description: Gigahertz (10^9 Hz)
    annotations:
      symbol:
        tag: symbol
        value: GHz
      conversion_to_hz:
        tag: conversion_to_hz
        value: 1e9
  RPM:
    text: RPM
    description: Revolutions per minute
    annotations:
      symbol:
        tag: symbol
        value: rpm
      conversion_to_hz:
        tag: conversion_to_hz
        value: '0.0166667'
  BPM:
    text: BPM
    description: Beats per minute
    annotations:
      symbol:
        tag: symbol
        value: bpm
      conversion_to_hz:
        tag: conversion_to_hz
        value: '0.0166667'
      use:
        tag: use
        value: heart rate