'=========================================== [DefSet] 'Default instrument settings if no settings file 'COM port CPort$ ISet$(1) = "1" 'Measurement function ISet$(2) = "F1" 'Measurement range ISet$(3) = "RA" 'Measurement digits (resolution) ISet$(4) = "N5" 'Measurement autozero ISet$(5) = "Z1" 'Trigger source ISet$(6) = "T1" 'log file name ISet$(7)="HP3478A" 'log file extension ISet$(8)="log" 'log file directory ISet$(9)="log" 'LogEnab '1=log on 0=log off ISet$(10) = "0" 'LogOvr=1 '1=overwrite 0=Append ISet$(11) = "1" 'LogCont '1=continuous 0=number ISet$(12) = "1" 'LogNum 'Default number of readings to capture ISet$(13) = "1000" 'Reading time delay (milliseconds) ISet$(14) = "0" 'GPIB address ISet$(15) = "6" 'Instrument settings from "I"nstrument or "C"onfig settings ISet$(16) = "I" 'Auto com adapter find "A"uto "M"anual ISet$(17)="A" 'Auto gpib address find "A"uto "M"anual ISet$(18)="A" 'Meter display update D1 = on D3 = off ISet$(19) = "D1" 'Debug messages ISet$(20) = "0" '1=on 'Log path from user ISet$(21) = "" 'COM ports to search ISet$(22) = "64" 'COM ports to search 'Prologix version string. Used to detect USB-GPIB adapter ISet$(23) = "GPIB" 'Baud rate for serial - GPIB adapter ISet$(24) = "115200" 'Calculate extended ohms 1=yes ISet$(25) = "1" 'Extended ohms cal value ISet$(26) = "10000000" 'Instrument command delay ISet$(27) = "0" 'Arduino COM port open delay ISet$(28) = "1100" 'Unused ISet$(29) = "Unused value" 'Unused ISet$(30) = "Unused value"