お問い合わせ
ダウンロード
マニュアル、データシート、ソフトウェアなどのダウンロード:
フィードバック

従来の方法よりも高いデータ・スループット
テクトロニクスは、次世代の高速インタフェース(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')
