summaryrefslogtreecommitdiff
path: root/src/modelParamXML/Analog/hyst.xml
diff options
context:
space:
mode:
authorRahul P2020-03-04 17:01:11 +0530
committerGitHub2020-03-04 17:01:11 +0530
commit8ffe81b36caa259151978de0434e4e0c5c32d217 (patch)
tree32202454d13dfabbf6556e98987f2a9632619ea9 /src/modelParamXML/Analog/hyst.xml
parente40317e709c220176fc5b7edf23d4434504335b0 (diff)
parent13f3bcfda9416624cebbf5705de398e8efcad344 (diff)
downloadeSim-8ffe81b36caa259151978de0434e4e0c5c32d217.tar.gz
eSim-8ffe81b36caa259151978de0434e4e0c5c32d217.tar.bz2
eSim-8ffe81b36caa259151978de0434e4e0c5c32d217.zip
Merge pull request #132 from rahulp13/master
major changes
Diffstat (limited to 'src/modelParamXML/Analog/hyst.xml')
-rw-r--r--src/modelParamXML/Analog/hyst.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/modelParamXML/Analog/hyst.xml b/src/modelParamXML/Analog/hyst.xml
deleted file mode 100644
index 56a60c0f..00000000
--- a/src/modelParamXML/Analog/hyst.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<model>
-<name>hyst</name>
-<type>Analog</type>
-<node_number>2</node_number>
-<title>Add Parameters for Hysteresis</title>
-<split>None</split>
-<param>
- <in_low default="0.0">Enter Input Low Value (default=0.0)</in_low>
- <in_high default="1.0">Enter Input High Value (default=1.0)</in_high>
- <hyst default="0.1">Enter Hysteresis (default=0.1)</hyst>
- <out_lower_limit default="0.0">Enter Output Lower Limit (default=0.0)</out_lower_limit>
- <out_upper_limit default="1.0">Enter Output Upper Limit (default=1.0)</out_upper_limit>
- <input_domain default="0.01">Enter Input Domain Value (default=0.01)</input_domain>
- <fraction default="TRUE">Enter Fraction (default=TRUE)</fraction>
-</param>
-</model>