ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgDeviceEvents.MarkerEvents Property

  • Updated2024-05-08
  • 1 minute(s) read
RfsgDeviceEvents.MarkerEvents Property

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: RfsgMarkerEventCollection
Returns object of type RfsgMarkerEventCollection.

Exceptions

ExceptionCondition
ObjectDisposedException The MarkerEvents property was accessed after the associated NIRfsg object was disposed.

See Also

Log in to get a better experience