MacroPlayerStep.Mode Property
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
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.StimulusProfileDefinitionApiAssembly: 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); } |