Thorlabs_GetBoolParameter


Gets parameter of type Bool.

Syntax

C++
Python
 
def Thorlabs_GetBoolParameter(
	state: Thorlabs_State,
	/,
	*,
	inDeviceID: str | None = None,
	inParameterName: str = ""
)
-> outParameterValue: bool

Parameters

Name Type Default Description
Input will be modified ioState Thorlabs_State
Input value inDeviceID str | None None Camera serial number or name, Auto = first camera
Input value inParameterName str "" Name of parameter
Output value outParameterValue bool Value of parameter

Multithreaded environment

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