Skip to content

Commit

Permalink
adjust comments (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd authored Dec 23, 2022
1 parent 086ec13 commit 4e53792
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions comtypes/test/test_agilent.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ def test(self):
iviDrvr = agDrvr.QueryInterface(IviScopeLib.IIviScope)

# Get driver Identity properties. Driver initialization not required.
## print "Identifier:", iviDrvr.Identity.Identifier
## print " Revision:", agDrvr.Identity.Revision
## print "Description:", agDrvr.Identity.Description
# print "Identifier:", iviDrvr.Identity.Identifier
# print " Revision:", agDrvr.Identity.Revision
# print "Description:", agDrvr.Identity.Description

# Get instrument Identity properties.
## print "InstrumentModel: ", agDrvr.Identity.InstrumentModel
## print " FirmwareRevision: ", agDrvr.Identity.InstrumentFirmwareRevision
## print " SerialNumber: ", agDrvr.System.SerialNumber
# print "InstrumentModel: ", agDrvr.Identity.InstrumentModel
# print " FirmwareRevision: ", agDrvr.Identity.InstrumentFirmwareRevision
# print " SerialNumber: ", agDrvr.System.SerialNumber

# Setup for a measurement. Reset in this case.
agDrvr.Utility.Reset()
Expand Down

0 comments on commit 4e53792

Please sign in to comment.