ni-rfsg-dotnet-api-ref_doc

RfsgArb Methods

  • Updated2024-05-08
  • 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 methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodReadAndDownloadWaveformFromFileTdms
Reads 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 methodToString
Returns 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, ComplexWaveformT)
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.
Top

See Also

Log in to get a better experience