Skip to content

Commit

Permalink
Merge branch 'master' into update-sofb2
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandohds564 committed Nov 15, 2023
2 parents c515c1c + 369cb8a commit cbcbfde
Show file tree
Hide file tree
Showing 82 changed files with 6,148 additions and 2,581 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-siriuspy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
git clone https://github.com/lnls-sirius/eth-bridge-pru-serial485.git
cd eth-bridge-pru-serial485/client
python setup.py install
pip install .
cd ../../
- name: Install mathphys
Expand Down
2 changes: 1 addition & 1 deletion siriuspy/siriuspy/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.78.0
2.83.1
2 changes: 1 addition & 1 deletion siriuspy/siriuspy/bsmp/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
CMD_BINARY_OPERATION_IN_A_GROUP: int = 0x26
CMD_WRITE_AND_READ_VARIABLES: int = 0x28

# --- Group of Variables Manipulation Commnads ---
# --- Group of Variables Manipulation Commands ---
CMD_CREATE_GROUP_OF_VARIABLES: int = 0x30
CMD_REMOVE_ALL_GROUPS_OF_VARIABLES: int = 0x32

Expand Down
2 changes: 1 addition & 1 deletion siriuspy/siriuspy/clientconfigdb/configdb_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class ConfigDBClient:
"""Perform operation on configuration database."""

_TIMEOUT_DEFAULT = 2.0
_TIMEOUT_DEFAULT = 30.0
_INVALID_CHARACTERS = '\\/:;,?!$'

def __init__(self, url=None, config_type=None):
Expand Down
5 changes: 4 additions & 1 deletion siriuspy/siriuspy/clientconfigdb/types/as_corrloop_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,10 @@ def get_dict():
['AS-Glob:AP-InjCtrl:BiasFBLinModOffCoeff-SP', -52.0, 0.0],
['AS-Glob:AP-InjCtrl:BiasFBGPModNoiseStd-SP', 0.05, 0.0],
['AS-Glob:AP-InjCtrl:BiasFBGPModKernStd-SP', 0.4, 0.0],
['AS-Glob:AP-InjCtrl:BiasFBGPModKernLenScl-SP', 5, 0.0],
['AS-Glob:AP-InjCtrl:BiasFBGPModKernLenScl-SP', 4, 0.0],
['AS-Glob:AP-InjCtrl:BiasFBGPModNoiseStdFit-Sel', 0, 0.0],
['AS-Glob:AP-InjCtrl:BiasFBGPModKernStdFit-Sel', 0, 0.0],
['AS-Glob:AP-InjCtrl:BiasFBGPModKernLenSclFit-Sel', 0, 0.0],
]


Expand Down
Loading

0 comments on commit cbcbfde

Please sign in to comment.