DriverSetup
- Updated2025-10-14
- 1 minute(s) read
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
| Type | Description |
|---|---|
| System.ObjectDisposedException | The DriverSetup property was accessed after the associated NIRfsa object was disposed. |