R
Rick Mattern
Guest
is it possible to create a rodPath with conditional pts? If so, what
is the correct syntax?
for( i 0 pVdrainCnt
pOutRx = pOutRx + pOutRxstep
;; place a via at x,y
rodCreatePath( ?cvId cv
?layer list(metal1Layer "drawing")
?width outConnWidth
?pts list( if( f_n_a > 1 then
pOutRx:0.315 + w_p_b_int_Micro pOutRx:0
else
pOutRx:0.315 + w_p_b_int_Micro + 0.5 pOutRx:0)))
); for
Thanks
Rick
is the correct syntax?
for( i 0 pVdrainCnt
pOutRx = pOutRx + pOutRxstep
;; place a via at x,y
rodCreatePath( ?cvId cv
?layer list(metal1Layer "drawing")
?width outConnWidth
?pts list( if( f_n_a > 1 then
pOutRx:0.315 + w_p_b_int_Micro pOutRx:0
else
pOutRx:0.315 + w_p_b_int_Micro + 0.5 pOutRx:0)))
); for
Thanks
Rick