StateSymbol
Ein Symbol vom Typ boolean, welches das Indikator Licht an und aus schaltet.
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.Industries.Common.TcHmiIndicatorLight.StateSymbol
Attribut-Getter
public getStateSymbol(): Symbol<boolean> | null | undefined;Parameter
Name | Typ | Beschreibung |
|---|---|---|
- | - | - |
Rückgabewert
Typ | Beschreibung |
|---|---|
Der aktuelle Wert des Attributs. |
Attribut-Setter
public setStateSymbol(valueNew: Symbol | null): void;Parameter
Name | Typ | Beschreibung |
|---|---|---|
valueNew | Der neue Wert des Attributs. Wird null übergeben, so wirkt der interne Standardwert. |
Rückgabewert
Typ | Beschreibung |
|---|---|
void | Kein Rückgabewert. |
![]() | Verfügbar ab Version 1.14.3 |
