ifspec.ifs

来自「支持数字元件仿真的SPICE插件」· IFS 代码 · 共 68 行

IFS
68
字号
/* $Id: ifspec.tpl,v 1.1 91/03/18 19:01:11 bill Exp $ *//*.......1.........2.........3.........4.........5.........6.........7.........8================================================================================Copyright 1991Georgia Tech Research Corporation, Atlanta, Ga. 30332All Rights ReservedAUTHORS                           2 Oct 1991     Jeffrey P. MurraySUMMARY    This file contains the interface specification file for the     analog mult code model.===============================================================================*/NAME_TABLE:C_Function_Name:       cm_multSpice_Model_Name:      multDescription:           "multiplier block"PORT_TABLE:Port_Name:             in                   outDescription:           "input array"        "output"Direction:             in                   outDefault_Type:          v                    vAllowed_Types:         [v,vd,i,id,vnam]     [v,vd,i,id]Vector:                 yes                  noVector_Bounds:          [2 -]                 -Null_Allowed:          no                   noPARAMETER_TABLE:Parameter_Name:     in_offset                   in_gainDescription:        "input offset array"        "input gain array"  Data_Type:          real           	            realDefault_Value:      0.0                         1.0Limits:             -                           -Vector:              yes                         yes     Vector_Bounds:       in                          in      Null_Allowed:       yes                         yes    PARAMETER_TABLE:Parameter_Name:     out_gain        out_offset       Description:        "output gain"   "output offset"  Data_Type:          real            realDefault_Value:      1.0             0.0Limits:             -               -Vector:              no              noVector_Bounds:       -               -Null_Allowed:       yes             yes

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?