mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
ctb: added command 'rx_dbitreorder' that sets a flag in the receiver to set the reorder flag. By default it is 1. Setting to false means 'do not reorder' and to keep what the board spits out, which is that all signals in a sample are grouped together
This commit is contained in:
@ -1412,6 +1412,18 @@ lock:
|
||||
function: setDetectorLock
|
||||
input_types: [ bool ]
|
||||
|
||||
|
||||
rx_dbitreorder:
|
||||
help: "[0, 1]\n\t[Ctb] Reorder digital data to group together all samples per signal. Default is 1. Setting to 0 means 'do not reorder' and to keep what the board spits out, which is that all signals in a sample are grouped together."
|
||||
inherit_actions: INTEGER_COMMAND_VEC_ID
|
||||
actions:
|
||||
GET:
|
||||
function: getRxDbitReorder
|
||||
PUT:
|
||||
function: setRxDbitReorder
|
||||
input_types: [ bool ]
|
||||
|
||||
|
||||
################# INTEGER_COMMAND_VEC_ID_GET #################
|
||||
|
||||
master:
|
||||
|
Reference in New Issue
Block a user