Contenuto principale

Questa pagina è stata tradotta con la traduzione automatica. Fai clic qui per vedere l'ultima versione in inglese.

Driver di strumenti generici

Comunicare con gli strumenti creando un driver generico

I driver generici consentono a Instrument Control Toolbox™ di comunicare con dispositivi o software che non utilizzano driver o protocolli standard del settore. È possibile creare un driver generico utilizzando Instrument Driver Editor. Vedi Writing a Generic Driver .

Funzioni

espandi tutto

instrhwinfoInformation about available hardware
instridDefine and retrieve commands that identify instruments
icdeviceCrea oggetto 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
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

Argomenti