NIRfsg.DriverOperation Property
- Updated2025-05-22
- 1 minute(s) read
NIRfsgDriver
Gets the DriverOperation sub-object that affect operation of the NI-RFSG instrument driver.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public RfsgDriverOperation DriverOperation { get; }
Public ReadOnly Property DriverOperation As RfsgDriverOperation Get
Property Value
RfsgDriverOperationReturns an object of type RfsgDriverOperation.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The DriverOperation property was accessed after the associated NIRfsg object was disposed. |