i have problem in circuits semulation in pspice

Thread Starter

alitex

Joined Mar 5, 2007
139
i put the statement (v1 1 0 dc 36)
you know v<name> v+ v- [dc] if and <value of the source>
i put all parameters of statements nevertheless i have that problem
 

Thread Starter

alitex

Joined Mar 5, 2007
139
i put the statement (v1 1 0 dc 36)
you know v<name> v+ v- [dc] if and <value of the source>
i put all parameters of statements nevertheless i have that problem
 

Thread Starter

alitex

Joined Mar 5, 2007
139
many thankx n9352527
but still the problem and this message that appear (ERROR -- DC device v1 is undefined)
 

Thread Starter

alitex

Joined Mar 5, 2007
139
this is my program
v1 1 0 dc +36
r1 1 2 3
r2 2 0 6
r3 2 3 8
r4 3 0 2
.dc 36 36 1
.print dc v(1) v(2) v(3)
.end

is there any mistake?
 
Top