Main Content

Cette page a été traduite par traduction automatique. Cliquez ici pour voir la dernière version en anglais.

Pilotes d'instruments génériques

Communiquez avec les instruments en créant un pilote générique

Les pilotes génériques permettent à Instrument Control Toolbox™ de communiquer avec des périphériques ou des logiciels qui n'utilisent pas de pilotes ou de protocoles standard. Vous créez un pilote générique à l’aide de l’éditeur de pilotes d’instruments. Voir Writing a Generic Driver .

Fonctions

développer tout

instrhwinfoInformation about available hardware
instridDefine and retrieve commands that identify instruments
icdeviceCréer un objet périphérique
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

Rubriques