ICube_SetParameter
Sets a parameter of type Integer in an ICube device.
Syntax
C++
Python
def ICube_SetParameter( state: ICube_State, inValue: int, /, *, inDeviceID: int | None = None, inType: int = 0 ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | ICube_State | ||
![]() |
inDeviceID | int | None | None | Index of a camera |
![]() |
inType | int | 0 | Type of the parameter to set (see Parameter Definitions in the API Header) |
![]() |
inValue | int | Value to set |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


