淘宝官方店 推荐课程 在线工具 联系方式 关于我们 | |
微波射频仿真设计 Ansoft Designer 中文培训教程 | HFSS视频培训教程套装 |
|
首页 >> Ansoft Designer >> Ansoft Designer在线帮助文档 |
Designer File Formats > CITIfile File HeaderA CITIfile package must begin with a header. The header consists of the following entries, each occupying one or more lines.
CITIfile Version The first line in the file identifies the version of the CITIfile format supported by Designer. This line must be the following: CITIFILE A.01.00
Package Name The second line gives a name for the package. This line is optional. The format is: NAME name For example: NAME BJTInverter
Frequency Information The next line in the file identifies the data as dependent on frequency magnitude, and specifies the number of frequencies. The format for this line is: VAR FREQ MAG number_of_freqs For example, if the data is for ten frequencies, the VAR line would be: VAR FREQ MAG 10
Data Types The next line or lines in the file define the types of the data. Each data type is defined in a line with the format: DATA type format The following DATA types are supported by Designer: S or S[port,port] (Scattering parameter data. S with no port identification is interpreted as S[1,1]. Explicit port identification such as S[1,2] is required for any other multi-port combination.) Y or Y[port,port] (Admittance parameter data. Y with no port identification is interpreted as Y[1,1]. Explicit port identification such as Y[1,2] is required for any other multi-port combination.) Z or Z[port,port] (Impedance parameter data. Z with no port identification is interpreted as Z[1,1]. Explicit port identification such as Z[1,2] is required for any other multi-port combination.) Zo or Zo[port] (Terminal characteristic impedance. Zo with no port identification is interpreted as Zo[1]. Explicit port identification such as Zo[2] is required for any port.) Zpi or Zpi[port] (Terminal characteristic impedance, power/current. Zpi with no port identification is interpreted as Zpi[1]. Explicit port identification such as Zpi[2] is required for any other port.) Gamma or Gamma[port] (Propagation constant parameters. Gamma with no port identification is interpreted as Gamma[1]. Explicit port identification such as Gamma[2] is required for any other port.)
The only DATA format supported is RI (real/imaginary). There can be multiple DATA lines in the package. For example: DATA S[1,1] RI
Frequency List The file header should contain a list of the frequencies at which the data were generated. The number of frequencies in the list should correspond to the number given in the VAR line described earlier. Two formats are supported for frequency listings: VAR_LISTs ande SEG_LISTs. The VAR_LIST explicitly lists all the frequencies in Hz. The format is: VAR_LIST_BEGIN frequency_1 ... frequency_n VAR_LIST_END Here is an example with ten frequencies: VAR_LIST_BEGIN Instead of a VAR_LIST, the CITIfile can use a SEG_LIST. The SEG_LIST specifies a start frequency, stop frequency, and number of frequency points. The format is: SEG_LIST_BEGIN SEG start_freq stop_freq number_of_freqs SEG_LIST_END Designer converts the SEG_LIST into individual frequencies using the following formula: Fn = start_freq + {(n-1) × [(stop_freq -start_freq) / (number_of_freqs -1)]} The index n goes from 1 to number_of_frequencies. For example, to produce the same set of frequencies as the VAR_LIST given above, the SEG_LIST would be: SEG_LIST_BEGIN SEG 1000000000 10000000000 10 SEG_LIST_END The VAR_LISTor SEG_LIST is the last item in the header.
HFSS视频教程 ADS视频教程 CST视频教程 Ansoft Designer 中文教程 |
Copyright © 2006 - 2013 微波EDA网, All Rights Reserved 业务联系:mweda@163.com |