VeriStand .NET API Reference

MacroPlayerStep.Mode Property

Gets or sets the playback mode to use for the macro file. This mode specifies whether to use the timing information embedded in the macro file during playback, or to play back the file as fast as possible.

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

Property Value

An enumeration of PlayModeEnum.

See Also

Log in to get a better experience