VeriStand .NET API Reference

DataLoggingFile.FrameIDs Property

Gets or sets the frame IDs in the XNET database cluster to either include in or exclude from data logging. Use this property when you configure a Filter for the data logging file.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Overridable Property FrameIDs As String()
C#
public virtual string[] FrameIDs { get; set; }
Visual C++
public:
virtual property array<String^>^ FrameIDs {
	array<String^>^ get ();
	void set (array<String^>^ value);
}

Property Value

The array of frame IDs, as strings.

See Also

Log in to get a better experience