VeriStand .NET API Reference

Target.FPGAScanInterfaceMode Property

Gets or sets the interface mode for the NI Scan Engine on RT targets. You can use this property to override the current settings of the NI Scan Engine, which can be useful for certain C Series modules, such as NI 986x series devices. This setting has no effect on Windows targets.

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 FPGAScanInterfaceMode As UShort
C#
public virtual ushort FPGAScanInterfaceMode { get; set; }
Visual C++
public:
virtual property unsigned short FPGAScanInterfaceMode {
	unsigned short get ();
	void set (unsigned short value);
}

Property Value

The interface mode of the target. Valid values include:

ValueMode
0 Use current —Uses the currently configured NI Scan Engine interface mode. NI VeriStand does not override any settings.
1 FPGA Mode —Sets the NI Scan Engine to LabVIEW FPGA Interface mode.
2 Scan Interface Mode —Sets the NI Scan Engine to Scan Interface mode.
Note:

Most NI C series hardware supports this mode, but a few backplanes, controllers, and modules do not. Refer to your hardware documentation to confirm Scan Interface Mode support.

See Also

Log in to get a better experience