Z4Sight_UnregisterCommand
Unregister command. For the pulse signal, the falling edge is cancelled only if the rising edge cancellation was successful.
Syntax
C++
Python
def Z4Sight_UnregisterCommand( state: Z4Sight_State, inReference: int, /, *, inDeviceID: Z4SightSystemAndDeviceIdentifier | None = None, inCommandList: int = 1, inCommandBit: int = 0, inDelay: float = 0.0, inDuration: float | None = None ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | Z4Sight_State | |||
![]() |
inDeviceID | Z4SightSystemAndDeviceIdentifier | None | None | Device identification number. | |
![]() |
inCommandList | int | 1 - 2 | 1 | I/O command list. |
![]() |
inCommandBit | int | 0 - 7 | 0 | Bit of the command list. |
![]() |
inDelay | float | 0.0 - ![]() |
0.0 | Command delay in seconds. |
![]() |
inDuration | float | None | None | Command duration, only for pulse to unregister it in right way. | |
![]() |
inReference | int |



