This commit is contained in:
yichin
2019-05-24 18:29:46 +08:00
parent c63656ac97
commit 71fcc98862
3 changed files with 92 additions and 78 deletions
+3 -3
View File
@@ -23,9 +23,9 @@ STI_PARAMETER = {
'CHANNEL': CHANNEL_STI_0,
'STI_MODE': STI_WAVEFORM_POS,
'PRECISION': STI_PRECISION_10,
'STI_FREQ': 10, # Hz
'STI_PW': 100, # us
'STI_PW_IPI': 10, # us
'STI_FREQ': 100, # Hz
'STI_PW': 999, # us
'STI_PW_IPI': 0, # us
'STI_NUM': STI_NUM_INFINITE,
}