Gets the driver setup string used to set the initial values for properties that are specific to NI-RFSA.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public string DriverSetup { get; }

Remarks

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

Exceptions

TypeDescription
System.ObjectDisposedException

The DriverSetup property was accessed after the associated NIRfsa object was disposed.