Свяжитесь с нами
Живой чат с представителями Tektronix. С 9:00 до 17:00 CET
Позвоните нам
С 9:00 до 17:00 CET
Загрузить
Загрузить руководства, технические описания, программное обеспечение и т. д.:
Обратная связь
Changing the Data Transfer Game - Forever!
HSI is designed ground-up to favor higher data transfer speeds from the instrument to your computer. HSI is based on Google's modern and robust gRPC framework.
- You focus on your analysis, and we'll focus on moving the data at near physical (ethernet/usb) link saturation speeds back to your computer
- Free as a core feature on the latest oscilloscope firmware supporting Tektronix 4B/5/6 Series MSOs and TekScope PC, a GUI-based oscilloscope companion application for offline and remote analysis
- With Python library TekHSI you can 'pip install tekhsi' for free!
- HSI is much faster than traditional VISA/SCPI-based Curve and CurveStream
Get Started Now!
The easiest way to experience HSI is to upgrade your Tektronix 4B, 5 or 6 (Bs and LPs included) Series MSO to the latest firmware. Then, pick a client option based on your needs. Here are some client examples:
- TekScope PC v2.10 or newer natively supports HSI, and v2.12 supports USB 3.0 to ethernet 2.5 Gbps adapters for even faster transfer rates.
- TekScope PC is a great oscilloscope companion app with offline and remote oscilloscope-like analysis capabilities. You can perform long term data logging using the 'Act on Event' feature, interact with up to four oscilloscopes with eight channels each, all from the comfort of your computer, and more.
- TekHSI Python package - Supercharge your automation with drastically faster waveform transform speeds. Don't get bottlenecked by CURVE queries!
- Early Access: tm_data_types - a Python Package to help handle Test & Measurement specific files and projects. Help drive our development with feature requests before we launch!
High Speed Interface Connectivity and Sequencing
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')