SiliconSoftware_StopAcquisition
Initializes and starts image acquisition in Silicon Software board.
Syntax
C++
Python
def SiliconSoftware_StopAcquisition( state: SiliconSoftware_State, /, *, inDeviceIndex: int | None = None, inPort: int | None = None ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | SiliconSoftware_State | |||
![]() |
inDeviceIndex | int | None | 0 - ![]() |
None | Device identifying number |
![]() |
inPort | int | None | 0 - ![]() |
None | DMA port |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.



