diff options
author | Fahim | 2015-04-27 14:51:31 +0530 |
---|---|---|
committer | Fahim | 2015-04-27 14:51:31 +0530 |
commit | 33784746e3116fb32c6b571e1495336013b3f5bb (patch) | |
tree | 71815fd879495addab89ab6018dc59886456d656 /src/modelParamXML/Digital/d_source.xml | |
parent | 2c623deaf46848b02efc31a44c5d3fb2d97885e7 (diff) | |
parent | d2a0a93c0e6c5abb121ca55050573e519970681c (diff) | |
download | eSim-33784746e3116fb32c6b571e1495336013b3f5bb.tar.gz eSim-33784746e3116fb32c6b571e1495336013b3f5bb.tar.bz2 eSim-33784746e3116fb32c6b571e1495336013b3f5bb.zip |
Merge pull request #18 from GauravSupal/master
Digital models Added
Diffstat (limited to 'src/modelParamXML/Digital/d_source.xml')
-rw-r--r-- | src/modelParamXML/Digital/d_source.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/modelParamXML/Digital/d_source.xml b/src/modelParamXML/Digital/d_source.xml new file mode 100644 index 00000000..9bd4347c --- /dev/null +++ b/src/modelParamXML/Digital/d_source.xml @@ -0,0 +1,11 @@ +<model> +<name>d_source</name> +<type>Digital</type> +<node_number>1</node_number> +<title>Add Parameters for Digital Source</title> +<split>4-V</split> +<param> + <input_file default ="source.txt">Enter Input File (default=source.txt)</input_file> + <input_load default ="1.0e-12">Enter Input Load</input_load> +</param> +</model>
\ No newline at end of file |