Skip to content

Device Model

IRI: https://w3id.org/altium/cdm/system/SdmDeviceModel

Bounded context: system-sdm

Represents a device model within the system design.

Diagram

---
  config:
    layout: elk
    theme: neutral
    class:
      hideEmptyMembersBox: true
---
 classDiagram
    direction LR


  class system_SdmDeviceModel["Device Model"]



      style system_SdmDeviceModel fill:#f1c232    


    click system_SdmDeviceModel href "../../classes/system_SdmDeviceModel/"









          system_SdmDeviceModel : id



          system_SdmDeviceModel : board name



          system_SdmDeviceModel : deviceMpn








      system_SdmDeviceModel --> "*" dm_peripheral : peripherals
      click dm_peripheral href "../../classes/dm_peripheral/"


  class dm_peripheral["Peripheral"]



      style dm_peripheral fill:#6fa8dc    











      system_SdmDeviceModel --> "*" dm_port : ports
      click dm_port href "../../classes/dm_port/"


  class dm_port["Port"]



      style dm_port fill:#6fa8dc    













  class system_SdmSystemModelVersion["System  Model Version"]



      style system_SdmSystemModelVersion fill:#f1c232    


          system_SdmSystemModelVersion --> "*" system_SdmDeviceModel: device models 
          click system_SdmSystemModelVersion href "../../classes/system_SdmSystemModelVersion/"



Inheritance

Fields

Name Cardinality Type Description Inheritance
id 1 string Local unique identifier within a given context. direct
board name 0..1 string Board name for the device direct
deviceMpn 1 string Manufacturer Part Number (MPN) for the device. direct
peripherals * Peripheral List of all peripherals available on the device. direct
ports * Port List of physical ports on the device. direct

Identifier and Mapping Information

Annotations

property value
platformAPI SysSdmDeviceModel

Comments

Comments are still experimental - you need access to AltiumDeveloper/cdm-comments repository to see and leave comments. Please ping @dmitry.kolomiets for details.