Click or drag to resize

ILaserSourcesManagerSwitchPhysicalSourceOff Method

Switches a single laser source OFF, based on its physical ID. The source must be part of the sources of the current measurement configuration.

Namespace:  LynceeTec.API.Hardware
Assembly:  LynceeTec.API.Hardware (in LynceeTec.API.Hardware.dll) Version: 10.1.23514.0 , built 2023-11-07 12:27:42 UTC
Syntax
void SwitchPhysicalSourceOff(
	PhysicalLaserSource physicalLaserSource
)

Parameters

physicalLaserSource
Type: LynceeTec.ImagingPhysicalLaserSource
Exceptions
ExceptionCondition
ArgumentExceptionThrown when the selected source is not part of the current configuration (or when no configuration is loaded)
See Also