Interface ICLDDelayCommand
DELAY CLData command is used to pause program execution for the specified time. It commonly translates to G04 code.
Inherited Members
Namespace: DotnetPostprocessing.SDK
Assembly: DotnetPostprocessing.SDK.dll
Syntax
public interface ICLDDelayCommand : ICLDCommand, INamedProperty
Properties
TimeSpan
Delay time in seconds.
Declaration
double TimeSpan { get; }
Property Value
Type | Description |
---|---|
double |