YLPAPDLaserDeviceGetPulseDurationList Method |
Creates the list of available pulse durations settable with the
serial command SetApdModeIndex ($69).
Namespace: RAYLASE.MarkerPlugin.Devices.Laser.IPG.YLPAssembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntaxpublic List<string> GetPulseDurationList()
Return Value
ListStringA 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