Contenido principal

Esta página se ha traducido mediante traducción automática. Haga clic aquí para ver la versión original en inglés.

Controladores de instrumentos genéricos

Comunícate con los instrumentos creando un controlador genérico.

Los controladores genéricos permiten que el Instrument Control Toolbox™ se comunique con dispositivos o software que no utilizan controladores o protocolos estándar de la industria. Puede crear un controlador genérico utilizando el Editor de controladores de instrumentos. Ver Writing a Generic Driver.

Funciones

expandir todo

instrhwinfoInformation about available hardware
instridDefine and retrieve commands that identify instruments
icdeviceCrear objeto de dispositivo
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
inspectAbra 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
lengthLongitud del arreglo de objetos del instrumento
sizeTamaño de el arreglo de objetos del instrumento
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

Temas

Ejemplos destacados