VeriStand .NET API Reference

Dwell.DwellTimeIsConstant Property

Gets whether the amount of time to suspend the procedure is determined by a constant value or by a channel value.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Overridable ReadOnly Property DwellTimeIsConstant As UInteger
C#
public virtual uint DwellTimeIsConstant { get; }
Visual C++
public:
virtual property unsigned int DwellTimeIsConstant {
	unsigned int get ();
}

Property Value

true (True in Visual Basic) if the dwell time is specified by a constant. false (False in Visual Basic) if it is specified by a channel.

See Also

Log in to get a better experience