VeriStand .NET API Reference

Target.ExecutionMode Property

Gets or sets the execution mode (parallel or low latency) of the loops of the VeriStand Engine.

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 Property ExecutionMode As TargetExecutionMode
C#
public virtual TargetExecutionMode ExecutionMode { get; set; }
Visual C++
public:
virtual property TargetExecutionMode ExecutionMode {
	TargetExecutionMode get ();
	void set (TargetExecutionMode value);
}

Property Value

An enumeration value of TargetExecutionMode.

See Also

Log in to get a better experience