[ibis-macro] Re: FW: Re: Table usage

  • From: Ambrish Varma <ambrishv@xxxxxxxxxxx>
  • To: "ibis-macro@xxxxxxxxxxxxx" <ibis-macro@xxxxxxxxxxxxx>, "wkatz@xxxxxxxxxx" <wkatz@xxxxxxxxxx>
  • Date: Thu, 24 Feb 2011 08:44:31 -0800

Walter,
If multiple rows are present, I would give each row a name as well - for 
example:

   (Model_Specific
      (fwd (Usage in) (Type Float)
           (Format Table
                     ( Row1 -0.169324  1.40308   0.330246 )
                     ( Row2 -0.738358 -0.293473 -0.0691206)
           )
      )
   )
The dll then should expect this string:
(fwd (Row1 -0.169324 1.40308 0.330246 )(Row2 -0.738358 -0.293473 -0.0691206))

Thanks,
Ambrish.




[cid:image002.gif@01CBD418.105969F0]



Ambrish Varma   |  Member of Consulting Staff

P: 978.262.6431   www.cadence.com<http://www.cadence.com>










________________________________
From: Walter Katz [mailto:wkatz@xxxxxxxxxx]
Sent: Thursday, February 24, 2011 11:08 AM
To: Ambrish Varma; ibis-macro@xxxxxxxxxxxxx
Subject: RE: [ibis-macro] FW: Re: Table usage

Ambrish,

Please explain what gets passed into the DLL in the following case:

   (Model_Specific
      (fwd (Usage in) (Type Float)
           (Format Table
                     ( -0.169324  1.40308   0.330246 )
                     ( -0.738358 -0.293473 -0.0691206)
           )
      )
   )

Walter

From: ibis-macro-bounce@xxxxxxxxxxxxx [mailto:ibis-macro-bounce@xxxxxxxxxxxxx] 
On Behalf Of Ambrish Varma
Sent: Tuesday, February 22, 2011 3:28 PM
To: ibis-macro@xxxxxxxxxxxxx
Subject: [ibis-macro] FW: Re: Table usage

Hi,
Examples of table usage in models.
-Ambrish.



[cid:image002.gif@01CBD418.105969F0]



Ambrish Varma   |  Member of Consulting Staff

P: 978.262.6431   www.cadence.com<http://www.cadence.com>










________________________________
From: ibis-macro-bounce@xxxxxxxxxxxxx [mailto:ibis-macro-bounce@xxxxxxxxxxxxx] 
On Behalf Of Ambrish Varma
Sent: Thursday, September 30, 2010 11:58 AM
To: IBIS-ATM
Subject: [ibis-macro] Re: Table usage

Thanks Ken,
I think I also promised an example of Table. Here is a model specific section 
of a model we use:

     (Model_Specific
      (fwd (usage in) (Type Float) (Format Table ( -0.169324 1.40308 0.330246)))
      (bwd (usage in) (Type Float) (Format Table ( -0.738358 -0.293473 
-0.0691206 -0.0703122 -0.0586222)))
     )

The dll expects something like this for the 2 parameters:
(fwd -0.169324 1.40308 0.330246 )
(bwd -0.738358 -0.293473 -0.0691206 -0.0703122 -0.0586222 )

Thanks,
Ambrish.



[cid:image002.gif@01CBD418.105969F0]



Ambrish Varma   |  Member of Consulting Staff

P: 978.262.6431   www.cadence.com<http://www.cadence.com>










________________________________
From: ibis-macro-bounce@xxxxxxxxxxxxx [mailto:ibis-macro-bounce@xxxxxxxxxxxxx] 
On Behalf Of Ken Willis
Sent: Thursday, September 30, 2010 11:50 AM
To: IBIS-ATM
Subject: [ibis-macro] Table usage

Hi,

Following up from the last call, here is an example of Table being used in an 
AMI file:

(abc (Usage In) (Type Float) (Format Table (10.1 20.2 30.3)) (Description 
"Table example"))

Here is what it looks like when being passed to the DLL:

(abc 10.1 20.2 30.3 )

Thanks,

Ken Willis
Sigrity, Inc.
860-871-7070
kwillis@xxxxxxxxxxx<mailto:kwillis@xxxxxxxxxxx>


GIF image

GIF image

Other related posts: