Commit 1917133020540da46d67cc57700df651940383cb
1 parent
8ffa0b24
Exists in
master
MOD: Change pulse duration from 5 ms to 0.2 ms
In the lab, 0.2 ms pulse seemed to be long enough to be detected by the TMS device that we are using.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/constants.py
@@ -834,4 +834,4 @@ WILDCARD_MARKER_FILES = _("Marker scanner coord files (*.mkss)|*.mkss") | @@ -834,4 +834,4 @@ WILDCARD_MARKER_FILES = _("Marker scanner coord files (*.mkss)|*.mkss") | ||
834 | # Serial port | 834 | # Serial port |
835 | BAUD_RATES = [300, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200] | 835 | BAUD_RATES = [300, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200] |
836 | BAUD_RATE_DEFAULT_SELECTION = 4 | 836 | BAUD_RATE_DEFAULT_SELECTION = 4 |
837 | -PULSE_DURATION_IN_MILLISECONDS = 5 | 837 | +PULSE_DURATION_IN_MILLISECONDS = 0.2 |