File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
spikesafe_python_lib_docs/Precision
get_precise_compliance_voltage_command_argument
get_precise_current_command_argument
get_precise_duty_cycle_command_argument
get_precise_pulse_width_offset_command_argument
get_precise_time_command_argument
get_precise_time_microseconds_command_argument
get_precise_voltage_protection_ramp_dt_command_argument
get_precise_voltage_protection_ramp_dv_command_argument Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ compliance_voltage [float](https://docs.python.org/3/library/functions.html#floa
1010Compliance voltage to be sent to SpikeSafe
1111
1212### Returns
13- [ float ] ( https://docs.python.org/3/library/functions .html#float )
13+ [ string ] ( https://docs.python.org/3/library/string .html )
1414Compliance voltage command argument with optimal precision
1515
1616### Examples
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ current_amps [float](https://docs.python.org/3/library/functions.html#float)
1010Current in amps to be sent to SpikeSafe
1111
1212### Returns
13- [ float ] ( https://docs.python.org/3/library/functions .html#float )
13+ [ string ] ( https://docs.python.org/3/library/string .html )
1414Current in amps command argument with optimal precision
1515
1616### Examples
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ duty_cycle [float](https://docs.python.org/3/library/functions.html#float)
1010Duty cycle to be sent to SpikeSafe
1111
1212### Returns
13- [ float ] ( https://docs.python.org/3/library/functions .html#float )
13+ [ string ] ( https://docs.python.org/3/library/string .html )
1414Duty cycle command argument with optimal precision
1515
1616### Examples
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ pulse_width_offset [float](https://docs.python.org/3/library/functions.html#floa
1010Pulse width offset to be sent to SpikeSafe
1111
1212### Returns
13- [ float ] ( https://docs.python.org/3/library/functions .html#float )
13+ [ string ] ( https://docs.python.org/3/library/string .html )
1414Pulse width offset command argument with optimal precision
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ time_seconds [float](https://docs.python.org/3/library/functions.html#float)
1010Time in seconds to be sent to SpikeSafe
1111
1212### Returns
13- [ float ] ( https://docs.python.org/3/library/functions .html#float )
13+ [ string ] ( https://docs.python.org/3/library/string .html )
1414Time in seconds command argument with optimal precision
1515
1616### Examples
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ time_microseconds [float](https://docs.python.org/3/library/functions.html#float
1010Time in microseconds to be sent to SpikeSafe
1111
1212### Returns
13- [ float ] ( https://docs.python.org/3/library/functions .html#float )
13+ [ string ] ( https://docs.python.org/3/library/string .html )
1414Time in microseconds command argument with optimal precision
1515
1616### Examples
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ voltage_protection_ramp_dt [float](https://docs.python.org/3/library/functions.h
1010Voltage ramp detection dt to be sent to SpikeSafe
1111
1212### Returns
13- [ float ] ( https://docs.python.org/3/library/functions .html#float )
13+ [ string ] ( https://docs.python.org/3/library/string .html )
1414Voltage ramp detection dt command argument with optimal precision
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ voltage_protection_ramp_dv [float](https://docs.python.org/3/library/functions.h
1010Voltage ramp detection dV to be sent to SpikeSafe
1111
1212### Returns
13- [ float ] ( https://docs.python.org/3/library/functions .html#float )
13+ [ string ] ( https://docs.python.org/3/library/string .html )
1414Voltage ramp detection dV command argument with optimal precision
You can’t perform that action at this time.
0 commit comments