VeriStand .NET API Reference

Table of Contents

CANPort.AFPBinaryFile Property

Gets the binary (.ini) file used for automatic frame processing.

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 ReadOnly Property AFPBinaryFile As DependentFile
C#
public virtual DependentFile AFPBinaryFile { get; }
Visual C++
public:
virtual property DependentFile^ AFPBinaryFile {
	DependentFile^ get ();
}

Property Value

A DependentFile reference to the .ini file.

Remarks

You can use the BinaryFilePath parameter of SetAutomaticFrameProcessing to set this file.

See Also

Log in to get a better experience