NIRfsa Namespace

Table of Contents

RfsaDriverOperation.DriverSetup Property

  • Updated2025-07-17
  • 1 minute(s) read
RfsaDriverOperation.DriverSetup Property

RfsaDriverOperationDriverSetup Property

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

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

Exceptions

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

See Also

Log in to get a better experience