DriverSetup
- Updated2025-10-14
- 1 minute(s) read
Gets the driver setup string that you specified in the IVI configuration store, when the instrument driver session was created or passed in the OptionString parameter of the NIRfsg constructor.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public String DriverSetup { get; }
Remarks
Returns a String representing the driver setup string that you specified in the IVI configuration store.
Refer to the NIRfsg Constructors for additional information about the OptionString parameter. Refer to the NI RF Signal Generators Getting Started Guide for more information about MAX setup.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The DriverSetup property was accessed after the associated NIRfsg object was disposed. |