For example, I have the following .measure lines in my HSPICE netlist:
.measure a1 <measure_spec>
.measure a2 <measure_spec>
.measure a3 <measure_spec>
.measure a4 <measure_spec>
It annoys me that HSPICE outputs the table (with the .mt0 extension) line-wrapped:
a1 a2 a3 a4
temper alter#
1.23 4.56 3.21 4.32
25.00 1
How do I prevent it from wrapping the lines?
.option measform=1– Oct 17 '12 at 03:36