NIRfsg.DeviceEvents Property
- Updated2025-02-03
- 1 minute(s) read
NIRfsgDevice
Gets the DeviceEvents sub-object used to configure the NI-RFSG events that can be exported.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public RfsgDeviceEvents DeviceEvents { get; }
Public ReadOnly Property DeviceEvents As RfsgDeviceEvents Get
Property Value
RfsgDeviceEventsReturns an object of type RfsgDeviceEvents.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The DeviceEvents property was accessed after the associated NIRfsg object was disposed. |