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 NameData TypeDescription
procnameStringProvides the name of the processor.
proctypeStringProvide the platform name the session uses.
revisionStringReports 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-BF533

See Also

display

adivdsp

  


 © 1984-2009- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS