Skip to content

Commit

Permalink
Update Send_and_Save_Arb_Waveform_Example.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Little-LIZard committed Nov 4, 2024
1 parent 7e21862 commit d759d02
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@
# Save channel 1 as a .tfwx file
instrument.write("MMEMory:STORe:TRACe EMEMory1,\"M:/sample1.tfwx\"")

rm.close() #Close Visa Connection
instrument.clear() # Clear connection
instrument.close() # Close VISA session
rm.close() # Close Visa Connection

0 comments on commit d759d02

Please sign in to comment.