We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f81fea commit 95e2676Copy full SHA for 95e2676
evrApp/Db/evrpulser.db
@@ -8,6 +8,8 @@
8
# DMAX = Max delay setting
9
# WMAX = Max width setting
10
# PMAX = Max prescaler (divider) setting
11
+# WDRVL = Minimum Width (in EGU unitis)
12
+# WDRVH = Maximum Width (in EGU unitis)
13
# NOPS = 0 - enable prescaler, 1 - disable prescaler
14
15
# When Disabled, the output of the Pulse Generator will remain in
@@ -108,6 +110,8 @@ record(ao, "$(PN)Width-SP") {
108
110
field(LINR, "LINEAR")
109
111
field(ESLO, "1e6")
112
field(PREC, "3")
113
+ field(DRVL, "$(WDRVL=0)")
114
+ field(DRVH, "$(WDRVH=0)")
115
field(FLNK, "$(PN)Width-RB")
116
info(autosaveFields_pass0, "VAL EGU ESLO PREC HOPR LOPR DRVL DRVH")
117
}
0 commit comments