-
Notifications
You must be signed in to change notification settings - Fork 51
NI FGEN Event Attributes
- NIFGEN_ATTRIBUTE_MARKER_EVENT_OUTPUT_TERMINAL
- NIFGEN_ATTRIBUTE_MARKER_EVENT_OUTPUT_BEHAVIOR
- NIFGEN_ATTRIBUTE_MARKER_EVENT_PULSE_POLARITY
- NIFGEN_ATTRIBUTE_MARKER_EVENT_PULSE_WIDTH_UNITS
- NIFGEN_ATTRIBUTE_MARKER_EVENT_PULSE_WIDTH
- NIFGEN_ATTRIBUTE_MARKER_EVENT_TOGGLE_INITIAL_STATE
- NIFGEN_ATTRIBUTE_MARKER_EVENT_DELAY_UNITS
- NIFGEN_ATTRIBUTE_MARKER_EVENT_DELAY
- NIFGEN_ATTRIBUTE_MARKER_EVENT_LATCHED_STATUS
- NIFGEN_ATTRIBUTE_ALL_MARKER_EVENTS_LATCHED_STATUS
- NIFGEN_ATTRIBUTE_MARKER_EVENT_LIVE_STATUS
- NIFGEN_ATTRIBUTE_ALL_MARKER_EVENTS_LIVE_STATUS
- NIFGEN_ATTRIBUTE_DATA_MARKER_EVENT_OUTPUT_TERMINAL
- NIFGEN_ATTRIBUTE_DATA_MARKER_EVENT_DATA_BIT_NUMBER
- NIFGEN_ATTRIBUTE_DATA_MARKER_EVENT_LEVEL_POLARITY
- NIFGEN_ATTRIBUTE_READY_FOR_START_EVENT_OUTPUT_TERMINAL
- NIFGEN_ATTRIBUTE_READY_FOR_START_EVENT_LEVEL_ACTIVE_LEVEL
- NIFGEN_ATTRIBUTE_READY_FOR_START_EVENT_LIVE_STATUS
- NIFGEN_ATTRIBUTE_STARTED_EVENT_OUTPUT_TERMINAL
- NIFGEN_ATTRIBUTE_STARTED_EVENT_OUTPUT_BEHAVIOR
- NIFGEN_ATTRIBUTE_STARTED_EVENT_PULSE_POLARITY
- NIFGEN_ATTRIBUTE_STARTED_EVENT_PULSE_WIDTH_UNITS
- NIFGEN_ATTRIBUTE_STARTED_EVENT_PULSE_WIDTH
- NIFGEN_ATTRIBUTE_STARTED_EVENT_LEVEL_ACTIVE_LEVEL
- NIFGEN_ATTRIBUTE_STARTED_EVENT_DELAY
- NIFGEN_ATTRIBUTE_STARTED_EVENT_DELAY_UNITS
- NIFGEN_ATTRIBUTE_STARTED_EVENT_LATCHED_STATUS
- NIFGEN_ATTRIBUTE_DONE_EVENT_OUTPUT_BEHAVIOR
- NIFGEN_ATTRIBUTE_DONE_EVENT_OUTPUT_TERMINAL
- NIFGEN_ATTRIBUTE_DONE_EVENT_PULSE_POLARITY
- NIFGEN_ATTRIBUTE_DONE_EVENT_PULSE_WIDTH_UNITS
- NIFGEN_ATTRIBUTE_DONE_EVENT_PULSE_WIDTH
- NIFGEN_ATTRIBUTE_DONE_EVENT_LEVEL_ACTIVE_LEVEL
- NIFGEN_ATTRIBUTE_DONE_EVENT_DELAY
- NIFGEN_ATTRIBUTE_DONE_EVENT_DELAY_UNITS
- NIFGEN_ATTRIBUTE_DONE_EVENT_LATCHED_STATUS
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150312 | ViString | R/W | N/A | None | niFgen_ExportSignal |
Specifies the destination terminal for the Marker event.
For a list of the terminals available on your device, refer to the Routes topic for your device or the Device Routes tab in MAX.
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150342 | ViInt32 | R/W | N/A | None | None |
Specifies the output behavior for the Marker event.
Defined Values
NIFGEN_VAL_PULSE | Triggers a pulse for a specified period of time. |
---|---|
NIFGEN_VAL_LEVEL | Changes to high or low while the event is active, depending on the active state you specify. |
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150313 | ViInt32 | R/W | N/A | None | None |
Specifies the output polarity of the Marker event.
Defined Values
NIFGEN_VAL_ACTIVE_HIGH | The Marker event level is high at the marker position. |
---|---|
NIFGEN_VAL_ACTIVE_LOW | The Marker event level is low at the marker position. |
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150341 | ViInt32 | R/W | N/A | None | None |
Specifies the pulse width units of the Marker event.
Defined Values
NIFGEN_VAL_SAMPLE_CLOCK_PERIODS | Specifies the pulse width in Sample clock periods. |
---|---|
NIFGEN_VAL_SECONDS | Specifies the pulse width in seconds. |
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150340 | ViReal64 | R/W | N/A | None | None |
Specifies the pulse width value of the Marker event.
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150343 | ViInt32 | R/W | N/A | None | None |
Toggles the Initial state of the Marker event.
Defined Values
NIFGEN_VAL_HIGH | Sets the initial state of the Marker event to high. |
---|---|
NIFGEN_VAL_LOW | Sets the initial state of the Marker event to low. |
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150355 | ViInt32 | R/W | N/A | None | None |
Specifies the units applied to the value of the NIFGEN_ATTRIBUTE_MARKER_EVENT_DELAY attribute.
Defined Values
NIFGEN_VAL_SECONDS | The delay is specified in seconds and then coerced up by NI-FGEN to the nearest Sample clock period. |
---|---|
NIFGEN_VAL_SAMPLE_CLOCK_PERIODS | The delay is specified in Sample clock periods and then coerced up by NI-FGEN to the nearest Sample clock period. |
Default Value: NIFGEN_VAL_SECONDS
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150354 | ViReal64 | R/W | N/A | None | None |
Specifies the amount of delay applied to a Marker event with respect to the analog output of the signal generator. A positive delay value indicates that the Marker event occurs after the analog data, while a negative delay value indicates that the Marker event precedes the analog data. The default value is zero, which aligns the Marker event with the analog output signal.
You can specify the units of the delay value by setting the NIFGEN_ATTRIBUTE_MARKER_EVENT_DELAY_UNITS attribute.
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150350 | ViBoolean | R/W | N/A | None | None |
Specifies the latched status of the specified Marker event.
Set this attribute to VI_FALSE to clear the latched status of the Marker event.
Defined Values
VI_TRUE | The specified Marker event has been active. |
---|---|
VI_FALSE | The specified Marker event has not been active. |
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150349 | ViInt32 | R/W | N/A | None | None |
Returns a bit field of the latched status of all Marker events. Set this attribute to 0 to clear the latched status of all Marker events.
Defined Values:
Marker 0 | 0x0 |
---|---|
Marker 1 | 0x1 |
Marker 2 | 0x2 |
Marker 3 | 0x4 |
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150345 | ViBoolean | RO | N/A | None | None |
Returns the live status of the specified Marker event.
Defined Values
VI_TRUE | The specified Marker event is live. |
---|---|
VI_FALSE | The specified Marker event is not live. |
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150344 | ViInt32 | RO | N/A | None | None |
Returns a bit field of the live status of all Marker events.
Defined Values:
Marker 0 | 0x0 |
---|---|
Marker 1 | 0x1 |
Marker 2 | 0x2 |
Marker 3 | 0x4 |
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150339 | ViString | R/W | N/A | None | niFgen_ExportSignal |
Specifies the destination terminal for the Data Marker event. For a list of the destination terminals available on your device, refer to the Routes topic for your device or the the Device Routes tab in MAX.
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150337 | ViInt32 | R/W | N/A | None | None |
Specifies the bit number to assign to the Data Marker event.
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150338 | ViInt32 | R/W | N/A | None | None |
Specifies the output polarity of the Data Marker event. Refer to Data Marker Events for more information about Data Marker event polarity.
Defined Values
NIFGEN_VAL_ACTIVE_HIGH | When the data bit is 1 (high), the Data Marker event level is high. |
---|---|
NIFGEN_VAL_ACTIVE_LOW | When the data bit is 1 (high), the Data Marker event level is low. |
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150310 | ViString | R/W | N/A | None | niFgen_ExportSignal |
Specifies the destination terminal for the Ready for Start event. For a list of the terminals available on your device, refer to the Routes topic for your device or the Device Routes tab in MAX.
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150311 | ViInt32 | R/W | N/A | None | None |
Specifies the output polarity of the Ready for Start event.
Defined Values:
NIFGEN_VAL_ACTIVE_HIGH | When the operation is ready to start, the Ready for Start event level is high. |
---|---|
NIFGEN_VAL_ACTIVE_LOW | When the operation is ready to start, the Ready for Start event level is low. |
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150348 | ViBoolean | RO | N/A | None | None |
Returns the live status of the specified Ready For Start event.
Defined Values
VI_TRUE | The specified Ready for Start event is live. |
---|---|
VI_FALSE | The specified Ready for Start event is not live. |
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150314 | ViString | R/W | N/A | None | niFgen_ExportSignal |
Specifies the destination terminal for the Started event. For a list of the terminals available on your device, refer to the Routes topic for your device or the Device Routes tab in MAX.
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150331 | ViInt32 | R/W | N/A | None | None |
Specifies the output behavior for the Started event.
Defined Values
NIFGEN_VAL_PULSE | Triggers a pulse for a specified period of time. |
---|---|
NIFGEN_VAL_LEVEL | Shifts high or low while the event is active, depending on the active state you specify. |
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150318 | ViInt32 | R/W | N/A | None | None |
Specifies the output polarity of the Started event.
Defined Values
NIFGEN_VAL_ACTIVE_HIGH | When the operation has started, the Started event level is high. |
---|---|
NIFGEN_VAL_ACTIVE_LOW | When the operation has started, the Started event level is low. |
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150333 | ViInt32 | R/W | N/A | None | None |
Specifies the pulse width units for the Started event.
Defined Values:
NIFGEN_VAL_SAMPLE_CLOCK_PERIODS | Specifies the pulse width in Sample clock periods. |
---|---|
NIFGEN_VAL_SECONDS | Specifies the pulse width in seconds. |
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150335 | ViReal64 | R/W | N/A | None | None |
Specifies the pulse width value for the Started event.
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150316 | ViInt32 | R/W | N/A | None | None |
Specifies the output polarity of the Started event.
Defined Values:
NIFGEN_VAL_ACTIVE_HIGH | When the operation has started, the Started event level is high. |
---|---|
NIFGEN_VAL_ACTIVE_LOW | When the operation has started, the Started event level is low. |
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150356 | ViReal64 | R/W | N/A | None | None |
Specifies the amount of delay applied to a Started event with respect to the analog output of the signal generator. A positive delay value specifies that the Started event occurs after the analog data, and a negative delay value specifies that the Started event occurs before the analog data. The default value is zero, which aligns the Started event with the analog output.
You can specify the units of the delay value by setting the NIFGEN_ATTRIBUTE_STARTED_EVENT_DELAY_UNITS attribute.
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150357 | ViInt32 | R/W | N/A | None | None |
Specifies the units used for the NIFGEN_ATTRIBUTE_STARTED_EVENT_DELAY attribute.
NIFGEN_VAL_SECONDS | Delay is specified in seconds and then coerced up by NI-FGEN to the nearest Sample clock period. |
---|---|
NIFGEN_VAL_SAMPLE_CLOCK_PERIODS | Delay is specified in Sample clock periods and then coerced up by NI-FGEN to the nearest Sample clock period. |
Default Value: NIFGEN_VAL_SECONDS
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150352 | ViBoolean | RO | N/A | None | None |
Returns the latched status of the Started event.
Defined Values
VI_TRUE | The specified Started event has been active. |
---|---|
VI_FALSE | The specified Started event has not been active. |
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150332 | ViInt32 | R/W | N/A | None | None |
Specifies the output behavior for the Done event.
Defined Values
NIFGEN_VAL_PULSE | Triggers a pulse for a specified period of time. |
---|---|
NIFGEN_VAL_LEVEL | Changes to high or low while the event is active, depending on the active state you specify. |
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150315 | ViString | R/W | N/A | None | None |
Specifies the destination terminal for the Done event. For a list of the destination terminals available on your device, refer to the Routes topic for your device or the Device Routes tab in MAX.
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150319 | ViInt32 | R/W | N/A | None | None |
Specifies the output polarity of the Done event.
Defined Values
NIFGEN_VAL_ACTIVE_HIGH | When the operation is done, the Done event polarity is high. |
---|---|
NIFGEN_VAL_ACTIVE_LOW | When the operation is done, the Done event polarity is low. |
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150334 | ViInt32 | R/W | N/A | None | None |
Specifies the pulse width units for the Done event.
Defined Values
NIFGEN_VAL_SAMPLE_CLOCK_PERIODS | Specifies the pulse width in Sample clock periods. |
---|---|
NIFGEN_VAL_SECONDS | Specifies the pulse width in seconds. |
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150336 | ViReal64 | R/W | N/A | None | None |
Specifies the pulse width for the Done event.
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150317 | ViInt32 | R/W | N/A | None | None |
Specifies the output polarity of the Done event.
Defined Values:
NIFGEN_VAL_ACTIVE_HIGH | When the operation is complete, the Done event level is high. |
---|---|
NIFGEN_VAL_ACTIVE_LOW | When the operation is complete, the Done event level is low. |
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150358 | ViReal64 | R/W | N/A | None | None |
Specifies the amount of delay applied to a Done event with respect to the analog output of the signal generator.
A positive delay value indicates that the Done event occurs after the analog data, while a negative delay value indicates that the Done event occurs before the analog data. A value of zero aligns the Done event with the analog output. A value of zero aligns the Done event with the analog output signal.
You can specify the units of the delay value by setting the NIFGEN_ATTRIBUTE_DONE_EVENT_DELAY_UNITS attribute.
Default Value: 0
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150359 | ViInt32 | R/W | N/A | None | None |
Specifies the units applied to the value of the NIFGEN_ATTRIBUTE_DONE_EVENT_DELAY attribute.
Defined Values
NIFGEN_VAL_SECONDS | The delay is specified in seconds and then coerced up by NI-FGEN to the nearest Sample clock period. |
---|---|
NIFGEN_VAL_SAMPLE_CLOCK_PERIODS | The delay is specified in Sample clock periods and then coerced up by NI-FGEN to the nearest Sample clock period. |
Default Value: NIFGEN_VAL_SECONDS
Numeric Value | Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|---|
1150351 | ViBoolean | RO | N/A | None | None |
Returns the latched status of the specified Done event.
Defined Values
VI_TRUE | The specified Done event is latched. |
---|---|
VI_FALSE | The specified Done event is not latched. |
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