Table of Contents

Interface IDwellDef

Namespace
Hi.NcParsers.Keywords
Assembly
HiMech.dll

Dwell/pause section definition for use inside Sequence items. Resolved by Semantics.SequenceUtil into ActDelay.

public interface IDwellDef
Extension Methods

Examples

{ "Dwell": { "Time": 0.5 } }

Properties

Time

Dwell time in seconds.

double Time { get; set; }

Property Value

double