Skip to content

Enum: TimeOfUse

Time of Use used by a CRR definition for specifying the time the CRR spans. ON - CRR spans the on peak hours of the day, OFF - CRR spans the off peak hours of the day, 24HR - CRR spans the entire day.

URI: TimeOfUse

Permissible Values

Value Meaning Description
24HR cim:TimeOfUse.24HR
OFF cim:TimeOfUse.OFF
ON cim:TimeOfUse.ON

Slots

Name Description
time_of_use Time of Use flag of the CRR - Peak (ON), Offpeak (OFF) or all 24 hours (24HR)

Identifier and Mapping Information

Schema Source

  • from schema: https://cim.ucaiug.io/ns#TC57CIM

LinkML Source

name: TimeOfUse
description: Time of Use used by a CRR definition for specifying the time the CRR
  spans. ON - CRR spans the on peak hours of the day, OFF - CRR spans the off peak
  hours of the day, 24HR - CRR spans the entire day.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
enum_uri: cim:TimeOfUse
permissible_values:
  24HR:
    text: 24HR
    meaning: cim:TimeOfUse.24HR
  'OFF':
    text: 'OFF'
    meaning: cim:TimeOfUse.OFF
  'ON':
    text: 'ON'
    meaning: cim:TimeOfUse.ON