Comunicazione con il driver dello strumento
Per comunicare con gli strumenti, come descritto in molte sezioni della documentazione, è necessario creare un oggetto interfaccia, ad esempio gpib
o i2c
. È anche possibile creare un oggetto dispositivo che consenta di configurare e interrogare uno strumento senza conoscerne il set di comandi. Per ulteriori informazioni sull'utilizzo degli oggetti dispositivo, vedere Creating and Connecting Device Objects.
Funzioni
Argomenti
- Creating and Connecting Device Objects
Includes the general procedure for the creation and use of device objects.
- Communicating with Instruments
Configuring and exchanging data through device objects.
- Device Groups
Obtaining and using group device properties.
- Device Objects
Device objects allow you to configure and query an instrument without knowledge of its command set. The low-level communication is performed through a MATLAB® instrument driver.