Ticket #37 (closed enhancement: fixed)
Name returned by GetComponentName not showing
Reported by: | michelpons | Owned by: | Michael Halloran |
---|---|---|---|
Priority: | minor | Milestone: | 2.0 No dependency/Viewer/New installer |
Component: | COLoggers | Version: | 1.08.4 |
Keywords: | Cc: | michaelhalloran |
Description
I am using the material that helped document Ticket#2. Examining the log (see attached) obtained with COLTT 1.08.4, I observe the following:
PropertyPackage <Anonymous> : Call to ICapeIdentification.get_ComponentName
PropertyPackage <Anonymous> : Return from ICapeIdentification.get_ComponentName - Succeeded
I believe Aspen COMThermo does not return any name for the Property Package. But this does not show up. I would prefer having:
PropertyPackage <Anonymous> : Call to ICapeIdentification.get_ComponentName
PropertyPackage <Anonymous> : GetComponentList returns :
PropertyPackage <Anonymous> : Return from ICapeIdentification.get_ComponentName - Succeeded
Then it would be obvious why \"Anonymous\" is used all along.
Attachments
Change History
Changed 15 years ago by michelpons
- Attachment gservercorba_110509_153332.log added
comment:1 Changed 14 years ago by michaelhalloran
- Status changed from new to closed
- Resolution set to fixed
Fixed as part of improving output format for COLTTViewer. COLTT now generates:
Port <Inlet 2> : Call to ICapeIdentification.get_ComponentName
get_ComponentName returns:
Inlet 2
Port <Inlet 2> : Return from ICapeIdentification.get_ComponentName - Succeeded
Log file obtained with COLTT 1.08.4