ifspec.ifs
来自「ngspice又一个电子CAD仿真软件代码.功能更全」· IFS 代码 · 共 94 行
IFS
94 行
/* $Id: ifspec.ifs,v 1.2 2003/08/05 17:20:36 pnenzi Exp $ *//*.......1.........2.........3.........4.........5.........6.........7.........8================================================================================Copyright 1991Georgia Tech Research Corporation, Atlanta, Ga. 30332All Rights ReservedAUTHORS 27 Sept 1991 Jeffrey P. MurraySUMMARY This file contains the interface specification file for the analog s-domain transfer function (s_xfer) code model.===============================================================================*/NAME_TABLE:Spice_Model_Name: s_xferC_Function_Name: cm_s_xferDescription: "s-domain transfer function block"PORT_TABLE:Port_Name: in outDescription: "input" "output"Direction: in outDefault_Type: v vAllowed_Types: [v,vd,i,id] [v,vd,i,id]Vector: no noVector_Bounds: - -Null_Allowed: no noPARAMETER_TABLE:Parameter_Name: in_offset gain Description: "input offset" "gain"Data_Type: real real Default_Value: 0.0 1.0 Limits: - - Vector: no no Vector_Bounds: - - Null_Allowed: yes yes PARAMETER_TABLE:Parameter_Name: num_coeff den_coeff Description: "numerator poly coef" "denominator poly coef" Data_Type: real real Default_Value: - - Limits: - - Vector: yes yes Vector_Bounds: [1 -] [1 -] Null_Allowed: yes yes PARAMETER_TABLE:Parameter_Name: int_ic Description: "int stage init. cond" Data_Type: real Default_Value: 0.0 Limits: - Vector: yes Vector_Bounds: - Null_Allowed: yes PARAMETER_TABLE:Parameter_Name: denormalized_freq Description: "frequency (radians/second) at which to denormalize coefficients" Data_Type: real Default_Value: 1.0 Limits: - Vector: no Vector_Bounds: - Null_Allowed: yes
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?