RfsgArbMarkerAttributes Class
- Updated2025-10-14
- 1 minute(s) read
Provides the methods for configuring arb marker attributes. /summary>
Derives from
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public class RfsgArbMarkerAttributes : RfsgSubObject
Methods
| Name | Description |
|---|---|
| GetMarkerEventLocations(ref double[]) | Returns the marker locations associated with the waveform and the marker stored in the NI-RFSG session. A marker index can be passed using the indexer NationalInstruments.ModularInstruments.NIRfsg.RfsgArbMarkerCollection.this[int]. /summary> param name="locations">Returns the marker locations stored in the NI-RFSG session for the channel you specified in the channel name parameter. This value is expressed in samples. remarks>Supported Devices: PXIe-5820/5830/5831/5832/5840/5841 /remarks> |
| SetMarkerEventLocations(double[]) | Configures the marker locations associated with waveform and marker in the NI-RFSG session. A marker index can be passed using the indexer NationalInstruments.ModularInstruments.NIRfsg.RfsgArbMarkerCollection.this[int]. /summary> param name="locations">Specifies the marker location to store in the NI-RFSG session. This value is expressed in samples. remarks>Supported Devices: PXIe-5820/5830/5831/5832/5840/5841 /remarks> |