PeripheralParameter
IRI: https://w3id.org/altium/cdm/deviceModel/PeripheralParameter
Bounded context: deviceModel
A paramter associated with peripheral instance configuration.
Diagram
---
config:
layout: elk
theme: neutral
class:
hideEmptyMembersBox: true
---
classDiagram
direction LR
class dm_peripheral_parameter["PeripheralParameter"]
style dm_peripheral_parameter fill:#6fa8dc
click dm_peripheral_parameter href "../../classes/dm_peripheral_parameter/"
dm_peripheral_parameter : name
dm_peripheral_parameter : value
class dm_peripheral_configuration["PeripheralConfiguration"]
style dm_peripheral_configuration fill:#6fa8dc
dm_peripheral_configuration --> "*" dm_peripheral_parameter: parameters
click dm_peripheral_configuration href "../../classes/dm_peripheral_configuration/"
Inheritance
- Resource
- dm_peripheral_parameter
Fields
| Name | Cardinality | Type | Description | Inheritance |
|---|---|---|---|---|
| name | 1 |
string | The name of the peripheral parameter. | direct |
| value | 1 |
string | The value of the peripheral parameter. | direct |
Identifier and Mapping Information
Annotations
| property | value |
|---|---|
| platformAPI | DmPeripheralParameters |