# Slot: autonomous 


_Whether the system is autonomous (equations do not depend explicitly on time t). Non-autonomous systems have explicit time dependence, e.g. f*cos(omega*t)._



<div data-search-exclude markdown="1">



URI: [tvbo:slot/autonomous](https://w3id.org/tvbo/slot/autonomous)
<!-- no inheritance hierarchy -->





## Applicable Classes

| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Dynamics](../classes/Dynamics.qmd) |  |  no  |






## Properties

### Type and Range

| Property | Value |
| --- | --- |
| Range | [xsd:boolean](http://www.w3.org/2001/XMLSchema#boolean) |
| Domain Of | [Dynamics](../classes/Dynamics.qmd) |

### Cardinality and Requirements

| Property | Value |
| --- | --- |
### Slot Characteristics

| Property | Value |
| --- | --- |
| If Absent | `true` |
| Owner | [Dynamics](../classes/Dynamics.qmd) |












## Identifier and Mapping Information





### Schema Source


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




## Mappings

| Mapping Type | Mapped Value |
| ---  | ---  |
| self | tvbo:autonomous |
| native | tvbo:autonomous |




## LinkML Source

<details>
```yaml
name: autonomous
description: Whether the system is autonomous (equations do not depend explicitly
  on time t). Non-autonomous systems have explicit time dependence, e.g. f*cos(omega*t).
from_schema: https://w3id.org/tvbo
rank: 1000
ifabsent: 'true'
owner: Dynamics
domain_of:
- Dynamics
range: boolean

```
</details></div>