RFmxInstrMX(String, String) Constructor
- Updated2024-07-17
- 2 minute(s) read
RFmx
Creates an RFmx session to the device you specify through the resourceName parameter.
![]() |
---|
Enabling the SFP (Soft Front Panel) debug has a performance impact. For best performance, NI recommends disabling SFP debug. SFP debug can be enabled/disabled from either the RF Signal Analyzer panel in InstrumentStudio, the RFSA Soft Front Panel, or the RFmx Debug Configuration Utility. |
Namespace: NationalInstruments.RFmx.InstrMX
Assembly: NationalInstruments.RFmx.InstrMX.Fx40 (in NationalInstruments.RFmx.InstrMX.Fx40.dll) Version: 24.5.0.49285 (24.5.0.49285)
Syntax
public RFmxInstrMX( string resourceName, string optionString )
Public Sub New ( resourceName As String, optionString As String )
Parameters
- resourceName String
- Specifies the resource name of the device to initialize.
- optionString String
-
Sets the initial value of certain properties for the session.
The following attributes are used in this parameter:- RFmxSetup
- Simulate
- AnalysisOnly
To use AnalysisOnly mode, specify the string as "AnalysisOnly=1". While using this mode, you are responsible for waveform acquisition and RFmx will perform analysis on the I/Q waveform or Spectrum you specify. You must use personality specific Analyze functions to perform the measurements. To use external NI Source Measure Units (SMU) as the noise source power supply for the Noise Figure (NF) measurement, use "NoiseSourcePowerSupply" as the specifier within the RFmxSetup string. For example, "RFmxSetup= NoiseSourcePowerSupply:myDCPower[0]" configures RFmx to use channel 0 on myDCPower SMU device for powering the noise source. You should allocate a dedicated SMU channel for RFmx. RFmx supports PXIe-4138, PXIe-4139, and PXIe-4139 (40 W) SMUs.
Remarks
To set multiple attributes, separate their assignments with a comma.