NIRfsg Namespace

Table of Contents

RfsgRF Class

  • Updated2025-05-22
  • 4 minute(s) read
RfsgRF Class

RfsgRF Class

Represents all the fundamental properties and method for the RF.

Inheritance Hierarchy

SystemObject
  NationalInstruments.ModularInstruments.NIRfsgRfsgSubObject
    NationalInstruments.ModularInstruments.NIRfsgRfsgRF

Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025

Syntax

public sealed class RfsgRF : RfsgSubObject
Public NotInheritable Class RfsgRF
	Inherits RfsgSubObject

The RfsgRF type exposes the following members.

Properties

 NameDescription
Public propertyAdvanced Gets the Advanced sub-object that relate only to the RF Advanced.
Public propertyExternalGain Gets or sets the external amplification or attenuation, if any, between the RF signal generator and the device under test.
Public propertyFrequency Gets or sets the frequency of the generated RF signal, in Hertz (Hz). For arbitrary waveform generation, this property specifies the center frequency of the signal.
Public propertyLocalOscillator Gets the LocalOscillator sub-object that relate only to the local oscillator. An active channel can be passed using the indexer ItemString.
Public propertyLOOutExportConfigureFromRfsa Specifies whether to allow NI-RFSA to control the NI-RFSG LO out export.
Public propertyOutputEnabled Gets or sets whether signal output is enabled or disabled.
Public propertyPeakPowerAdjustment Gets or sets the adjustment for PowerLevel.
Public propertyPhaseOffset Gets or sets the phase, in degrees (º) of the RF output signal.
Public propertyPowerLevel Gets or sets either the average power level or peak power level of the generated RF signal, depending on PowerLevelType setting.
Public propertyPowerLevelType Gets or sets the way the driver interprets the value of PowerLevel.
Public propertyRFBlankingSource Gets or sets the Marker event at which RF blanking occurs.
For PXIe-5830/5831/5832, the RF Blanking reserves a PXI trigger line. If you are calling any RfsgDriverUtility.ResetDevice or RfsaDriverUtility.ResetDevice on the same device, NI recommends calling it before committing blanking attributes. Alternatively, you can call RfsgDriverUtility.ResetWithOptions or RfsaDriverUtility.ResetWithOptions. Select Routes in the stepsToOmit parameter.
Public propertyRFInLOExportEnabled Specifies whether to enable the RF IN LO OUT terminal on the PXIe-5840.
Public propertyUpconverter Gets the Upconverter sub-object that relate only to the RF upconverter.
Public propertyWaveforms Gets the RfsgRFWaveformCollection sub-object used to configure channel based waveform attributes.
Top

Methods

 NameDescription
Public methodConfigure Configures the frequency and power level of the RF output signal.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top

Remarks

For more information, refer to the NI-RFSG Instrument Driver Programming Flow topic in the NI RF Signal Generators Help.

See Also

Log in to get a better experience