specify raw dset in py module
This commit is contained in:
+3
-3
@@ -33,16 +33,16 @@ record(longin, "$(P)async:cnt") {
|
||||
|
||||
|
||||
record(ao, "$(P):A-SP") {
|
||||
field(DTYP, "Raw Python Device")
|
||||
field(DTYP, "Python Device")
|
||||
field(OUT , "@test5 hello none")
|
||||
}
|
||||
|
||||
record(ao, "$(P):B-SP") {
|
||||
field(DTYP, "Raw Python Device")
|
||||
field(DTYP, "Python Device")
|
||||
field(OUT , "@test5 hello half")
|
||||
}
|
||||
|
||||
record(ai, "$(P):A-RB") {
|
||||
field(DTYP, "Raw Python Device")
|
||||
field(DTYP, "Python Device")
|
||||
field(INP , "@test5 hello none")
|
||||
}
|
||||
|
||||
@@ -41,6 +41,9 @@ class UnitWorker(object):
|
||||
self.scan.interrupt(reason=values)
|
||||
|
||||
class UnitSupport(object):
|
||||
|
||||
raw = True
|
||||
|
||||
def __init__(self, rec, args):
|
||||
worker, self.unit = args.split(None, 1)
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user