In this topic:
Uxxx node_pairs modelname
Where | |
node_pairs | Pairs of nodes for each port. So for example, a two port device has four nodes. |
modelname | Model name |
.MODEL modelname actable LOAD=filename [ NUMPORTS=number_of_ports ] [ DCMETHOD=extrapolate|extend ] [ DCPARAMS=[dcgainvalues] ]
Where: | |
filename | Name of file containing frequency table. File uses Touchstone format and may contain s-parameters or y-parameters. Other parameter types are not currently supported. |
number_of_ports | Number of ports. Default value is 2. If y-parameters are supplied, any number of ports may be specified. If s-parameters are specified, the number of ports must be 1 or 2. |
DCMETHOD | Has values of 'extrapolate' or 'extend'. This determines how the DC gains are calculated if they are not explicitly defined using the DCPARAMS parameter or with an explicit F=0 term in the definition file. With 'extrapolate', the dc values are calculated by extrapolating back to zero; with 'extend', the DC gain is the same as the lowest frequency gain. |
dcgainvalues | Vector providing the DC gain values for the network. This is expected to be an n x n matrix where n is the number of ports. |
The AC Table device implements a circuit device that is defined by a frequency lookup table. This device operates only in the small signal analysis modes, AC, Noise and TF. In transient and DC analyses it behaves like a simple linear DC gain block with no frequency dependence.
The lookup table for this device must be defined by a file and uses the industry standard 'Touchstone' format. The full details of this format are supplied as a separate document and maybe found on the SIMetrix install CDROM and at our web site. Please visit Further Documentation for details. The document is freely distributable under the terms described therein and may also be found at various Internet sites.
Touchstone files traditionally use the extension snp where n indicates the number of ports. Be aware that SIMetrix uses the NUMPORTS parameter in the .model statement to determine the number of ports and will ignore the value of n in the filename extension.
◄ Further Documentation | Arbitrary Source ▶ |