VeriStand .NET API Reference

RealTimeSequence.FindAllCalledSubsequencePaths Method

Finds all of the sub-sequences that the current real-time sequence calls and returns an array of file paths to the sub-sequences.

Namespace: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Function FindAllCalledSubsequencePaths As String()
C#
public string[] FindAllCalledSubsequencePaths()
Visual C++
public:
array<String^>^ FindAllCalledSubsequencePaths()

Return Value

An array of String objects containing the file paths for each sub-sequence called by this real-time sequence. Every sub-sequence call has an entry in the array, even if the same sequence is called multiple times by the current sequence.

See Also

Log in to get a better experience