|
楼主 |
发表于 2015-11-5 11:39:14
|
显示全部楼层
发现HSPICE输出meas数据的格式可以用option来改变. 以下是帮助文档
.OPTION MEASFORM
Enables writing of measurement output files to Excel or HSIM formats, as well
as the traditional HSPICE *.mt# format.
Syntax
.OPTION MEASFORM=0|1|2|3
Default 0
Description
This option allows specification of file formats other than the traditional HSPICE
*mt#, *ms#, and *ma# measure output files to include Excel or HSIM file
formats.
■ 0: Writes measure file in traditional default HSPICE output style. (Example
1)
■ 1: Writes space-separated style which can be imported as data into Excel
and Microsoft products (requires manual steps in Excel). (Example 2)
■ 2: Writes he HSIM style in name=value format. Easy to read, but difficult to
import into standard post-processing tools. (Does not work for *.mc?# files
[see value 3 below] and defaults to HSPICE default output style). (Example
3)
■ 3: Writes the comma separated style with suffix *.csv and this format
includes *m?# and *.mc?# files.This style and suffix is understood by
Windows to be an Excel file and can be opened directly in Excel by doubleclicking the file name. (Example 4) |
|