Click or drag to resize

YLPAPDLaserDeviceGetPulseDurationList Method

Creates the list of available pulse durations settable with the serial command SetApdModeIndex ($69).

Namespace: RAYLASE.MarkerPlugin.Devices.Laser.IPG.YLP
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public List<string> GetPulseDurationList()

Return Value

ListString
A list of all found APD modes.
Remarks
In the first step the number of available APD modes is retrieved with command ReadNumberOfApdModes ($55). In a second step all pulse durations are retrieved in a loop using command ReadApdModeDescription ($56).
See Also