From 11:00 PM CDT Friday, May 10 – 02:30 PM CDT Saturday, May 11 (04:00 AM UTC – 07:30 PM UTC), ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Multisim and Ultiboard Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
0 Kudos
DJ_LEE

Multisim - Table Type Source Syntax error

Status: New

There is an error on Table Type Source manual.
Examples are not working.....
I attach correct examples.


TABLE Type Source
Instance declaration syntax:
Exxx o_node_p o_node_n TABLE{expression} < = > (x1,y1) (x2,y2) < (x3,y3) <...>> <uselim>

Example
E1 5 0 TABLE(V(1)**2) (-5,-5)(5,5)
GD99 2 13 TABLE {V(2,13)}=((-100,-1p)(0,0)(1m,1n)(2m,1m)(3m,1))
************* possible syntax ***************
E_U1_E90 U1_DROPOUT 0 table= { V(ISENSE)-V(0) }
+ ( (20m,1.5)(200m,1.62)(500m,1.75)(1,2)(1.5,2.25) )

E_U1_E91 U1_DROPOUT 0 table= { V(ISENSE)-V(0) } ( (20m,1.5)(200m,1.62)(500m,1.75)(1,2)(1.5,2.25) )

************* impossible syntax ***************
E1 5 0 TABLE(V(1)**2) (-5,-5)(5,5)
GD99 2 13 TABLE {V(2,13)}=((-100,-1p)(0,0)(1m,1n)(2m,1m)(3m,1))

E_U1_E92 U1_DROPOUT 0 table= ( V(ISENSE)-V(0) ) ( (20m,1.5)(200m,1.62)(500m,1.75)(1,2)(1.5,2.25) )
E_U1_E93 U1_DROPOUT 0 table= { V(ISENSE)-V(0) } { (20m,1.5)(200m,1.62)(500m,1.75)(1,2)(1.5,2.25) }
E_U1_E94 U1_DROPOUT 0 table={ V(ISENSE)-V(0) } { (20m,1.5)(200m,1.62)(500m,1.75)(1,2)(1.5,2.25) }
E_U1_E95 U1_DROPOUT 0 table=( V(ISENSE)-V(0) ) { (20m,1.5)(200m,1.62)(500m,1.75)(1,2)(1.5,2.25) }