VeriStand .NET API Reference

OpenWorkspaceToolStep.InitializationTime Property

Gets or sets the time in milliseconds allowed for the Workspace tool to initialize after it loads, but before proceeding to the next step.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property InitializationTime As Integer
C#
public int InitializationTime { get; set; }
Visual C++
public:
property int InitializationTime {
	int get ();
	void set (int value);
}

Property Value

The initialization time, in milliseconds.

See Also

Log in to get a better experience