Visual Basic (Declaration) | |
---|---|
Public MustOverride Property GateDelay As Double |
C# | |
---|---|
public abstract double GateDelay {get; set;} |
This value is the delay from the beginning of the main time record to the start of the time gate.
Note that for multi-channel hardware, the gate delay can be set independently for each channel or all channels can be set to the same value. To set the gate delay for an individual channel, use the TimeChannel.GateDelay property on the appropriate channel. Individual channel settings are available via the Channels collection. To set the gate delay for all channels to the same value, set the GateDelay property on this object all the channels will be set to the same GateDelay.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)