SiliconSoftware_GenerateSoftwareTrigger


Generates software trigger. This function depends on current applet.

Syntax

C++
Python
 
def SiliconSoftware_GenerateSoftwareTrigger(
	state: SiliconSoftware_State,
	inPort: int,
	/,
	*,
	inDeviceIndex: int | None = None
)
-> None

Parameters

Name Type Range Default Description
Input will be modified ioState SiliconSoftware_State
Input value inDeviceIndex int | None 0 - None Device identifying number
Input value inPort int 0 - DMA port

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.