fix Raw dset handling

This commit is contained in:
Michael Davidsaver
2013-03-31 19:00:33 -04:00
parent 5415ad3472
commit 40ff993e4f
2 changed files with 26 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ device(longout, INST_IO, pydevsupCom, "Python Device")
device(ai, INST_IO, pydevsupCom, "Python Device")
device(ao, INST_IO, pydevsupCom, "Python Device")
device(ai, INST_IO, pydevsupCom2, "Raw Python Device")
device(ao, INST_IO, pydevsupCom2, "Raw Python Device")
device(ai, INST_IO, pydevsupComIn2, "Raw Python Device")
device(ao, INST_IO, pydevsupComOut2, "Raw Python Device")
device(waveform, INST_IO, pydevsupCom, "Python Device")