ifspec.ifs
来自「ngspice又一个电子CAD仿真软件代码.功能更全」· IFS 代码 · 共 57 行
IFS
57 行
/* $Id: ifspec.ifs,v 1.2 2003/08/05 17:20:42 pnenzi Exp $ *//*.......1.........2.........3.........4.........5.........6.........7.........8================================================================================Copyright 1991Georgia Tech Research Corporation, Atlanta, Ga. 30332All Rights ReservedAUTHORS 302 Jul 1991 Bill KuhnSUMMARY This file contains the interface specification file for the analog lmeter code model.===============================================================================*/NAME_TABLE:Spice_Model_Name: lmeterC_Function_Name: cm_lmeterDescription: "ATESSE 1 compatible inductance meter"PORT_TABLE:Port_Name: in outDescription: "input" "output"Direction: in outDefault_Type: v vAllowed_Types: [v, vd] [v, vd, i, id]Vector: no noVector_Bounds: - -Null_Allowed: no noPARAMETER_TABLE:Parameter_Name: gainDescription: "L to voltage conversion factor"Data_Type: realDefault_Value: 1.0Limits: -Vector: noVector_Bounds: -Null_Allowed: yesSTATIC_VAR_TABLE:Static_Var_Name: lData_Type: realDescription: "inductance connected to input node"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?