jy9802-driver

Develop C# drivers for the JY9802 digitizer with data acquisition and triggering.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/JXISH/SeeSharp-Academy --skill jy9802-driver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jy9802-driver
Source: https://github.com/JXISH/SeeSharp-Academy/tree/main/Seesharp%20Academy/Courses/0.5.0%20AI%20Skills/Module%20Skills/Digitizer/JY9802-driver
Command: npx skills add https://github.com/JXISH/SeeSharp-Academy --skill jy9802-driver

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires JY9802.dll, JY9802.xml, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides comprehensive C# driver development guidance for the JYTEK JY9802 (PXIe-9802) high-speed digitizer (Digitizer), solving the challenge of creating drivers for high-speed data acquisition and analysis.

Core Features & Use Cases

  • High-Speed Data Acquisition: Covers finite, continuous, and streaming disk acquisition of high-speed analog input (AI), with 2-channel 14-bit 250 MS/s synchronous sampling.
  • DDC Digital Downconversion: Offers DDC digital downconversion (Real/Complex IQ data format).
  • Trigger Configuration: Includes immediate, software, digital, and analog triggering with Power/Window/Hysteresis comparators, and retrigger capabilities.
  • Multi-Card Synchronization: Achieves multi-card synchronization through the export of 10MHz reference clock + TriggerOut/Trig_In and onboard 1GB DDR3 ping-pong caching streaming disk in VectorFile/Raw format.
  • AO Output & Playback: Provides AO output and playback capabilities.
  • Use Case: This Skill is particularly useful for users who need to develop drivers for the JY9802, PXIe-9802, JY9802AITask, JY9802AOTask, JY9802Device, and related applications for high-speed data acquisition, waveform streaming disk, transient signal acquisition, image digitization, ultrasonic measurement, biomedical, ATE testing, radar/sonar testing, etc.

Quick Start

Use the JY9802-driver skill to access the JY9802 digitizer device and configure its sampling rate and triggering parameters.

Frequently Asked Questions about jy9802-driver

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I develop a C# driver for high-speed data acquisition on a PXIe digitizer?

To develop a C# driver for high-speed data acquisition on a PXIe digitizer, this Skill provides complete guidance for the JY9802, covering finite, continuous, and streaming disk acquisition with 2-channel 14-bit 250 MS/s synchronous sampling.

How does DDC digital downconversion work with high-speed digitizer data?

DDC digital downconversion processes high-speed digitizer data by converting it into Real or Complex IQ data formats. This Skill provides the necessary C# driver guidance to implement DDC functionality for the JY9802 digitizer.

Can I configure analog and digital triggering with hysteresis for transient signal acquisition?

Yes, you can configure immediate, software, digital, and analog triggering with Power, Window, and Hysteresis comparators for transient signal acquisition. The Skill also supports retrigger capabilities for the JY9802 digitizer.

Does multi-card synchronization require an external reference clock for radar testing?

Multi-card synchronization for radar testing can be achieved by exporting a 10MHz reference clock and TriggerOut/Trig_In signals. This Skill details the synchronization process using onboard 1GB DDR3 ping-pong caching.

What's the best way to stream raw waveform data to disk using a JY9802 driver?

The best way to stream raw waveform data to disk is by utilizing the onboard 1GB DDR3 ping-pong caching in VectorFile or Raw format. This Skill provides C# guidance for configuring continuous streaming disk acquisition.