Main Content

Generic Instrument Drivers

Communicate with instruments by creating a generic driver

Generic drivers allow the Instrument Control Toolbox™ to communicate with devices or software that do not use industry-standard drivers or protocols. You create a generic driver using the Instrument Driver Editor. See Writing a Generic Driver.

Functions

clearRemove instrument objects from MATLAB workspace
deleteRemove instrument objects from memory
dispDisplay instrument object summary information
getInstrument object properties
inspectOpen Property Inspector
lengthLength of instrument object array
loadLoad instrument objects and variables into MATLAB workspace
methodsClass method names and descriptions
saveSave instrument objects and variables to MAT-file
setConfigure or display instrument object properties
sizeSize of instrument object array
instrhwinfoInformation about available hardware
instridDefine and retrieve commands that identify instruments
isvalidDetermine whether instrument objects are valid
obj2mfileConvert instrument object to MATLAB code
propinfoInstrument object property information
connectConnect device object to instrument
deviceresetReset instrument
disconnectDisconnect device object from instrument
geterrorCheck and return error message from instrument
icdeviceCreate device object
invokeExecute driver-specific function on device object
selftestRun instrument self-test

Topics