RfsaDriverOperation.DriverSetup Property
- Updated2025-07-17
- 1 minute(s) read
Rfsa
Gets the driver setup string used to set the initial values for properties that are specific to NI-RFSA.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public string DriverSetup { get; }
Public ReadOnly Property DriverSetup As String Get
Property Value
StringReturns a String representing the driver setup string that you specified in the IVI configuration store. The default value is an empty string.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The DriverSetup property was accessed after the associated NIRfsa object was disposed. |