qpwl.xml

来自「springer_-modeling_and_simulation_for_rf」· XML 代码 · 共 31 行

XML
31
字号
<?xml version="1.0" encoding="ISO-8859-1"?><?xml-stylesheet href="/usr/local/vamdoc-1.0.2-kluwer/config/model.xsl" type="text/xsl"?><!DOCTYPE model SYSTEM "/usr/local/vamdoc-1.0.2-kluwer/config/model.dtd"><model>  <symbol>../symbol/qpwl.png</symbol>  <comments>    <title>Piece-Wise Linear Quantity Source</title>    <model_name>QPWL(BASIC)</model_name>    <library>N/A</library>    <structure>N/A</structure>    <description>The model describes a PWL nonconservative source in a similar way as <br></br>a SPICE piece-wise independent voltage source. The parameter WAVE is <br></br>a one dimensional real array with time value pairs T1, V1, T2, V2, ... <br></br>Each pair of values Ti, Vi specifies that the value of the source <br></br>is Vi at time Ti.  The value of the source at intermediate values <br></br>is determined by using linear interpolation. The times must be given <br></br>in ascending order.<br></br></description>    <link_source><A HREF="../src/qpwl.vhd">See source code</A></link_source>    <reference> T. Quarles et al: SPICE3 Version 3f3 User's Manual.<br></br> University of California, May 1993.<br></br><br></br> Model Library FUNDAMENTALS_VDA of VDA/FAT-AK30: <br></br> http://fat-ak30.eas.iis.fraunhofer.de<br></br> <br></br></reference>  </comments>  <interface>    <parameter>      <name>WAVE</name>      <type>REAL_VECTOR</type>      <default></default>      <unit></unit>      <comment> time value pairs T1/ V1/ T2/ V2/ ...</comment>    </parameter>    <port>      <port_id>quantity</port_id>      <name>OUTP</name>      <port_type>REAL</port_type>      <mode>out</mode>      <comment> output</comment>    </port>  </interface></model>

⌨️ 快捷键说明

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