NIRfsg.DriverOperation Property
- Updated2024-05-08
- 1 minute(s) read
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: RfsgDriverOperationReturns an object of type RfsgDriverOperation.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The DriverOperation property was accessed after the associated NIRfsg object was disposed. |