主要内容

通用仪器驱动

通过创建通用驱动与仪器进行通信

通用驱动允许 Instrument Control Toolbox™ 与不使用行业标准驱动或协议的设备或软件进行通信。您可以使用仪器驱动编辑器创建通用驱动。请参阅Writing a Generic Driver

函数

全部展开

instrhwinfoInformation about available hardware
instridDefine and retrieve commands that identify instruments
icdevice创建设备对象
connectConnect device object to instrument
invoke对设备对象执行驱动特定函数
devicereset重置仪器
selftestRun instrument self-test
geterrorCheck and return error message from instrument
disp显示仪器对象摘要信息
getInstrument object properties
setConfigure or display instrument object properties
inspect打开属性检查器
methodsClass method names and descriptions
propinfoInstrument object property information
saveSave instrument objects and variables to MAT file
loadLoad instrument objects and variables into MATLAB workspace
length仪器对象数组的长度
size仪器对象数组的大小
isvalid确定仪器对象是否有效
obj2mfileConvert instrument object to MATLAB code
disconnectDisconnect device object from instrument
deleteRemove instrument objects from memory
clearRemove instrument objects from MATLAB workspace

主题

精选示例