mt_format
Syntax
mt_format = horizontal | vertical
Description
You can use the mt_format option to control the format of the mt0 file. Possible values are horizontal and vertical.
-
horizontal: Keeps the original format of themt0file. This is the default value. -
vertical: Each measure value is specified in a separate line and the format ismeas_name=val.
Examples
A sample mt0 file with the option mt_format=horizontal:
index temp x_load tr2f tf2r cload_i temper alter#
1 -40 1e-13 5.73137e-09 4.69658e-09 -3.9815e-11 -40 2
2 -40 2e-13 9.47969e-09 7.47218e-09 3.07635e-08 -40 2
……
A sample mt0 file with the option mt_format=vertical:
index = 1
temp = -40
x_load = 1e-13
tr2f = 5.73137e-09
……
index =2
temp = -40
x_load = 2e-13
tr2f = 9.47969e-09
……
mt_separate_sweep_files
Syntax
mt_separate_sweep_files = value
Description
Specifies whether to separate or combine the measurement files for sweep analyses.
Return to top