 | 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.0.26418.0 , built 2021-10-22 08:45:14 UTC
SyntaxILaserSource GetSourceByLogicalId(
int logicalSourceId
)
ILaserSource^ GetSourceByLogicalId(
int logicalSourceId
)
Parameters
- logicalSourceId
- Type: SystemInt32
The logical source identifier.
Return Value
Type:
ILaserSource
See Also