Main Content

本页采用了机器翻译。点击此处可查看最新英文版本。

通用仪器驱动

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

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

函数

全部展开

instrhwinfoInformation about available hardware
instridDefine and retrieve commands that identify instruments
icdevice创建设备对象
connectConnect device object to instrument
invokeExecute driver-specific function on device object
deviceresetReset instrument
selftestRun instrument self-test
geterrorCheck and return error message from instrument
dispDisplay instrument object summary information
getInstrument object properties
setConfigure or display instrument object properties
inspectOpen Property Inspector
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
lengthLength of instrument object array
sizeSize of instrument object array
isvalidDetermine whether instrument objects are valid
obj2mfileConvert instrument object to MATLAB code
disconnectDisconnect device object from instrument
deleteRemove instrument objects from memory
clearRemove instrument objects from MATLAB workspace

主题