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

  • From: "Walter Katz" <wkatz@xxxxxxxxxx>
  • To: <ambrishv@xxxxxxxxxxx>, <ibis-macro@xxxxxxxxxxxxx>
  • Date: Thu, 24 Feb 2011 11:08:30 -0500 (EST)

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.

 







 


Ambrish Varma   |  Member of Consulting Staff


P: 978.262.6431    <http://www.cadence.com> 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.

 







 


Ambrish Varma   |  Member of Consulting Staff


P: 978.262.6431    <http://www.cadence.com> 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

 

 

GIF image

GIF image

Other related posts: