CANPort.AFPBinaryFile Property
- Updated2023-02-21
- 2 minute(s) read
Gets the binary (
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPI.ini
) file used for automatic frame processing.
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.