 | ILaserSourcesControllerGetSourceByLogicalId Method |
Gets a source of the current configuration according to its logical identifier (i.e. 0 for Lambda 1, 1 for Lambda 2 or 3, if in use)
Namespace:
LynceeTec.Interfaces
Assembly:
LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 9.2.6612.0 , built 2022-07-14 10:39:33 UTC
SyntaxILaserSource GetSourceByLogicalId(
int logicalSourceId
)
ILaserSource^ GetSourceByLogicalId(
int logicalSourceId
)
Parameters
- logicalSourceId
- Type: SystemInt32
The logical source identifier.
Return Value
Type:
ILaserSource
See Also