|
Impact Acquire SDK Python
|
A class to represent a digital input pin(Device specific interface layout only). More...
Public Member Functions | |
| __init__ (self, *args, **kwargs) | |
| get (self) | |
| Returns the current state of this input pin. | |
| getDescription (self) | |
| Returns a description for this digital input. | |
Properties | |
| description = property (getDescription, None, None, None) | |
| A string property (read-only) which holds a description for this digital input. | |
| state = property (get, None, None, None) | |
| A bool property (read-only) which defines the output state of this digital input. | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
A class to represent a digital input pin(Device specific interface layout only).
| __init__ | ( | self, | |
| * | args, | ||
| ** | kwargs ) |
| get | ( | self | ) |
Returns the current state of this input pin.
| getDescription | ( | self | ) |
Returns a description for this digital input.
This might contain connector descriptions or other information like e.g. 'Trigger-In(J8.4/J8.5)', which means, this is the trigger input of connector J8 pins 4 and 5.
|
static |
A string property (read-only) which holds a description for this digital input.
|
static |
A bool property (read-only) which defines the output state of this digital input.
|
static |