VeriStand .NET API Reference

Dwell.SetDwellTime Method (Double)

Sets the amount of time to suspend the procedure using a constant 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 Sub SetDwellTime ( _
	DwellTime As Double _
)
C#
public void SetDwellTime(
	double DwellTime
)
Visual C++
public:
void SetDwellTime(
	double DwellTime
)

Parameters

DwellTime
Type: System.Double
The constant value that determines the amount of time to suspend the procedure.

See Also

Log in to get a better experience