Skip to content

Commit 4a46862

Browse files
committed
Correct comment on set current
1 parent 34fe923 commit 4a46862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Vektrex.SpikeSafe.CSharp.Samples/ApplicationSpecificExamples/MakingTransientDualInterfaceMeasurement/MakingTransientDualInterfaceMeasurementExample.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ private void SpikeSafeSetup(TcpSocket tcpSocket, int sampleMode)
209209
tcpSocket.SendScpiCommand("SOUR1:VOLT 25");
210210
// set auto range
211211
tcpSocket.SendScpiCommand("SOUR1:CURR:RANG:AUTO 1");
212-
// set currenty to 1A
212+
// set currenty to 0.35A
213213
tcpSocket.SendScpiCommand("SOUR1:CURR 0.35");
214214
// set Ramp mode to Fast
215215
tcpSocket.SendScpiCommand("OUTP1:RAMP FAST");

0 commit comments

Comments
 (0)