NI-HSDIO Express (Acquisition) VI
Acquires a digital waveform from a National Instruments digital waveform generators/analyzer.
Dialog Box Options |
Block Diagram Inputs |
Block Diagram Outputs |
Dialog Box Options
Parameter | Description |
---|---|
Configuration | Contains the following options:
|
Voltage | Contains the following options:
|
Trigger | Configures the trigger options. Contains the following options:
|
Advanced Timing | Configures options used less frequently for timing. Contains the following options:
|
HW Compare | Contains the following options:
|
Block Diagram Inputs
Parameter | Description | ||
---|---|---|---|
data | Contains the expected response data for the comparison operation. data does not exist when you select the Read from File option in the NI-HSDIO Express (Acquisition) Results page. | ||
close | Determines whether the instrument session remains open when the VI finishes execution. Use this parameter for loop optimization by setting it to FALSE on all iterations other than the last iteration. close is TRUE by default.
| ||
max time | Specifies the timeout value for the Express VI. | ||
error in | Describes error conditions that occur before this Express VI runs. |
Block Diagram Outputs
Parameter | Description |
---|---|
data | Contains the digital data acquired by the device. |
passed | Returns the pass/fail result of the last hardware comparison operation. |
number of sample errors | Returns the number of sample errors found in the last hardware comparison operation. |
BER | Returns the bit error rate (BER). BER is calculated by taking the number of sample errors and dividing it by the total number of samples compared. |
BER per channel | Returns the bit error rate (BER) for each channel. BER for an individual channel is calculated by taking the number of bit errors found for that channel and dividing it by the total number of samples compared. |
error locations | Returns the bit numbers and the bit locations that were in error for each sample that has an error. |
error out | Contains error information. If error in indicates that an error occurred before this Express VI ran, error out contains the same error information. Otherwise, it describes the error status that this Express VI produces. |
This Express VI uses the functionality of the following VIs and functions:
niHSDIO Init Acquisition Session
niHSDIO Tristate Channels
niHSDIO Assign Dynamic Channels
niHSDIO Configure Sample Clock
niHSDIO Configure Voltage
niHSDIO Configure Acquisition Size
niHSDIO Configure Data Position
niHSDIO Configure Data Position Delay
niHSDIO Configure Ref Clock
niHSDIO Configure Trigger
niHSDIO Read Waveform
niHSDIO Close