Skip to content

Commit 0d9b881

Browse files
committed
Change set current
1 parent 3b4959e commit 0d9b881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application_specific_examples/making_transient_dual_interface_measurement/digitizer_log_sampling_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def receive_user_input_and_log():
104104
tcp_socket.send_scpi_command('SOUR1:CURR:RANG:AUTO 1')
105105

106106
# set current to 1A
107-
tcp_socket.send_scpi_command('SOUR1:CURR 1')
107+
tcp_socket.send_scpi_command('SOUR1:CURR 0.35')
108108

109109
# set Ramp mode to Fast
110110
tcp_socket.send_scpi_command('OUTP1:RAMP FAST')

0 commit comments

Comments
 (0)