RfsgArb Methods
- Updated2025-05-22
- 4 minute(s) read
Rfsg
The RfsgArb type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AllocateWaveform | Allocates onboard memory space for the waveform. |
![]() | CheckIfWaveformExists | Checks whether the waveform that you specify as waveformName exists. |
![]() | ClearAllWaveforms | Deletes all waveforms and scripts defined currently. |
![]() | ClearWaveform | Deletes the specified waveform from the pool of waveforms defined currently. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | GetAllNamedWaveformNames | Return names of the waveforms present in the memory. |
![]() | GetAllScriptNames | Return names of the scripts present in the memory. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | ReadAndDownloadWaveformFromFileTdms | Reads the waveforms from a TDMS file and downloads one waveform into each of the NI RF vector signal generators. |
![]() | SetArbWaveformNextWritePosition | Configures the start position to use the write a waveform with the next call to the WriteWaveform methods. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |
![]() | WriteWaveform(String, ComplexDouble) | Writes an arbitrary waveform to the NI-RFSG, starting from the position of the last data written in the onboard memory. |
![]() | WriteWaveform(String, ComplexInt16) | Writes an arbitrary waveform to the NI-RFSG, starting from the position of the last data written in the onboard memory. |
![]() | WriteWaveform(String, ComplexSingle) | Writes an arbitrary waveform to the NI-RFSG device starting at the position of the last data written in onboard memory. |
![]() | WriteWaveform(String, ComplexWaveformComplexDouble) | Writes an arbitrary waveform to the NI-RFSG, starting from the position of the last data written in the onboard memory. |
![]() | WriteWaveform(String, ComplexWaveformComplexInt16) | Writes an arbitrary waveform to the NI-RFSG, starting from the position of the last data written in the onboard memory. |
![]() | WriteWaveform(String, ComplexWaveformComplexSingle) | Writes an arbitrary waveform to the NI-RFSG device starting at the position of the last data written in onboard memory. |
![]() | WriteWaveform(String, ComplexDouble, Boolean) | Writes an arbitrary waveform to the NI-RFSG, starting from the position of the last data written in the onboard memory. |
![]() | WriteWaveform(String, ComplexSingle, Boolean) | Writes an arbitrary waveform to the NI-RFSG device starting at the position of the last data written in onboard memory. |
![]() | WriteWaveform(String, Double, Double) | Writes an arbitrary waveform to the NI-RFSG, starting from the position of the last data written in onboard memory. |
![]() | WriteWaveform(String, Single, Single) | Writes an arbitrary waveform to the NI-RFSG, starting from the position of the last data written in onboard memory. |
![]() | WriteWaveform(String, Double, Double, Boolean) | Writes an arbitrary waveform to the NI-RFSG, starting from the position of the last data written in onboard memory. |
![]() | WriteWaveform(String, Single, Single, Boolean) | Writes an arbitrary waveform to the NI-RFSG, starting from the position of the last data written in onboard memory. |
![]() | WriteWaveformT(String, T) | Writes an arbitrary waveform to the NI-RFSG, starting from the position of the last data written in onboard memory. |
![]() | WriteWaveformT(String, ComplexWaveformT) | Writes an arbitrary waveform to the NI-RFSG, starting from the position of the last data written in onboard memory. |