VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

ModelCommand Enumeration

Command to change the execution state of a model running on the target.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)

Syntax

Visual Basic (Declaration)
Public Enumeration ModelCommand
C#
public enum ModelCommand
Visual C++
public enum class ModelCommand

Members

Member nameDescription
Pause Pauses the model.
Reset Resets the model to its initial state.
Start Starts running the model.

See Also

Was this information helpful?