VeriStand .NET API Reference

Target.GetCustomDevices Method

Gets the CustomDevices section under the target, which contains any custom devices you configure. Custom devices enable you to customize and extend the functionality of NI VeriStand by packaging LabVIEW code, or any code you can call from LabVIEW, into a device that you can add to an NI VeriStand system definition file and deploy to a target.

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 Function GetCustomDevices As CustomDevices
C#
public CustomDevices GetCustomDevices()
Visual C++
public:
CustomDevices^ GetCustomDevices()

Return Value

A CustomDevices object.

See Also

Log in to get a better experience