联系我们
与泰克代表实时聊天。 工作时间:上午 9:00 - 下午 5:00(太平洋标准时间)。
致电我们
工作时间:上午9:00-下午5:00(太平洋标准时间)
下载
下载手册、产品技术资料、软件等:
反馈

比传统方法更高的数据吞吐量
泰克将推出下一代高速接口 (HSI) 框架,与当前的 VXI-11 以太网 (VISA) 连接相比,该框架将允许其客户以 2.5 倍或更高的速度将数据从示波器传输到用户的 PC。启用后,您的示波器将自身作为高速接口服务器,允许远程客户端 (PC) 以编程方式连接。
更快的波形传输
克服测量数据多通道访问和固有延迟的挑战十分艰巨。
我们的创新解决方案基于在传统静止状态中导航的独特方法,能够实现更快的波形传输。
这非常适合要求超精确和可重复触发、采集大量波形(如脉冲序列)和/或连续进行长记录长度采集的情况。

高速接口连接和定序
Internal Benchmarks Show 5X Faster Data Transfer with HSI
HSI drastically improves your test and measurement data transfer experience. At 1M sample rate, compared to CURVE acquisitions per minute is four times faster with TekScope PC and five times faster with TekHSI Python drivers. The GUI-based remote analysis tool TekScope PC favors higher cpu core and thread counts for performance.
And data transfer is just the beginning.

Python Example
Leverage our Python Library to easily integrate TekHSI into your automation projects for faster data transfer.
Installing TekHSI:
# install tekhsi
pip install tekhsi
pip install tm_data_types # file format library
Getting started example:
# Import tekhsi
scope = tekhsipy.TekScope('192.168.1.200')
data = scope.read_waveform('CH1')
