File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ def test(self):
38
38
iviDrvr = agDrvr .QueryInterface (IviScopeLib .IIviScope )
39
39
40
40
# Get driver Identity properties. Driver initialization not required.
41
- ## print "Identifier:", iviDrvr.Identity.Identifier
42
- ## print " Revision:", agDrvr.Identity.Revision
43
- ## print "Description:", agDrvr.Identity.Description
41
+ # print "Identifier:", iviDrvr.Identity.Identifier
42
+ # print " Revision:", agDrvr.Identity.Revision
43
+ # print "Description:", agDrvr.Identity.Description
44
44
45
45
# Get instrument Identity properties.
46
- ## print "InstrumentModel: ", agDrvr.Identity.InstrumentModel
47
- ## print " FirmwareRevision: ", agDrvr.Identity.InstrumentFirmwareRevision
48
- ## print " SerialNumber: ", agDrvr.System.SerialNumber
46
+ # print "InstrumentModel: ", agDrvr.Identity.InstrumentModel
47
+ # print " FirmwareRevision: ", agDrvr.Identity.InstrumentFirmwareRevision
48
+ # print " SerialNumber: ", agDrvr.System.SerialNumber
49
49
50
50
# Setup for a measurement. Reset in this case.
51
51
agDrvr .Utility .Reset ()
You can’t perform that action at this time.
0 commit comments