このページは機械翻訳を使用して翻訳されました。最新版の英語を参照するには、ここをクリックします。
計測器ドライバの編集とテスト
汎用ドライバーにより、Instrument Control Toolbox™ は業界標準のドライバーやプロトコルを使用しないデバイスやソフトウェアと通信できるようになります。計測器ドライバ エディタを使用して汎用ドライバを作成します。計測器ドライバ エディタの使用については、Creating MATLAB Instrument Drivers を参照してください。
ドライバーを作成したら、Instrument Driver Testing Tool を使用してテストできます。このツールは、MATLAB® 計測器ドライバーの機能を検証するためのテストを作成するためのグラフィカル環境を提供します。プロパティと関数の動作を検証し、テスト結果をさまざまな形式でエクスポートできます。Instrument Driver Testing Tool Overviewを参照してください。
関数
トピック
- Creating MATLAB Instrument Drivers
How to create, modify, save, and verify instrument drivers using the MATLAB Instrument Driver Editor.
- Properties
Defining instrument functionality as properties of the device object to ease communications with your instrument.
- Functions
Defining instrument functionality as functions of the device object to ease communications with your instrument.
- Groups
Combining common capabilities of the device object.
- Using Existing Drivers
Adapting existing drivers for your instrument.
- Setting Up Your Test
Providing global information for your test, including name, description, driver, interface, and preferences.
- Defining Test Steps
Creating steps to test setting property values, getting property values, and driver functions.
- Saving Your Test
Saving your test for future midtest sessions, or as code, or as a driver function.
- Testing and Results
Running a complete or partial test; exporting or saving test results.
- MATLAB Instrument Driver Editor Overview
An explanation of MATLAB instrument drivers, their features, capabilities, and usage.
- Instrument Driver Testing Tool Overview
An explanation of the MATLAB Instrument Driver Testing Tool, its capabilities, and usage.