| T O P I C R E V I E W |
| nicoc |
Posted - 02/26/2005 : 08:32:55 AM Origin Version (Select Help-->About Origin): Origin 7 Operating System: XP
When I enter this command for example: label -q 1 -j 1 -sa -f arial -n montitre \p130(MX645 sample 3-6 1G SOI n-MOS Vd=10 mV T=300 K)\n \p130(L=.3 \g(m)m W=0.32 \g(m)m R=1 M\g(W) G=10\+6)
, the end of the label is cut. Is there a limitation in text length with this command? Thanks, nicolas |
| 2 L A T E S T R E P L I E S (Newest First) |
| nicoc |
Posted - 02/26/2005 : 9:23:29 PM That's fine, thanks nicolas |
| Mike Buess |
Posted - 02/26/2005 : 1:26:34 PM Hi Nicolas,
Try this...
%Z=\p130(MX645 sample 3-6 1G SOI n-MOS Vd=10 mV T=300 K) \n\p130(L=.3 \g(m)m W=0.32 \g(m)m R=1 M\g(W) G=10\+(6)); label -q 1 -j 1 -s -sa -f arial -n montitre %Z;
Note the added -s switch and the parenthesis around the final superscript.
Mike Buess Origin WebRing Member |