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