-
Notifications
You must be signed in to change notification settings - Fork 51
NI DAQMX Physical Channel Attributes
See how to get and set attributes.
- Analog Input
- Analog Output
- Digital Input
- Digital Output
- Counter Input
- Counter Output
- TEDS
Data Type: | int32* |
---|---|
Description: | Indicates the measurement types supported by the channel. |
Restrictions: | Not Settable |
Valid values
DAQmx_Val_Voltage | 10322 | Voltage measurement. |
---|---|---|
DAQmx_Val_VoltageRMS | 10350 | Voltage RMS measurement. |
DAQmx_Val_Current | 10134 | Current measurement. |
DAQmx_Val_CurrentRMS | 10351 | Current RMS measurement. |
DAQmx_Val_Voltage_CustomWithExcitation | 10323 | Voltage measurement with an excitation source. You can use this measurement type for custom sensors that require excitation, but you must use a custom scale to scale the measured voltage. |
DAQmx_Val_Bridge | 15908 | Measure voltage ratios from a Wheatstone bridge. |
DAQmx_Val_Freq_Voltage | 10181 | Frequency measurement using a frequency to voltage converter. |
DAQmx_Val_Resistance | 10278 | Resistance measurement. |
DAQmx_Val_Temp_TC | 10303 | Temperature measurement using a thermocouple. |
DAQmx_Val_Temp_Thrmstr | 10302 | Temperature measurement using a thermistor. |
DAQmx_Val_Temp_RTD | 10301 | Temperature measurement using an RTD. |
DAQmx_Val_Temp_BuiltInSensor | 10311 | Temperature measurement using a built-in sensor on a terminal block or device. On SCXI modules, for example, this could be the CJC sensor. |
DAQmx_Val_Strain_Gage | 10300 | Strain measurement. |
DAQmx_Val_Rosette_Strain_Gage | 15980 | Strain measurement using a rosette strain gage. |
DAQmx_Val_Position_LVDT | 10352 | Position measurement using an LVDT. |
DAQmx_Val_Position_RVDT | 10353 | Position measurement using an RVDT. |
DAQmx_Val_Position_EddyCurrentProximityProbe | 14835 | Position measurement using an eddy current proximity probe. |
DAQmx_Val_Accelerometer | 10356 | Acceleration measurement using an accelerometer. |
DAQmx_Val_Acceleration_Charge | 16104 | Acceleration measurement using a charge-based sensor. |
DAQmx_Val_Acceleration_4WireDCVoltage | 16106 | Acceleration measurement using a 4 wire DC voltage based sensor. |
DAQmx_Val_Velocity_IEPESensor | 15966 | Velocity measurement using an IEPE Sensor. |
DAQmx_Val_Force_Bridge | 15899 | Force measurement using a bridge-based sensor. |
DAQmx_Val_Force_IEPESensor | 15895 | Force measurement using an IEPE Sensor. |
DAQmx_Val_Pressure_Bridge | 15902 | Pressure measurement using a bridge-based sensor. |
DAQmx_Val_SoundPressure_Microphone | 10354 | Sound pressure measurement using a microphone. |
DAQmx_Val_Torque_Bridge | 15905 | Torque measurement using a bridge-based sensor. |
DAQmx_Val_TEDS_Sensor | 12531 | Measurement type defined by TEDS. |
DAQmx_Val_Charge | 16105 | Charge measurement. |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | int32 |
---|---|
Description: | Indicates the list of terminal configurations supported by the channel. |
Restrictions: | Not Settable |
Valid values |
DAQmx_Val_Bit_TermCfg_RSE | 1 | RSE terminal configuration |
---|---|---|
DAQmx_Val_Bit_TermCfg_NRSE | 2 | NRSE terminal configuration |
DAQmx_Val_Bit_TermCfg_Diff | 4 | Differential terminal configuration |
DAQmx_Val_Bit_TermCfg_PseudoDIFF | 8 | Pseudodifferential terminal configuration |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | char* |
---|---|
Description: | Indicates the list of input sources supported by the channel. Channels may support using the signal from the I/O connector or one of several calibration signals. |
Restrictions: | Not Settable |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | int32* |
---|---|
Description: | Indicates the types of power supplied to the sensor supported by this channel. |
Restrictions: | Not Settable |
Valid values
DAQmx_Val_DC | 10050 | Sensor power supply generates a single DC voltage level. |
---|---|---|
DAQmx_Val_AC | 10045 | Sensor power supply generates an AC voltage. |
DAQmx_Val_BipolarDC | 16147 | Sensor power supply generates a pair of DC voltage levels. |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | float64* |
---|---|
Description: | Indicates pairs of sensor power voltage ranges supported by this channel. Each pair consists of the low value followed by the high value. |
Restrictions: | Not Settable |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | float64 |
---|---|
Description: | Specifies the voltage level for the sensor's power supply. |
You can get/set/reset this attribute using:
DAQmxGetPhysicalChanAttribute
DAQmxSetPhysicalChanAttribute
DAQmxResetPhysicalChanAttribute
Data Type: | bool32 |
---|---|
Description: | Specifies whether to turn on the sensor's power supply. |
You can get/set/reset this attribute using:
DAQmxGetPhysicalChanAttribute
DAQmxSetPhysicalChanAttribute
DAQmxResetPhysicalChanAttribute
Data Type: | int32 |
---|---|
Description: | Specifies the type of power supplied to the sensor. |
Valid values
DAQmx_Val_DC | 10050 | Sensor power supply generates a single DC voltage level. |
---|---|---|
DAQmx_Val_AC | 10045 | Sensor power supply generates an AC voltage. |
DAQmx_Val_BipolarDC | 16147 | Sensor power supply generates a pair of DC voltage levels. |
You can get/set/reset this attribute using:
DAQmxGetPhysicalChanAttribute
DAQmxSetPhysicalChanAttribute
DAQmxResetPhysicalChanAttribute
Data Type: | bool32 |
---|---|
Description: | Indicates whether there is an open channel or undercurrent condition on the channel. |
Restrictions: | Not Settable |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | bool32 |
---|---|
Description: | Indicates whether there is an overcurrent condition on the channel. |
Restrictions: | Not Settable |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | int32* |
---|---|
Description: | Indicates the output types supported by the channel. |
Restrictions: | Not Settable |
Valid values
DAQmx_Val_Voltage | 10322 | Voltage generation. |
---|---|---|
DAQmx_Val_Current | 10134 | Current generation. |
DAQmx_Val_FuncGen | 14750 | Function generation. |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | int32* |
---|---|
Description: | Indicates the power up output types supported by the channel. |
Restrictions: | Not Settable |
Valid values
DAQmx_Val_ | 10322 | Voltage output. |
---|---|---|
DAQmx_Val_ | 10134 | Current output. |
DAQmx_Val_ | 12527 | High-impedance state. |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | int32 |
---|---|
Description: | Indicates the list of terminal configurations supported by the channel. |
Restrictions: | Not Settable |
Valid values |
DAQmx_Val_Bit_TermCfg_RSE | 1 | RSE terminal configuration |
---|---|---|
DAQmx_Val_Bit_TermCfg_NRSE | 2 | NRSE terminal configuration |
DAQmx_Val_Bit_TermCfg_Diff | 4 | Differential terminal configuration |
DAQmx_Val_Bit_TermCfg_PseudoDIFF | 8 | Pseudodifferential terminal configuration |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | bool32 |
---|---|
Description: | Specifies if you can control the physical channel externally via a manual control located on the device. You cannot simultaneously control a channel manually and with NI-DAQmx. |
You can get/set/reset this attribute using:
DAQmxGetPhysicalChanAttribute
DAQmxSetPhysicalChanAttribute
DAQmxResetPhysicalChanAttribute
Data Type: | bool32 |
---|---|
Description: | Indicates whether the physical channel is currently disabled due to a short detected on the channel. |
Restrictions: | Not Settable |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | float64 |
---|---|
Description: | Indicates the current value of the front panel amplitude control for the physical channel in volts. |
Restrictions: | Not Settable |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | float64 |
---|---|
Description: | Indicates the current value of the front panel frequency control for the physical channel in hertz. |
Restrictions: | Not Settable |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | bool32 |
---|---|
Description: | Specifies whether to enable or disable a channel for amplification. This property can also be used to check if a channel is enabled. |
You can get/set/reset this attribute using:
DAQmxGetPhysicalChanAttribute
DAQmxSetPhysicalChanAttribute
DAQmxResetPhysicalChanAttribute
Data Type: | float64* |
---|---|
Description: | Indicates the coefficients of a polynomial equation used to scale from pre-amplified values. |
Restrictions: | Not Settable |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | bool32 |
---|---|
Description: | Indicates if the channel detected an overcurrent condition. |
Restrictions: | Not Settable |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | float64 |
---|---|
Description: | Indicates the calibrated gain of the channel. |
Restrictions: | Not Settable |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | float64 |
---|---|
Description: | Indicates the calibrated offset of the channel in volts. |
Restrictions: | Not Settable |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | uInt32 |
---|---|
Description: | Indicates in bits the width of digital input port. |
Restrictions: | Not Settable |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | bool32 |
---|---|
Description: | Indicates if the sample clock timing type is supported for the digital input physical channel. |
Restrictions: | Not Settable |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | int32* |
---|---|
Description: | Indicates the sample modes supported by devices that support sample clocked digital input. |
Restrictions: | Not Settable |
Valid values
DAQmx_Val_FiniteSamps | 10178 | Acquire or generate a finite number of samples. |
---|---|---|
DAQmx_Val_ContSamps | 10123 | Acquire or generate samples until you stop the task. |
DAQmx_Val_HWTimedSinglePoint | 12522 | Acquire or generate samples continuously using hardware timing without a buffer. Hardware timed single point sample mode is supported only for the sample clock and change detection timing types. |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | bool32 |
---|---|
Description: | Indicates if the change detection timing type is supported for the digital input physical channel. |
Restrictions: | Not Settable |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | uInt32 |
---|---|
Description: | Indicates in bits the width of digital output port. |
Restrictions: | Not Settable |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | bool32 |
---|---|
Description: | Indicates if the sample clock timing type is supported for the digital output physical channel. |
Restrictions: | Not Settable |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | int32* |
---|---|
Description: | Indicates the sample modes supported by devices that support sample clocked digital output. |
Restrictions: | Not Settable |
Valid values
DAQmx_Val_FiniteSamps | 10178 | Acquire or generate a finite number of samples. |
---|---|---|
DAQmx_Val_ContSamps | 10123 | Acquire or generate samples until you stop the task. |
DAQmx_Val_HWTimedSinglePoint | 12522 | Acquire or generate samples continuously using hardware timing without a buffer. Hardware timed single point sample mode is supported only for the sample clock and change detection timing types. |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | int32* |
---|---|
Description: | Indicates the measurement types supported by the channel. |
Restrictions: | Not Settable |
Valid values
DAQmx_Val_CountEdges | 10125 | Count edges of a digital signal. |
---|---|---|
DAQmx_Val_Freq | 10179 | Measure the frequency of a digital signal. |
DAQmx_Val_Period | 10256 | Measure the period of a digital signal. |
DAQmx_Val_PulseWidth | 10359 | Measure the width of a pulse of a digital signal. |
DAQmx_Val_SemiPeriod | 10289 | Measure the time between state transitions of a digital signal. |
DAQmx_Val_PulseFrequency | 15864 | Pulse measurement, returning the result as frequency and duty cycle. |
DAQmx_Val_PulseTime | 15865 | Pulse measurement, returning the result as high time and low time. |
DAQmx_Val_PulseTicks | 15866 | Pulse measurement, returning the result as high ticks and low ticks. |
DAQmx_Val_DutyCycle | 16070 | Measure the duty cycle of a digital signal. |
DAQmx_Val_Position_AngEncoder | 10360 | Angular position measurement using an angular encoder. |
DAQmx_Val_Position_LinEncoder | 10361 | Linear position measurement using a linear encoder. |
DAQmx_Val_Velocity_AngEncoder | 16078 | Angular velocity measurement using an angular encoder. |
DAQmx_Val_Velocity_LinEncoder | 16079 | Linear velocity measurement using a linear encoder. |
DAQmx_Val_TwoEdgeSep | 10267 | Measure time between edges of two digital signals. |
DAQmx_Val_GPS_Timestamp | 10362 | Timestamp measurement, synchronizing the counter to a GPS receiver. |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | int32* |
---|---|
Description: | Indicates the output types supported by the channel. |
Restrictions: | Not Settable |
Valid values
DAQmx_Val_Pulse_Time | 10269 | Generate pulses defined by the time the pulse is at a low state and the time the pulse is at a high state. |
---|---|---|
DAQmx_Val_Pulse_Freq | 10119 | Generate digital pulses defined by frequency and duty cycle. |
DAQmx_Val_Pulse_Ticks | 10268 | Generate digital pulses defined by the number of timebase ticks that the pulse is at a low state and the number of timebase ticks that the pulse is at a high state. |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | uInt32 |
---|---|
Description: | Indicates the manufacturer ID of the sensor. |
Restrictions: | Not Settable |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | uInt32 |
---|---|
Description: | Indicates the model number of the sensor. |
Restrictions: | Not Settable |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | uInt32 |
---|---|
Description: | Indicates the serial number of the sensor. |
Restrictions: | Not Settable |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | uInt32 |
---|---|
Description: | Indicates the version number of the sensor. |
Restrictions: | Not Settable |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | char* |
---|---|
Description: | Indicates the version letter of the sensor. |
Restrictions: | Not Settable |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | uInt8* |
---|---|
Description: | Indicates the TEDS binary bitstream without checksums. |
Restrictions: | Not Settable |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
Data Type: | uInt32* |
---|---|
Description: | Indicates the IDs of the templates in the bitstream in DAQmx_PhysicalChan_TEDS_BitStream. |
Restrictions: | Not Settable |
You can get this attribute using:
DAQmxGetPhysicalChanAttribute
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