luichi24h
Newbie level 2
I am simulating with analog designer.
I have modeled an analog pot:
* POTENTIOMETER SUBCIRCUIT
*
* TERMINALS: 1-CCW , 2-WIPER, 3-CW
* WIPER POSITION VOLTAGE: 7-POS,8-NEG
*
.SUBCKT POT_1k 1 2 3 7 8
E_RA 1 4 VALUE = { V(7,8) * 1K * I(VSENSE1) }
VSENSE1 4 5 DC 0V
RS 5 2 1
E_RB 5 6 VALUE = { V(7,8)* 1K * I(VSENSE2) }
VSENSE2 6 3 DC 0V
.ENDS
Can anyone help why I can't simulate it. The simulator says:
-V is an undefined parameter.
How can I solve this...?
Thanks.
I have modeled an analog pot:
* POTENTIOMETER SUBCIRCUIT
*
* TERMINALS: 1-CCW , 2-WIPER, 3-CW
* WIPER POSITION VOLTAGE: 7-POS,8-NEG
*
.SUBCKT POT_1k 1 2 3 7 8
E_RA 1 4 VALUE = { V(7,8) * 1K * I(VSENSE1) }
VSENSE1 4 5 DC 0V
RS 5 2 1
E_RB 5 6 VALUE = { V(7,8)* 1K * I(VSENSE2) }
VSENSE2 6 3 DC 0V
.ENDS
Can anyone help why I can't simulate it. The simulator says:
-V is an undefined parameter.
How can I solve this...?
Thanks.