VeriStand .NET API Reference

Table of Contents

CustomDevice.SetDriverVIs Method

Sets the RT Driver VIs to associate with the custom device. A custom device requires at least one RT Driver VI. A single custom device can have multiple RT Driver VIs if the device supports multiple real-time operating systems or multiple execution modes.

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 Sub SetDriverVIs ( _
	driverVIs As DependentFile() _
)
C#
public void SetDriverVIs(
	DependentFile[] driverVIs
)
Visual C++
public:
void SetDriverVIs(
	array<DependentFile^>^ driverVIs
)

Parameters

driverVIs
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.DependentFile
An array of references to the RT Driver VIs.

See Also

Log in to get a better experience