ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgDriverOperation.DriverSetup Property

RfsgDriverOperation.DriverSetup Property

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: String
Returns a String representing the driver setup string that you specified in the IVI configuration store.

Exceptions

ExceptionCondition
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.

See Also

Was this information helpful?