![]() |
Python API
|
Digital port input change event class. More...
Public Member Functions | |
| __init__ (self) | |
Public Attributes | |
| timestamp | |
| Event timestamp as a Clock object. | |
| channel | |
| The digital input which changed state, as an integer starting at zero. | |
| state | |
| New state of digital port input as a boolean. | |
Digital port input change event class.
| plux.Event.DigInUpdate.__init__ | ( | self | ) |
| plux.Event.DigInUpdate.timestamp |
Event timestamp as a Clock object.
| plux.Event.DigInUpdate.channel |
The digital input which changed state, as an integer starting at zero.
| plux.Event.DigInUpdate.state |
New state of digital port input as a boolean.
If True, new state is High, otherwise it is Low.