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
Input will be modified ioState Z4Sight_State
Input value inDeviceID Z4SightSystemAndDeviceIdentifier | None None Device identification number.
Input value inCommandList int 1 - 2 1 I/O command list.
Input value inCommandBit int 0 - 7 0 Bit of the command list.
Input value inDelay float 0.0 - 0.0 Command delay in seconds.
Input value inDuration float | None None Command duration, only for pulse to unregister it in right way.
Input value inReference int