Click or drag to resize

BaseScanControllerGetUsedLogPath Method

Gets the LogPath. In case of the SPICE3Card it returns the default log path if LogPath is not set, i. e. the path built out of log directory and device label.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public virtual string GetUsedLogPath()

Return Value

String
The currently stored log path, or, in case of a SPICE3Card type, the default log path if LogPath is not set.
See Also