ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgArb.SelectedWaveform Property

  • Updated2024-05-08
  • 1 minute(s) read
RfsgArb.SelectedWaveform Property

RfsgArbSelectedWaveform Property

Gets or sets the selected waveform from the pool of available waveforms.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public string SelectedWaveform { get; set; }
Public Property SelectedWaveform As String
	Get
	Set

Property Value

Type: String
Specifies a String representing the selected waveform.

Exceptions

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

Remarks

If only one waveform is available, pass an empty string.

To set this property, the NI-RFSG device must be in the Configuration state.

See Also

Log in to get a better experience