 | ILaserSourcesManagerSwitchPhysicalSourceOn Method |
Switches a single laser source ON, 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.0.10313.0 , built 2022-11-01 12:35:55 UTC
Syntaxvoid SwitchPhysicalSourceOn(
PhysicalLaserSource physicalLaserSource
)
void SwitchPhysicalSourceOn(
PhysicalLaserSource physicalLaserSource
)
Parameters
- physicalLaserSource
- Type: LynceeTec.ImagingPhysicalLaserSource
ExceptionsException | Condition |
---|
ArgumentException | Thrown when the selected source is not part of the current configuration (or when no configuration is loaded) |
See Also