RfsgDeviceEvents.MarkerEvents Property
- Updated2024-05-08
- 1 minute(s) read
RfsgDeviceEventsMarkerEvents Property
Gets the MarkerEvents sub-object used to configure Marker Events that the NI-RFSG produces in relation to a waveform that is generated.
To retrieve channel-specific objects of Type RfsgMarkerEvent, pass the channel name to the indexer ItemInt32.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public RfsgMarkerEventCollection MarkerEvents { get; }
Public ReadOnly Property MarkerEvents As RfsgMarkerEventCollection Get
Property Value
Type: RfsgMarkerEventCollectionReturns object of type RfsgMarkerEventCollection.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The MarkerEvents property was accessed after the associated NIRfsg object was disposed. |