| Embedded IDE Link™ VS |  |
info - Property names and values for active session
Syntax
objinfo=info(vd)
Description
objinfo=info(vd) returns the property names
and values associated with the active session and the processors for
that session. The following table shows the properties info returns for vd and provides brief descriptions
of the properties.
| Property Name | Data Type | Description |
| procname | String | Provides the name of the processor. |
| proctype | String | Provide the platform name the session uses. |
| revision | String | Reports the silicon revision of the processor. Does not apply
to simulators. |
Examples
When you have an adivdsp object vd, info provides information about
the object.
vd=adivdsp('sessionname','Testsession')
ADIVDSP Object:
Session name : Testsession
Processor name : ADSP-BF533
Processor type : ADSP-BF533
Processor number : 0
Default timeout : 10.00 secs
objinfo=info(vd)
objinfo =
procname: 'ADSP-BF533'
proctype: 'ADSP-BF533'
revision: ''
objinfo.procname
ans =
ADSP-BF533See Also
display
adivdsp
 | halt | | insert |  |