RfsgDriverOperation.DriverSetup Property
- Updated2024-05-08
- 1 minute(s) read
RfsgDriverOperationDriverSetup Property
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.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public string DriverSetup { get; }
Public ReadOnly Property DriverSetup As String Get
Property Value
Type: StringReturns a String representing the driver setup string that you specified in the IVI configuration store.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The DriverSetup property was accessed after the associated NIRfsg object was disposed. |
Remarks
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.