Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions examples/omniscan450Example.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@ def signal_handler(sig, frame):
# To find pulse length percent
custom_pulse_length = Omniscan450.calc_pulse_length_pc(0.2) # 0.2%

#Set Channel Number, Used for multiple Omniscans.
ch_number = 0 #Channel Number of individual Omniscan. Starts from 0 and increment by one for each additional
num_ch = 1 #Total Number of channels
myOmniscan450.control_set_sync_channel_number(ch_number, num_ch)

## Set these attributes like this
# myOmniscan450.control_os_ping_params(
# msec_per_ping=custom_msec_per_ping,
Expand Down
2 changes: 1 addition & 1 deletion lib/ping-protocol