VeriStand .NET API Reference

RealTimeSequenceCallStep Class

Represents a Call Real-Time Sequence Step, which calls a real-time sequence to execute.

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 Class RealTimeSequenceCallStep _
	Inherits ActionStep
C#
public class RealTimeSequenceCallStep : ActionStep
Visual C++
public ref class RealTimeSequenceCallStep : public ActionStep

Remarks

A real-time sequence is a program that can deploy to a target with a system definition file and read/write channels defined in the system definition file. Use the members of this class to get or set the path to the sequence, assign parameters in the sequence constant values or map them to channels in the system definition, and get or set the evaluation method used to determine if the sequence passes or fails.

Accessing this Class:

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
        NationalInstruments.VeriStand.StimulusProfileDefinitionApi.ActionStep
            NationalInstruments.VeriStand.StimulusProfileDefinitionApi.RealTimeSequenceCallStep

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

See Also

Log in to get a better experience