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