resolveAttribute
[ Funktion ]
public resolveAttribute(
name: string,
callback?: (
(
this: void,
data: TcHmi.Symbol.IAttributesResultObject
) => void
)
): void;
Liefert ein bestimmtes Attribut aus dem Schema des zugehörigen Symboles.
Diese Funktion kann verwendet werden, um ein bestimmtes Attribut eines PLC-Symbols zu erhalten.
Parameter
Name | Typ | Beschreibung |
---|---|---|
name | Name des Attributes. | |
callback [Optional ] | ((this: void, data: TcHmi.Symbol.IAttributeResultObject) => void) | Wird ausgelöst wenn das Ergebnis verfügbar ist. |
Rückgabewert
Typ | Beschreibung |
---|---|
void | Kein Rückgabewert |
Verfügbar ab Version 1.12 |