-
Notifications
You must be signed in to change notification settings - Fork 51
NI SCOPE Vertical Attributes
- NISCOPE_ATTRIBUTE_CHANNEL_ENABLED
- NISCOPE_ATTRIBUTE_VERTICAL_RANGE
- NISCOPE_ATTRIBUTE_VERTICAL_OFFSET
- NISCOPE_ATTRIBUTE_MAX_INPUT_FREQUENCY
- NISCOPE_ATTRIBUTE_VERTICAL_COUPLING
- NISCOPE_ATTRIBUTE_INPUT_IMPEDANCE
- NISCOPE_ATTRIBUTE_PROBE_ATTENUATION
- NISCOPE_ATTRIBUTE_CHANNEL_TERMINAL_CONFIGURATION
- NISCOPE_ATTRIBUTE_DIGITAL_GAIN
- NISCOPE_ATTRIBUTE_DIGITAL_OFFSET
- NISCOPE_ATTRIBUTE_BANDPASS_FILTER_ENABLED
- NISCOPE_ATTRIBUTE_DITHER_ENABLED
- NISCOPE_ATTRIBUTE_FLEX_FIR_ANTIALIAS_FILTER_TYPE
- NISCOPE_ATTRIBUTE_HIGH_PASS_FILTER_FREQUENCY
- NISCOPE_ATTRIBUTE_INTERLEAVING_OFFSET_CORRECTION_ENABLED
Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|
ViBoolean | R/W | Channel | None | niScope_ConfigureVertical |
Specifies whether the digitizer acquires a waveform for the channel.
VI_TRUE (1)—Acquire data on this channel.
VI_FALSE (0)— Do not acquire data on this channel.
Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|
ViReal64 | R/W | Channel | Yes | niScope_ConfigureVertical |
Specifies the absolute value of the input range for a channel in volts. For example, to acquire a sine wave that spans between –5 and +5 V, set this attribute to 10.0 V.
Refer to the NI High-Speed Digitizers Help for a list of supported vertical ranges for each device. If the specified range is not supported by a device, the value is coerced up to the next valid range.
- Coercions of Vertical Parameters
Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|
ViReal64 | R/W | Channel | None | niScope_ConfigureVertical |
Specifies the location of the center of the range with respect to ground in volts. For example, to acquire a sine wave that spans between 0.0 and 10.0 V, set this attribute to 5.0 V.
Note This attribute is not supported by all digitizers. Refer to the Features Supported by Device for a list of vertical offsets supported for each device. |
---|
Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|
ViReal64 | R/W | Channel | None | niScope_ConfigureChanCharacteristics |
Specifies the bandwidth of the channel. Express this value as the frequency at which the input circuitry attenuates the input signal by 3 dB. The units are hertz.
Refer to the NI High-Speed Digitizers Help for a list of bandwidths supported for each device.
NISCOPE_VAL_BANDWIDTH_FULL (–1.0)
NISCOPE_VAL_BANDWIDTH_DEVICE_DEFAULT (0.0)
NISCOPE_VAL_20MHZ_BANDWIDTH (20000000.0)
NISCOPE_VAL_100MHZ_BANDWIDTH (100000000.0)
NISCOPE_VAL_20MHZ_MAX_INPUT_FREQUENCY (20000000.0)
NISCOPE_VAL_100MHZ_MAX_INPUT_FREQUENCY (100000000.0)
- Bandwidth
Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|
ViInt32 | R/W | Channel | None | niScope_ConfigureVertical |
Specifies how the digitizer couples the input signal for the channel. When input coupling changes, the input stage takes a finite amount of time to settle.
NISCOPE_VAL_AC (0)
NISCOPE_VAL_DC (1)
NISCOPE_VAL_GND (2)
- Input Coupling
Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|
ViReal64 | R/W | Channel | None | niScope_ConfigureChanCharacteristics |
Specifies the input impedance for the channel in Ohms.
NISCOPE_VAL_50_OHMS (50)
NISCOPE_VAL_1_MEG_OHM (1000000)
- Impedance and Impedance Matching
Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|
ViReal64 | R/W | Channel | None | niScope_ConfigureVertical |
Specifies the probe attenuation for the input channel. For example, for a 10:1 probe, set this attribute to 10.0.
Valid Values: Any positive real number. Typical values are 1, 10, and 100.
- Probes and Their Effects
Datatype | Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|
ViInt32 | R/W | Channel | None | N/A |
Specifies the terminal configuration for the channel.
NISCOPE_VAL_SINGLE_ENDED (0)
NISCOPE_VAL_UNBALANCED_DIFFERENTIAL (1)
NISCOPE_VAL_DIFFERENTIAL (2)
- NI 5922 Channel Terminal Configuration
Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|
ViReal64 | R/W | Channel | None | None |
Applies gain to the specified channel in hardware before any onboard signal processing occurs. The output of the digital gain/offset block is as follows:
(ADC value × digital gain) + digital offset
Note This attribute can be used only with high-speed digitizers that support onboard signal processing (OSP). NI-SCOPE returns an error if you use this attribute with a device that does not support OSP. | |
---|---|
Units: Unitless |
Default Value: 1
–1.5 to 1.5
- NI 5622 Onboard Signal Processing (OSP)
Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|
ViReal64 | R/W | Channel | None | None |
Applies offset to the specified channel in hardware before any onboard signal processing occurs. The output of the digital gain/offset block is as follows:
(ADC value × digital gain) + digital offset
Note This attribute can be used only with high-speed digitizers that support onboard signal processing (OSP). NI-SCOPE returns an error if you use this attribute with a device that does not support OSP. | |
---|---|
Units: Volts |
Default Value: 0
±(Vertical Range × 0.4)
- NI 5622 Onboard Signal Processing (OSP)
Datatype | Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|
ViBoolean | R/W | Channel | None | None |
Enables the bandpass filter on the specified channel. For the NI PXIe-5622, set the value to TRUE to enable the IF filtered path 50MHz bandpass filter centered at 187MHz.
Default Value: | VI_FALSE |
---|---|
Valid Values: | VI_TRUE or VI_FALSE |
- Bandwidth
Datatype | Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|
ViBoolean | R/W | Channel | None | None |
Enables or disables the analog dither on the device.
Using dither can improve the spectral performance of the device by reducing the effects of quantization. However, adding dither increases the power level to the ADC, so you may need to either decrease the signal level or increase the vertical range.
Default Value: | VI_FALSE |
---|---|
Valid Values: | VI_TRUE or VI_FALSE |
Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|
ViInt32 | R/W | Channel | None | None |
The NI 5922 flexible-resolution digitizer uses an onboard FIR lowpass antialias filter. Use this attribute to select from several types of filters to achieve desired filtering characteristics. For most applications, the default value of this property is recommended. The other available filters are useful for optimizing settling time measurements of step responses.
Default Value: NISCOPE_VAL_48_TAP_STANDARD
Note Settling time values refer to the FIR filter only and do not take into account settling time caused by the analog front end. Refer to the NI PXI-5922 Specifications for combined digital and analog settling times. |
---|
NISCOPE_VAL_48_TAP_STANDARD (0) |
This filter is optimized for alias protection and frequency-domain flatness. - Alias protection: ranges from 80 dB to 100 dB depending on sample rate - Settling time: within 14 samples from a 50% vertical trigger point - Cutoff frequency: 0.43 × sample rate - Flatness: Ripple ranges from 0.005 dB to 0.120 dB depending of selected sample rate (refer to the NI PXI-5922 Specifications for more information) - Rise time: Approximately 0.75/(sample rate) |
---|---|
NISCOPE_VAL_48_TAP_HANNING (1) |
This filter is optimized for the lowest possible bandwidth for a 48 tap filter and maximizes the signal-to-noise ratio (SNR). - Settling time: within 14 samples from a 50% vertical trigger point - Cutoff frequency: 0.030 × sample rate - Flatness: 0 to –3 dB within cutoff frequency - Rise time: 11.6/(sample rate) |
NISCOPE_VAL_16_TAP_HANNING (2) |
This filter is optimized for the lowest possible bandwidth for a 16 tap filter and maximizes the SNR. - Settling time: 6 samples from a 50% vertical trigger point - Cutoff frequency: 0.08 × sample rate - Flatness: 0 to –3 dB within cutoff frequency - Rise time: 7.7/(sample rate) |
NISCOPE_VAL_8_TAP_HANNING (3) |
This filter is optimized for the lowest possible bandwidth for an 8 tap filter and maximizes the SNR. - Settling time: 4 samples from a 50% vertical trigger point - Cutoff frequency: 0.15 × sample rate - Flatness: 0 to –3 dB within cutoff frequency - Rise time: 3.9/(sample rate) |
- Aliasing
- FIR Filters
Data type |
Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|
ViReal64 | R/W | Channel | None | None |
Specifies the frequency for the highpass filter. The device uses one of the valid values listed below. If an invalid value is specified, no coercion occurs.
Units: Hz
Default Value: 0
(PXIe-5164)
- 0
- 90
- 450
- Digital Filtering
Datatype | Access | Applies to | Coercion | High Level Functions |
---|---|---|---|---|
ViBoolean | R/W | Channel | None | None |
Enables the interleaving offset correction on the specified channel.
!Note | Note If disabled, warranted specifications are not guaranteed. |
---|
Default Value: | VI_TRUE |
---|---|
Valid Values: | VI_TRUE or VI_FALSE |
- Timed Interleaved Sampling
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