NIRfsg Namespace

Table of Contents

RfsgArb Methods

  • Updated2025-05-22
  • 4 minute(s) read
RfsgArb Methods

RfsgArb Methods

The RfsgArb type exposes the following members.

Methods

 NameDescription
Public methodAllocateWaveform Allocates onboard memory space for the waveform.
Public methodCheckIfWaveformExists Checks whether the waveform that you specify as waveformName exists.
Public methodClearAllWaveforms Deletes all waveforms and scripts defined currently.
Public methodClearWaveform Deletes the specified waveform from the pool of waveforms defined currently.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetAllNamedWaveformNames Return names of the waveforms present in the memory.
Public methodGetAllScriptNames Return names of the scripts present in the memory.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodReadAndDownloadWaveformFromFileTdmsReads the waveforms from a TDMS file and downloads one waveform into each of the NI RF vector signal generators.
Public methodSetArbWaveformNextWritePosition Configures the start position to use the write a waveform with the next call to the WriteWaveform methods.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWriteWaveform(String, ComplexDouble) Writes an arbitrary waveform to the NI-RFSG, starting from the position of the last data written in the onboard memory.
Public methodWriteWaveform(String, ComplexInt16) Writes an arbitrary waveform to the NI-RFSG, starting from the position of the last data written in the onboard memory.
Public methodWriteWaveform(String, ComplexSingle) Writes an arbitrary waveform to the NI-RFSG device starting at the position of the last data written in onboard memory.
Public methodWriteWaveform(String, ComplexWaveformComplexDouble) Writes an arbitrary waveform to the NI-RFSG, starting from the position of the last data written in the onboard memory.
Public methodWriteWaveform(String, ComplexWaveformComplexInt16) Writes an arbitrary waveform to the NI-RFSG, starting from the position of the last data written in the onboard memory.
Public methodWriteWaveform(String, ComplexWaveformComplexSingle) Writes an arbitrary waveform to the NI-RFSG device starting at the position of the last data written in onboard memory.
Public methodWriteWaveform(String, ComplexDouble, Boolean) Writes an arbitrary waveform to the NI-RFSG, starting from the position of the last data written in the onboard memory.
Public methodWriteWaveform(String, ComplexSingle, Boolean) Writes an arbitrary waveform to the NI-RFSG device starting at the position of the last data written in onboard memory.
Public methodWriteWaveform(String, Double, Double) Writes an arbitrary waveform to the NI-RFSG, starting from the position of the last data written in onboard memory.
Public methodWriteWaveform(String, Single, Single) Writes an arbitrary waveform to the NI-RFSG, starting from the position of the last data written in onboard memory.
Public methodWriteWaveform(String, Double, Double, Boolean) Writes an arbitrary waveform to the NI-RFSG, starting from the position of the last data written in onboard memory.
Public methodWriteWaveform(String, Single, Single, Boolean) Writes an arbitrary waveform to the NI-RFSG, starting from the position of the last data written in onboard memory.
Public methodWriteWaveformT(String, T) Writes an arbitrary waveform to the NI-RFSG, starting from the position of the last data written in onboard memory.
Public methodWriteWaveformT(String, ComplexWaveformT) Writes an arbitrary waveform to the NI-RFSG, starting from the position of the last data written in onboard memory.
Top

See Also

Log in to get a better experience