ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

NIRfsg.DriverOperation Property

NIRfsg.DriverOperation Property

NIRfsgDriverOperation Property

Gets the DriverOperation sub-object that affect operation of the NI-RFSG instrument driver.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public RfsgDriverOperation DriverOperation { get; }
Public ReadOnly Property DriverOperation As RfsgDriverOperation
	Get

Property Value

Type: RfsgDriverOperation
Returns an object of type RfsgDriverOperation.

Exceptions

ExceptionCondition
ObjectDisposedException The DriverOperation property was accessed after the associated NIRfsg object was disposed.

See Also

Was this information helpful?