Slot: time_unit

Unit of every time-valued number in this scope — the step size, any period, and the physical meaning of one model time-step. Declared at whichever scope owns the clock (network, integrator, observation); tvbo.utils.units.time_unit_of resolves a scope to its effective unit by walking outwards, and states the ms fallback once, at the end of that walk. Deliberately carries no default: a defaulted slot cannot be inherited through, so ifabsent: ms made an unset unit indistinguishable from one someone wrote, and masked an explicitly declared s one scope out. time_scale is accepted as a synonym.

URI: tvbo:slot/time_unit

Applicable Classes

Name Description Modifies Slot
Network Network specification with nodes, edges, and reusable coupling configurations no
Observation Unified class for all observation/measurement specifications no
Integrator Fixed-step or adaptive ODE integrator with TVB-specific extensions (noise, tr… no

Properties

Type and Range

Property Value
Range UnitEnum
Domain Of Network, Observation, Integrator

Cardinality and Requirements

Property Value

Aliases

  • time_scale

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/tvbo

Mappings

Mapping Type Mapped Value
self tvbo:time_unit
native tvbo:time_unit

LinkML Source

name: time_unit
description: 'Unit of every time-valued number in this scope — the step size, any
  period, and the physical meaning of one model time-step. Declared at whichever scope
  owns the clock (network, integrator, observation); `tvbo.utils.units.time_unit_of`
  resolves a scope to its effective unit by walking outwards, and states the `ms`
  fallback once, at the end of that walk. Deliberately carries no default: a defaulted
  slot cannot be inherited through, so `ifabsent: ms` made an unset unit indistinguishable
  from one someone wrote, and masked an explicitly declared `s` one scope out. `time_scale`
  is accepted as a synonym.'
from_schema: https://w3id.org/tvbo
aliases:
- time_scale
rank: 1000
domain_of:
- Network
- Observation
- Integrator
range: UnitEnum