NI-SWITCH 19.0 .NET Framework 4.0 API Reference

Table of Contents

DriverSetup Property

  • Updated2023-02-21
  • 2 minute(s) read
DriverSetup Property
Gets the driver setup string used to set the initial values for properties that are specific to NI-SWITCH.

Namespace:  NationalInstruments.ModularInstruments.NISwitch
Assembly:  NationalInstruments.ModularInstruments.NISwitch.Fx40 (in NationalInstruments.ModularInstruments.NISwitch.Fx40.dll) Version: 19.0.0.49152 (19.0.0.49152)
Visual Basic (Declaration)
Public ReadOnly Property DriverSetup As String
C#
public string DriverSetup { get; }

Property Value

Type: System..::.String
Returns a String representing the driver setup string that you specified in the IVI configuration store. The default value is an empty string.

Exceptions

ExceptionCondition
ObjectDisposedException The DriverSetup was accessed after the associated NISwitch.NISwitch object was disposed.

See Also

Log in to get a better experience