Click or drag to resize

ILaserSourcesManager Interface

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
Syntax
public interface ILaserSourcesManager : IHardwareItemManager<ILaserSourceItem>, 
	IReadOnlyDictionary<string, ILaserSourceItem>, IReadOnlyCollection<KeyValuePair<string, ILaserSourceItem>>, 
	IEnumerable<KeyValuePair<string, ILaserSourceItem>>, IEnumerable

The ILaserSourcesManager type exposes the following members.

Properties
Methods
  NameDescription
Public methodGetDescription
Gets the description of the hardware item manager
(Inherited from IHardwareItemManagerTHardwareItem.)
Public methodGetHardwareSubItemStatus
Gets the status of a specific sub-item, identified by its uniqueId
(Inherited from IHardwareItemManagerTHardwareItem.)
Public methodSwitchAllSourcesOff
Switches all sources OFF.
Public methodSwitchConfigSourcesOn
Switches all the sources corresponding to the currently active configuration ON.
Public methodSwitchLogicalSourceOff
Switches a single laser source OFF, based on its logical ID. The source must be part of the sources of the current measurement configuration.
Public methodSwitchLogicalSourceOn
Switches a single laser source ON, based on its logical ID. The source must be part of the sources of the current measurement configuration.
Public methodSwitchPhysicalSourceOff
Switches a single laser source OFF, based on its physical ID. The source must be part of the sources of the current measurement configuration.
Public methodSwitchPhysicalSourceOn
Switches a single laser source ON, based on its physical ID. The source must be part of the sources of the current measurement configuration.
Top
Events
See Also