RfsaConfiguration Class
- Updated2025-10-14
- 2 minute(s) read
Provides objects of specific types used to configure the NI-RFSA.
Derives from
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public class RfsaConfiguration : RfsaSubObject
Remarks
For more information, refer to NI RF Vector Signal Analyzers Help.
Properties
| Name | Description |
|---|---|
| AcquisitionType | Gets or sets the session to either acquire I/Q data or to compute a power spectrum over the specified frequency range. |
| BasicConfigurationList | Gets the configuration list used to configure RF list mode operations with the NI-RFSA. |
| CalibrationDigitizerId | Gets the digitizer ID used during self-calibration. |
| Deembedding | Gets the Deembedding sub-object used to configure Deembedding. A port can be passed using the indexer NationalInstruments.ModularInstruments.NIRfsa.RfsaDeembedding.this[string]. |
| DigitizerSampleClock | Gets an instance of the Digitizer Sample Clock. |
| Events | Gets the Events sub-object used to configure hardware events. |
| IQ | Gets the IQ sub-object used to configure the RF vector signal analyzer for an I/Q acquisition. |
| IQInPortChannels | Gets the IQInPortChannels sub-object used to access the IQInPort property. To retrieve channel-specific objects of Type RfsaIQInPortChannel, pass the channel name to the indexer NationalInstruments.ModularInstruments.NIRfsa.RfsaIQInPortChannelCollection.this[string]. |
| NoiseSourcePowerEnabled | Gets or sets whether to enable the 28 V DC source, in dB, on the device front panel. |
| ReferenceClock | Gets the ReferenceClock sub-object used to configure reference clock to ensure that the device is operating from a common time base. |
| SignalPath | Gets the SignalPath sub-object used to configure the signal path from the RF vector signal analyzer front panel to the PXI controller. |
| Spectrum | Gets the Spectrum sub-object used to configure and acquire data in the spectrum mode. |
| Triggers | Gets the Triggers sub-object used to configure the NI-RFSA triggers. |
| Vertical | Gets the Vertical sub-object used to configure vertical. |
Methods
| Name | Description |
|---|---|
| ExportSignal(RfsaSignalType, RfsaSignalIdentifier, RfsaOutputTerminal) | Routes signals (triggers, clocks, and events) to the specified output terminal. |