Warte auf das Bool-Signal-Ereignis
Schnelle Fakten
| Immobilien | Wert |
|---|---|
| Klasse | CENPyOlpWaitForBoolSignalEvent |
| Modul | cenpylib.CENPyOlpWaitForBoolSignalEvent |
| Paket | cenpylib |
| Veröffentlichung | R2025.2.4 |
| Methoden | 2 |
| Erbt von | CENPyOlpBuiltInEvent |
Erbe
Schneller Start
# Boilerplate Example
# Acquire the event object from the runtime context
waitForBoolSignalEvent = ... # provided by the frameworkMethodenindex
| Methode | Rückgaben | Zusammenfassung |
|---|---|---|
SetValue | — | Stellen Sie den Wert fest. |
GetValue | bool | Erfassen Sie den Wert. |
Abfragemethoden
GetValue
def GetValue() -> boolErfassen Sie den Wert.
Returns: bool — Wert im Ereignis gespeichert.
Mutationsmethoden
SetValue
def SetValue(value: bool)Stellen Sie den Wert fest.
Parameter:
| Name | Typ | Beschreibung |
|---|---|---|
value | bool | Neuer Wert muss gesetzt werden. |
Versionsnotizen
Diese Klasse ist zum Zeitpunkt der Veröffentlichung R2025.2.4 dokumentiert.
Was this page helpful?