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_PeripheralParameter["PeripheralParameter"]
style dm_PeripheralParameter fill:#6fa8dc
click dm_PeripheralParameter href "../../classes/dm_PeripheralParameter/"
class core_Resource["Resource"]
core_Resource <|-- dm_PeripheralParameter
click core_Resource href "../../classes/core_Resource/"
dm_PeripheralParameter : name
dm_PeripheralParameter : value
class dm_PeripheralConfiguration["PeripheralConfiguration"]
style dm_PeripheralConfiguration fill:#6fa8dc
dm_PeripheralConfiguration --> "*" dm_PeripheralParameter: parameters
click dm_PeripheralConfiguration href "../../classes/dm_PeripheralConfiguration/"
Inheritance
- core_Resource
- dm_PeripheralParameter
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 |