-
Notifications
You must be signed in to change notification settings - Fork 51
NI RFmx Instruments Calibration
- RFmxInstr_SelfCalibrate
- RFmxInstr_SelfCalibrateRange
- RFmxInstr_IsSelfCalibrateValid
- Calibration Utility
int32 __stdcall RFmxInstr_SelfCalibrate( niRFmxInstrHandle instrumentHandle, char selectorString[], int32 stepsToOmit );
Self-calibrates the NI-RFSA device and associated modules that support self-calibration. If self-calibration completes successfully, the new calibration constants are stored immediately in the nonvolatile memory of the module. On a MIMO session, this VI self-calibrates all NI-RFSA devices and associated modules that support self-calibration. Refer to the specifications document for your device for more information about how often to self-calibrate. For more information about Self Calibrate, refer to the niRFSA Self Cal function topic for your device in the NI RF Vector Signal Analyzers Help.
Note For PXIe-5644/5645/5646, RFmx internally closes the RFSA session, performs self-calibration and opens a new session for the same device. If the RFSA session has been accessed from RFmx, using the RFmxInstr_GetNIRFSASession function before calling the RFmxInstr_SelfCalibrate function, the RFSA session will become invalid upon calling the RFmxInstr_SelfCalibrate function. Supported devices: PXIe-5663/5663E/5665/5668, PXIe-5644/5645/5646, PXIe-5820/5830/5831/5832/5840/5841 |
---|
Input | ||
---|---|---|
Name | Type | Description |
instrumentHandle | niRFmxInstrHandle | Identifies the instrument session. This parameter is obtained from the RFmxInstr_Initialize function or the RFmxInstr_InitializeFromNIRFSASessionArray function. |
selectorString | char[] | Specify an empty string as the value of this parameter. |
stepsToOmit | int32 | Specifies which calibration steps to skip during the self-calibration process. The default value is an empty array, which indicates that all calibration steps are performed. The only valid value for PXIe-5820/5830/5831/5832/5840/5841 is an empty array. |
RFMXINSTR_VAL_SELF_CAL_STEP_PRESELECTOR_ALIGNMENT (1) | Omits the Preselector Alignment step. If you omit this step and the niRFSA Is Self Cal Valid VI indicates the calibration data for this step is invalid, the preselector alignment specifications are not guaranteed. This step applies only to the PXIe-5605/5606. |
---|---|
RFMXINSTR_VAL_SELF_CAL_STEP_GAIN_REFERENCE (2) | Omits the Gain Reference step. If you omit this step and the niRFSA Is Self Cal Valid VI indicates the calibration data for this step is invalid, the absolute accuracy of the device is not guaranteed. |
RFMXINSTR_VAL_SELF_CAL_STEP_IF_FLATNESS (4) | Omits the IF Flatness step. If you omit this step and the niRFSA Is Self Cal, valid VI indicates the calibration data for this step is invalid, the IF flatness specifications are not guaranteed. |
RFMXINSTR_VAL_SELF_CAL_STEP_DIGITIZER_SELF_CAL (8) | Omits the Digitizer Self Cal step. If you omit this step and the niRFSA Is Self Cal Valid VI indicates the calibration data for this step is invalid, the absolute accuracy of the device is not guaranteed. |
RFMXINSTR_VAL_SELF_CAL_STEP_LO_SELF_CAL (10) | Omits the LO Self Cal step. If you omit this step and the niRFSA Is Self Cal Valid VI indicates the calibration data for this step is invalid, the LO PLL may fail to lock. |
RFMXINSTR_VAL_SELF_CAL_STEP_AMPLITUDE_ACCURACY (20) | Not used by this function. |
RFMXINSTR_VAL_SELF_CAL_STEP_RESIDUAL_LO_POWER (40) | Not used by this function. |
RFMXINSTR_VAL_SELF_CAL_STEP_IMAGE_SUPPRESSION (80) | Not used by this function. |
RFMXINSTR_VAL_SELF_CAL_STEP_SYNTHESIZER_ALIGNMENT (100) | Not used by this function. |
RFMXINSTR_VAL_SELF_CAL_STEP_DC_OFFSET (200) | Not used by this function. |
Name | Type | Description |
---|---|---|
status | int32 | Returns the status code of this operation. The status code either indicates success or describes an error or warning condition. Examine the status code from each call to an RFmx function to determine if an error has occurred. To obtain a text description of the status code and additional information about the error condition, call the RFmxInstr_GetError) function. The general meaning of the status code is as follows: |
Value | Meaning |
---|---|
0 | Success |
Positive Values | Warnings |
Negative Values | Errors |
int32 __stdcall RFmxInstr_SelfCalibrateRange( niRFmxInstrHandle instrumentHandle, char selectorString[], int32 stepsToOmit, float64 minimumFrequency, float64 maximumFrequency, float64 minimumReferenceLevel, float64 maximumReferenceLevel );
Self-calibrates all configurations within the specified frequency and reference level limits. If there is an open session for NI-RFSG for your device, it may remain open but cannot be used while this function runs. NI recommends that no external signals are present on the RF In port while the calibration is taking place. For more information about Self Calibrate Range, refer to the niRFSA Self Calibrate Range function topic for your device in the NI RF Vector Signal Analyzers Help. On a MIMO session, this function self-calibrates all NI-RFSA devices and associated modules that support self-calibration.
Supported devices: PXIe-5644/5645/5646, PXIe-5820/5830/5831/5832/5840/5841
Note This function does not update self-calibration date and temperature. Self-calibration range data is not saved to your device if you restart the system. |
---|
Input | ||
---|---|---|
Name | Type | Description |
instrumentHandle | niRFmxInstrHandle | Identifies the instrument session. This parameter is obtained from the RFmxInstr_Initialize function or the RFmxInstr_InitializeFromNIRFSASessionArray function. |
selectorString | char[] | Specify an empty string as the value of this parameter. |
stepsToOmit | int32 | Specifies which calibration steps to skip during the self-calibration process. The default value is an empty array, which indicates that all calibration steps are performed. |
RFMXINSTR_VAL_SELF_CAL_STEP_PRESELECTOR_ALIGNMENT (1) | Not used by this function. |
---|---|
RFMXINSTR_VAL_SELF_CAL_STEP_GAIN_REFERENCE (2) | Not used by this function. |
RFMXINSTR_VAL_SELF_CAL_STEP_IF_FLATNESS (4) | Not used by this function. |
RFMXINSTR_VAL_SELF_CAL_STEP_DIGITIZER_SELF_CAL (8) | Not used by this function. |
RFMXINSTR_VAL_SELF_CAL_STEP_LO_SELF_CAL (10) | Omits the LO Self Cal step. If you omit this step and the niRFSA Is Self Cal Valid VI indicates the calibration data for this step is invalid, the LO PLL may fail to lock. |
RFMXINSTR_VAL_SELF_CAL_STEP_AMPLITUDE_ACCURACY (20) | Omits the Amplitude Accuracy step. If you omit this step, the absolute accuracy of the device is not adjusted. |
RFMXINSTR_VAL_SELF_CAL_STEP_RESIDUAL_LO_POWER (40) | Omits the Residual LO Power step. If you omit this step, the Residual LO Power performance is not adjusted. |
RFMXINSTR_VAL_SELF_CAL_STEP_IMAGE_SUPPRESSION (80) | Omits the Image Suppression step. If you omit this step, the Residual Sideband Image performance is not adjusted. |
RFMXINSTR_VAL_SELF_CAL_STEP_SYNTHESIZER_ALIGNMENT (100) | Omits the VCO Alignment step. If you omit this step, the LO PLL will not get adjusted. |
RFMXINSTR_VAL_SELF_CAL_STEP_DC_OFFSET (200) | Omits the DC Offset step. |
minimumFrequency | float64 | Specifies the minimum frequency for the custom self calibration range. This value is expressed in Hz. Note: For the PXIe-5830/5831/5832, only the applicable ports within the specified frequency range are calibrated. |
maximumFrequency | float64 | Specifies the maximum frequency for the custom self calibration range. This value is expressed in Hz. |
minimumReferenceLevel | float64 | Specifies the minimum reference level for the custom self calibration range. This value is expressed in dBm. |
maximumReferenceLevel | float64 | Specifies the maximum reference level for the custom self calibration range. This value is expressed dBm. |
Name | Type | Description |
---|---|---|
status | int32 | Returns the status code of this operation. The status code either indicates success or describes an error or warning condition. Examine the status code from each call to an RFmx function to determine if an error has occurred. To obtain a text description of the status code and additional information about the error condition, call the RFmxInstr_GetError) function. The general meaning of the status code is as follows: |
Value | Meaning |
---|---|
0 | Success |
Positive Values | Warnings |
Negative Values | Errors |
int32 __stdcall RFmxInstr_IsSelfCalibrateValid( niRFmxInstrHandle instrumentHandle, char selectorString[], int32* selfCalibrateValid, int32* validSteps );
Indicates calibration steps that contain valid calibration data. To omit steps with valid calibration data from self-calibration, you can pass the Valid Steps parameter to the Steps To Omit parameter of the RFmx_SelfCalibrate function. On a MIMO session, use the Selector String parameter to get the self-calibration validity for a specific MIMO port.
Supported Devices: PXIe-5663/5663E/5665/5668
Input | ||
---|---|---|
Name | Type | Description |
instrumentHandle | niRFmxInstrHandle | Identifies the instrument session. This parameter is obtained from the RFmxInstr_Initialize function or the RFmxInstr_InitializeFromNIRFSASessionArray function. |
selectorString | char[] |
Specifies a Selector String comprising of a MIMO port on a MIMO session. You can use the RFmxInstr_BuildPortString2 function to build the selector string. |
selfCalibrateValid | int32* | Returns true if all the calibration data is valid and false if any of the calibration data is invalid. |
validSteps | int32* | Returns valid steps. Note: If two or more calibration steps are valid, this parameter returns a bitwise-OR combination of the calibration steps. For example, if both RFMXINSTR_VAL_SELF_CAL_STEP_IF_FLATNESS and RFMXINSTR_VAL_SELF_CAL_STEP_LO_SELF_CAL steps are valid, RFmx returns the following value: RFMXINSTR_VAL_SELF_CAL_STEP_IF_FLATNESS |
RFMXINSTR_VAL_SELF_CAL_STEP_PRESELECTOR_ALIGNMENT (1) | Indicates the Preselector Alignment calibration data is valid. This step generates coefficients to align the preselector across the frequency range for your device. |
---|---|
RFMXINSTR_VAL_SELF_CAL_STEP_GAIN_REFERENCE (2) | Indicates the Gain Reference calibration data is valid. This step measures the changes in gain since the last external calibration was run. |
RFMXINSTR_VAL_SELF_CAL_STEP_IF_FLATNESS (4) | Indicates the IF Flatness calibration data is valid. This step measures the IF response of the entire system for each of the supported IF filters. |
RFMXINSTR_VAL_SELF_CAL_STEP_DIGITIZER_SELF_CAL (8) | Indicates the Digitizer Self Cal calibration data is valid. This step calls for digitizer self-calibration if the digitizer is associated with the RF downconverter. |
RFMXINSTR_VAL_SELF_CAL_STEP_LO_SELF_CAL (10) | Indicates the LO Self Cal calibration data is valid. This step calls for LO self-calibration if the LO source module is associated with the RF downconverter. |
Name | Type | Description |
---|---|---|
status | int32 | Returns the status code of this operation. The status code either indicates success or describes an error or warning condition. Examine the status code from each call to an RFmx function to determine if an error has occurred. To obtain a text description of the status code and additional information about the error condition, call the RFmxInstr_GetError) function. The general meaning of the status code is as follows: |
Value | Meaning |
---|---|
0 | Success |
Positive Values | Warnings |
Negative Values | Errors |
int32 __stdcall RFmxInstr_GetSelfCalibrateLastDateAndTime( niRFmxInstrHandle instrumentHandle, char selectorString[], int64 selfCalibrateStep, CVIAbsoluteTime* timestamp );
Returns the date and time of the last successful self-calibration. On a MIMO session, use the Selector String parameter to get the last successful self-calibration date and time for a specific MIMO port.
Supported Devices: PXIe-5644/5645/5646, PXIe-5663/5663E/5665/5668, PXIe-5820/5830/5831/5832/5840/5841
Note For PXIe-5644/5645/5646 devices, you must select RFMXINSTR_VAL_SELF_CAL_STEP_IMAGE_SUPPRESSION for the selfCalibrateStep parameter. |
---|
Input | ||
---|---|---|
Name | Type | Description |
instrumentHandle | niRFmxInstrHandle | Identifies the instrument session. This parameter is obtained from the RFmxInstr_Initialize function or the RFmxInstr_InitializeFromNIRFSASessionArray function. |
selectorString | char[] |
Specifies a Selector String comprising of a MIMO port on a MIMO session. You can use the RFmxInstr_BuildPortString2 function to build the selector string. |
selfCalibrateStep | int64 | Specifies the self-calibration step to query for the last successful self-calibration date and time data. |
RFMXINSTR_VAL_SELF_CAL_STEP_PRESELECTOR_ALIGNMENT (1) | Selects the Preselector Alignment self-calibration step. |
---|---|
RFMXINSTR_VAL_SELF_CAL_STEP_GAIN_REFERENCE (2) | Selects the Gain Reference self-calibration step. |
RFMXINSTR_VAL_SELF_CAL_STEP_IF_FLATNESS (4) | Selects the IF Flatness self-calibration step. |
RFMXINSTR_VAL_SELF_CAL_STEP_DIGITIZER_SELF_CAL (8) | Selects the Digitizer Self Cal self-calibration step. |
RFMXINSTR_VAL_SELF_CAL_STEP_LO_SELF_CAL (10) | Selects the LO Self Cal self-calibration step. |
RFMXINSTR_VAL_SELF_CAL_STEP_AMPLITUDE_ACCURACY (20) | Selects the Amplitude Accuracy self-calibration step. |
RFMXINSTR_VAL_SELF_CAL_STEP_RESIDUAL_LO_POWER (40) | Selects the Residual LO Power self-calibration step. |
RFMXINSTR_VAL_SELF_CAL_STEP_IMAGE_SUPPRESSION (80) | Selects the Image Suppression self-calibration step. |
RFMXINSTR_VAL_SELF_CAL_STEP_SYNTHESIZER_ALIGNMENT (100) | Selects the Synthesizer Alignment self-calibration step. |
RFMXINSTR_VAL_SELF_CAL_STEP_DC_OFFSET (200) | Selects the DC Offset self-calibration step. |
Output | ||
Name | Type | Description |
timestamp | CVIAbsoluteTime* | Returns the date and time of the last successful self-calibration in the NI-BTF format. Use the utility functions RFmxInstr_ValuesFromTimestamp or RFmxInstr_TimestampFromValues to convert to or from seconds. |
Name | Type | Description |
---|---|---|
status | int32 | Returns the status code of this operation. The status code either indicates success or describes an error or warning condition. Examine the status code from each call to an RFmx function to determine if an error has occurred. To obtain a text description of the status code and additional information about the error condition, call the RFmxInstr_GetError) function. The general meaning of the status code is as follows: |
Value | Meaning |
---|---|
0 | Success |
Positive Values | Warnings |
Negative Values | Errors |
int32 __stdcall RFmxInstr_GetSelfCalibrateLastTemperature( niRFmxInstrHandle instrumentHandle, char selectorString[], int64 selfCalibrateStep, float64* temperature );
Returns the temperature at the last successful self-calibration. On a MIMO session, use the Selector String parameter to get the last successful self-calibration temperature for a specific MIMO port.
Supported Devices: PXIe-5644/5645/5646, PXIe-5663/5663E/5665/5668, PXIe-5820/5830/5831 (IF only)/5832 (IF only)/5840/5841
Note For PXIe-5644/5645/5646 devices, you must select RFMXINSTR_VAL_SELF_CAL_STEP_IMAGE_SUPPRESSION for the selfCalibrateStep parameter. |
---|
Input | ||
---|---|---|
Name | Type | Description |
instrumentHandle | niRFmxInstrHandle | Identifies the instrument session. This parameter is obtained from the RFmxInstr_Initialize function or the RFmxInstr_InitializeFromNIRFSASessionArray function. |
selectorString | char[] |
Specifies a Selector String comprising of a MIMO port on a MIMO session. You can use the RFmxInstr_BuildPortString2 function to build the selector string. |
selfCalibrateStep | int64 | Specifies the self-calibration step to query for the last successful self-calibration temperature data. |
RFMXINSTR_VAL_SELF_CAL_STEP_PRESELECTOR_ALIGNMENT (1) | Selects the Preselector Alignment self-calibration step. |
---|---|
RFMXINSTR_VAL_SELF_CAL_STEP_GAIN_REFERENCE (2) | Selects the Gain Reference self-calibration step. |
RFMXINSTR_VAL_SELF_CAL_STEP_IF_FLATNESS (4) | Selects the IF Flatness self-calibration step. |
RFMXINSTR_VAL_SELF_CAL_STEP_DIGITIZER_SELF_CAL (8) | Selects the Digitizer Self Cal self-calibration step. |
RFMXINSTR_VAL_SELF_CAL_STEP_LO_SELF_CAL (10) | Selects the LO Self Cal self-calibration step. |
RFMXINSTR_VAL_SELF_CAL_STEP_AMPLITUDE_ACCURACY (20) | Selects the Amplitude Accuracy self-calibration step. |
RFMXINSTR_VAL_SELF_CAL_STEP_RESIDUAL_LO_POWER (40) | Selects the Residual LO Power self-calibration step. |
RFMXINSTR_VAL_SELF_CAL_STEP_IMAGE_SUPPRESSION (80) | Selects the Image Suppression self-calibration step. |
RFMXINSTR_VAL_SELF_CAL_STEP_SYNTHESIZER_ALIGNMENT (100) | Selects the Synthesizer Alignment self-calibration step. |
RFMXINSTR_VAL_SELF_CAL_STEP_DC_OFFSET (200) | Selects the DC Offset self-calibration step. |
Output | ||
Name | Type | Description |
temperature | float64* | Returns the temperature at the last self-calibration. This value is expresed in degree Celsius. |
Name | Type | Description |
---|---|---|
status | int32 | Returns the status code of this operation. The status code either indicates success or describes an error or warning condition. Examine the status code from each call to an RFmx function to determine if an error has occurred. To obtain a text description of the status code and additional information about the error condition, call the RFmxInstr_GetError) function. The general meaning of the status code is as follows: |
Value | Meaning |
---|---|
0 | Success |
Positive Values | Warnings |
Negative Values | Errors |
Creating and Setting Up a gRPC Server
Session Utilities API Reference
gRPC API Differences From C API
Sharing Driver Sessions Between Clients
C API Docs
NI-DAQmx
- gRPC API Differences From C API
- Task Configuration And Control
- Channel Configuration And Creation
- Timing
- Triggering
- Read Functions
- Write Functions
- Export Hardware Signals
- Scale Configuration
- Internal Buffer Configuration
- Advanced Functions
- System Configuration
- Error Handling
- Buffer Attributes
- Calibration Info Attributes
- Channel Attributes
- Device Attributes
- Export Signal Attributes
- Persisted Channel Attributes
- Persisted Scale Attributes
- Persisted Task Attributes
- Physical Channel Attributes
- Read Attributes
- Scale Attributes
- System Attributes
- Task Attributes
- Timing Attributes
- Trigger Attributes
- Watchdog Attributes
- Write Attributes
NI-DCPOWER
- Setup Functions
- Configure Functions
- Measurement Functions
- Control Functions
- Trigger And Event
- Attribute Functions
- Query Functions
- Calibration Functions
- Utility Functions
- Supported Device
- Source Attributes
- Transient Attributes
- Voltage Attributes
- Current Attributes
- Pulse Voltage Attributes
- Pulse Current Attributes
- Cutoff Attributes
- Measurement Attributes
- Trigger Attributes Functions
- Event Attributes
- Advanced Attributes
- Inherent Ivi Attributes
- Supported Device Attributes
NI-DIGITAL PATTERN DRIVER
- Init And Close Functions
- Session Locking Functions
- Utility Functions
- Error Handling Functions
- Calibration Functions
- Attributes Functions
- Pin Map Functions
- Low Level Functions
- Low Level Action Functions
- Pin Control Functions
- Static IO Functions
- Clock Generator Functions
- Levels And Timing Functions
- TDR Functions
- PPMU Configuration Functions
- DC Voltage Functions
- DC Current Functions
- PPMU Action Functions
- Pattern Configuration Functions
- Pattern Action Functions
- History Ram Functions
- Source Memory Functions
- Capture Memory Functions
- Triggers And Events Functions
- Conditional Jump Trigger Functions
- Sequencer Flag Functions
- Sequencer Register Functions
- Match Fail Combination Functions
- Pattern Results Functions
- Sort Results Functions
- Frequency Measurement Functions
- IVI Inherent Attributes
- Specific Driver Information Attributes, Read Only
- Driver Setup Information Attributes
- Device Attributes
- Pin Control Attributes
- Level Configuration Attributes
- Trigger Configuration Attributes
- PPMU Attributes
- Patterns Attributes
- Pattern Opcode Event Attributes
- Timing Offset Attributes
- Keep Alive Attributes
- Frequency Measurement Attributes
- Clock Generator Attributes
- History RAM
- Synchronization Attributes
- TDR Endpoint Termination Attributes
NI-FGEN
- Setup Functions
- Configuration Functions
- Standard Output Functions
- Arbitrary Waveform Output Functions
- Arbitrary Sequence Output Functions
- Incremental Waveform Write Functions
- Configure Clock Functions
- Trigger And Syncronizations Functions
- 5404 Routing Functions
- Script Output Functions
- Configure Onboard Signal Processing Functions
- Configure Peer To Peer Functions
- Attribute Functions
- Waveform Control Functions
- Error Functions
- Output Attributes
- Arbitrary Waveform Attributes
- Data Transfer Attributes
- Onboard Signal Processing Attributes
- Peer To Peer Attributes
- Standard Function Attributes
- Clock Attributes
- Event Attributes
- Triggering Attributes
- Instrument Specific Attributes
- Inherent IVI Attributes
- 5401 5411 5431
NI-RFmx Bluetooth
- gRPC API Differences From C API
- General Functions
- Configuration Functions
- Set And Get Attribute Functions
- Fetch Results Functions
- Utility Functions
- Build String Functions
- Advanced Functions
- General Attributes
- Trigger Attributes
- Packet Attributes
- Auto Detect Signal Attributes
- Modacc Attributes
- ACP Attributes
- Twenty dB Attributes
- Frequency Range Attributes
- TXP Attributes
- Advanced Attributes
NI-RFmx NR
- gRPC API Differences From C API
- General Functions
- Configuration Functions
- Set And Get Attributes Functions
- Fetch Results Functions
- Utility Functions
- Build String Functions
- Advanced Functions
- General Attributes
- Trigger Attributes
- Signal Detection Attributes
- Component Carrier Attributes
- List Attributes
- Modacc Attributes
- ACP Attributes
- CHP Attributes
- OBW Attributes
- SEM Attributes
- TXP Attributes
- Pvt Attributes
- Advanced Attributes
NI-RFmx LTE
- gRPC API Differences From C API
- General Functions
- Configuration Functions
- Ch Configuration Functions
- NB IoT Configuration Functions
- ModAcc Configuration Functions
- ACP Configuration Functions
- CHP Configuration Functions
- OBW Configuration Functions
- SEM Configuration Functions
- PVT Configuration Functions
- SlotPhase Configuration Functions
- SlotPower Configuration Functions
- Set And Get Attribute Functions
- ModAcc Fetch Functions
- ACP Fetch Functions
- CHP Fetch Functions
- OBW Fetch Functions
- SEM Fetch Functions
- PVT Fetch Functions
- SlotPhase Fetch Functions
- SlotPower Fetch Functions
- Utility Functions
- Build String Functions
- Advanced Functions
- General Attributes
- Trigger Attributes
- Component Carrier Attributes
- ModAcc Attributes
- ACP Attributes
- CHP Attributes
- OBW Attributes
- SEM Attributes
- PVT Attributes
- SlotPhase Attributes
- SlotPower Attributes
- Advanced Attributes
NI-RFmx SpecAn
- gRPC API Differences From C API
- General Functions
- Configuration Functions
- Set And Get Attribute Functions
- Read Functions
- Fetch Functions
- Utility Functions
- Marker Functions
- Build String Functions
- Advanced Functions
- General Attributes
- Trigger Attributes
- ACP Attributes
- Cdf Attributes
- CHP Attributes
- Fcnt Attributes
- Harm Attributes
- OBW Attributes
- SEM Attributes
- Spectrum Attributes
- Spur Attributes
- TXP Attributes
- AMPM Attributes
- Dpd Attributes
- IQ Attributes
- IM Attributes
- NF Attributes
- Phasenoise Attributes
- PAVT Attributes
- Advanced Attributes
NI-RFmx WLAN
- gRPC API Differences From C API
- General Functions
- Configuration Functions
- Set And Get Attribute Functions
- Fetch DSSS ModAcc Functions
- Fetch OFDM ModAcc Functions
- Fetch SEM Functions
- Fetch TXP Functions
- Fetch PowerRamp Functions
- Utility Functions
- Build String Functions
- Advanced Functions
- General Attributes
- Trigger Attributes
- OFDM Attributes
- Auto Detect Signal Attributes
- DSSS ModAcc Attributes
- OFDM ModAcc Attributes
- SEM Attributes
- TXP Attributes
- PowerRamp Attributes
- Advanced Attributes
NI-RFSA
- General Functions
- Configuration Functions
- Acquisition Functions
- Utility Functions
- Calibration Functions
- General Attributes
- Vertical Attributes
- Signal Path Attributes
- Acquisition Attributes
- Acquisition Attributes
- Triggers Attributes
- Events Attributes
- Device Characteristics Attributes
- Peer To Peer Streaming Attributes
- Configuration List Attributes
- Inherent IVI Properties Attributes
- De-embedding Attributes
- Self Calibration Attributes
- Factory Calibration Attributes
- External Alignment Attributes
- Device Specific Attributes
NI-RFSG
- General Functions
- Generation Configuration
- Utility Functions
- Calibration Functions
- Arb Attributes
- Clock Attributes
- Configuration List Attributes
- De-embedding Attributes
- Device Characteristics Attributes
- Device Specific Attributes
- Events Attributes
- External Calibration Attributes
- Inherent IVI Attributes Attributes
- IQ Impairment Attributes
- Load Configurations Attributes
- Modulation Attributes
- Obsolete Attributes
- Peer To Peer Attributes
- RF Attributes
- Self Calibration Attributes
- Triggers Attributes
NI-SCOPE
- Setup Functions
- Configure Functions
- Attribute Functions
- Acquisition Functions
- Measurement Functions
- Calibrate Functions
- Utility Funcitons
- Error Handling Functions
- IVI Compliance Or Obsolete Functions
- Vertical Attributes
- Horizontal Attributes
- Trigger Attributes
- Clocking Attributes
- Synchronization Attributes
- Acquisition Attributes
- Waveform Measurements Attributes
- Onboard Signal Processing Attributes
- Peer To Peer Streaming Attributes
- Device Attributes
- IVI Or Obsolete Attributes
- Instrument Capabilities Attributes
- If Digitizer Attributes
NI-XNET
- gRPC API differences from C APIs
- General Functions
- Cluster Properties
- Database Properties
- Device Properties
- ECU Properties
- Frame Properties
- Interface Properties
- LIN Schedule Entry Properties
- LIN Schedule Properties
- PDU Properties
- Session Ethernet Properties
- Session Frame Properties
- Session Interface Properties
- Session Properties
- Session SAE J1939 Properties
- Signal Properties
- Subframe Properties
- System Properties
- IP-Stack Functions
- Socket Options
- Socket Functions