📄 ifspec.ifs
字号:
/* $Id: ifspec.ifs,v 1.2 2003/08/05 17:20:35 pnenzi Exp $ *//*.......1.........2.........3.........4.........5.........6.........7.........8================================================================================Copyright 1991Georgia Tech Research Corporation, Atlanta, Ga. 30332All Rights ReservedAUTHORS 19 Apr 1991 Jeffrey P. MurraySUMMARY This file contains the interface specification file for the analog pwl code model.===============================================================================*/ NAME_TABLE:C_Function_Name: cm_pwlSpice_Model_Name: pwl Description: "piecwise linear controlled source"PORT_TABLE:Port_Name: in out Description: "input" "output"Direction: in out Default_Type: v vAllowed_Types: [v,vd,i,id,vnam] [v,vd,i,id] Vector: no noVector_Bounds: - - Null_Allowed: no no PARAMETER_TABLE:Parameter_Name: x_array y_array Description: "x-element array" "y-element array"Data_Type: real real Default_Value: - - Limits: - - Vector: yes yes Vector_Bounds: [2 -] [2 -] Null_Allowed: no no PARAMETER_TABLE:Parameter_Name: input_domain fraction Description: "input sm. domain" "smoothing %/abs switch"Data_Type: real boolean Default_Value: 0.01 TRUE Limits: [1e-12 0.5] - Vector: no no Vector_Bounds: - - Null_Allowed: yes yes STATIC_VAR_TABLE:Static_Var_Name: last_x_value Data_Type: pointer Vector: no Description: "iteration holding variable for limiting" STATIC_VAR_TABLE:Static_Var_Name: x yData_Type: pointer pointerDescription: "x-coefficient array" "y-coefficient array"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -