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