Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AASReferenceOptions

An object containing all the parameters for the creation of an instance of the AASReferenceType ObjectType.

example:

 {
     organizedBy: folderObj,
     browseName: "MyRef",
     keys: [ new Key({
         idType: KeyType.IRDI,
         local: false,
         type: KeyElements.GlobalReference,
         value: "0173-1#05-AAA650#002"
     }) ]
 }

Hierarchy

  • AASReferenceOptions

Index

Properties

browseName

browseName: string

The browsename for the created Object.

Optional componentOf

componentOf: UAObject

The Object this AASReference will be connected to by means of HasComponent Reference.

Optional description

description: string | LocalizedText

A description of the Asset Administration Shell.

Optional isCaseOf

The Object this AASReference will be connected to by means of IsCaseOf Reference.

keys

keys: Key[]

An Array of Key composing the path to the entity pointed by the created AAS Reference.

Optional nodeId

nodeId: NodeIdLike

The node id for the created Object.

Optional organizedBy

organizedBy: UAObject

The Object this AASReference will be connected to by means of Organizes Reference.

Generated using TypeDoc