RfsgArb Methods
- Updated2024-05-08
- 4 minute(s) read
RfsgArb Methods
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 | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (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, ComplexWaveformT) |
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.
|