The browsename for the created Object.
Describes which category this property belongs to.
A description of the SubmodelProperty.
The short identifier of the SubmodelProperty.
Specifies whether the SubmodelProperty to be created should be a template or an instance.
The node id for the created Object.
An AAS reference to the parent entity of this Object.
An AAS Reference pointing to an entity defining the semantics for this SubmodelProperty.
The Submodel containing this Object inside its SubmodelObject.submodelElements by means of Organizes Reference.
The value of this SubmodelProperty.
An AAS Reference to the the value in case the value of this Submodelproperty is stored somewhere else.
The type of the value of this SubmodelProperty.
Generated using TypeDoc
An object containing all the parameters for the creation of an instance of the SubmodelPropertyType ObjectType. example:
{ browseName: "NMAX", idShort: "NMAX", submodelElementOf: submodel_1, semanticId: [ new Key({ idType: KeyType.IRDI, local: true, type: KeyElements.ConceptDescription, value: "0173-1#02-BAA120#007" }) ], category: PropertyCategory.PARAMETER, valueType: PropertyValueType.Double, value: { dataType: "Double", value: { get: () => { return new Variant({ dataType: DataType.Double, value: 2000}); } } } }