ifspec.ifs

来自「ngspice又一个电子CAD仿真软件代码.功能更全」· IFS 代码 · 共 84 行

IFS
84
字号
/* $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                          12 Apr 1991     Harry LiSUMMARY    This file contains the interface specification file for the     analog square (controlled squarewave oscillator) code model.===============================================================================*/ NAME_TABLE:C_Function_Name:       cm_squareSpice_Model_Name:      square Description:           "controlled square wave oscillator"PORT_TABLE:Port_Name:             cntl_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:     cntl_array            freq_array Description:        "control in array"    "frequency array"Data_Type:          real                  real   Default_Value:      0.0                   1.0e3   Limits:             -                     [0 -]       Vector:              yes                   yes     Vector_Bounds:       [2 -]                 [2 -]      Null_Allowed:       no                    no     PARAMETER_TABLE:Parameter_Name:     out_low                out_highDescription:        "output low value"     "output high value"Data_Type:          real                   real Default_Value:      -1.0                   1.0 Limits:             -       	           -       Vector:              no                     no     Vector_Bounds:       -                      -      Null_Allowed:       yes                    yes    PARAMETER_TABLE:Parameter_Name:     duty_cycle             rise_time Description:        "duty cycle"           "rise time"Data_Type:          real                   real Default_Value:      0.5                    1.0e-9 Limits:             [1e-6 .999999]         -       Vector:              no                     no     Vector_Bounds:       -                      -      Null_Allowed:       yes                    yes    PARAMETER_TABLE:Parameter_Name:     fall_time Description:        "fall time"Data_Type:          real Default_Value:      1.0e-9 Limits:             -       Vector:              noVector_Bounds:       -Null_Allowed:       yes

⌨️ 快捷键说明

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