與我們聯絡
與 Tek 業務代表即時對談。 上班時間:上午 6:00 - 下午 4:30 (太平洋時間)
請致電
與 Tek 業務代表即時對談。 上班時間:上午 8:30 - 下午 5:30 (太平洋時間)
下載
下載手冊、產品規格表、軟體等等:
意見回饋

資料吞吐量高於傳統方法
Tektronix 將推出新一代高速介面 (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')
