NIRfsg Namespace

Table of Contents

RfsgDeviceEvents.MarkerEvents Property

  • Updated2025-02-03
  • 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.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025

Syntax

public RfsgMarkerEventCollection MarkerEvents { get; }
Public ReadOnly Property MarkerEvents As RfsgMarkerEventCollection
	Get

Property Value

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