We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4959e commit 0d9b881Copy full SHA for 0d9b881
application_specific_examples/making_transient_dual_interface_measurement/digitizer_log_sampling_demo.py
@@ -104,7 +104,7 @@ def receive_user_input_and_log():
104
tcp_socket.send_scpi_command('SOUR1:CURR:RANG:AUTO 1')
105
106
# set current to 1A
107
- tcp_socket.send_scpi_command('SOUR1:CURR 1')
+ tcp_socket.send_scpi_command('SOUR1:CURR 0.35')
108
109
# set Ramp mode to Fast
110
tcp_socket.send_scpi_command('OUTP1:RAMP FAST')
0 commit comments