Skip to main content

DmInstanceSelection

**Experimental** Selected instance details and its pin assignments.

type DmInstanceSelection {
groupName: String
instanceName: String!
modeName: String!
pins: [DmPinAssignment!]!
}

Fields

DmInstanceSelection.groupName ● String scalar

**Experimental** Completed op-mode group name that this selection belongs to, if any.

DmInstanceSelection.instanceName ● String! non-null scalar

**Experimental** Name of the selected peripheral instance (e.g., SCI0).

DmInstanceSelection.modeName ● String! non-null scalar

**Experimental** Selected mode/group for this instance.

DmInstanceSelection.pins ● [DmPinAssignment!]! non-null object

**Experimental** Pin function to port assignments realized by this selection.