Skip to content
Snippets Groups Projects
Commit 469f0ca6 authored by Gijs Schoonderbeek's avatar Gijs Schoonderbeek
Browse files

APSCTTR config update

parent 61fb5d6a
Branches
No related tags found
No related merge requests found
Pipeline #47018 passed
...@@ -229,7 +229,7 @@ variables: ...@@ -229,7 +229,7 @@ variables:
- name: APSCT_PLL_200MHz_lol - name: APSCT_PLL_200MHz_lol
rw: ro rw: ro
dtype: boolean dtype: boolean
convert_unit: bool_invert # convert_unit: bool_invert
monitor: true monitor: true
driver: I2C_CLK driver: I2C_CLK
devreg: IO2.GPIO2 devreg: IO2.GPIO2
...@@ -239,7 +239,7 @@ variables: ...@@ -239,7 +239,7 @@ variables:
- name: APSCT_PLL_160MHz_lol - name: APSCT_PLL_160MHz_lol
rw: ro rw: ro
dtype: boolean dtype: boolean
convert_unit: bool_invert # convert_unit: bool_invert
monitor: true monitor: true
driver: I2C_CLK driver: I2C_CLK
devreg: IO2.GPIO2 devreg: IO2.GPIO2
......
...@@ -20,6 +20,12 @@ if False: ...@@ -20,6 +20,12 @@ if False:
sleep(0.5) sleep(0.5)
wait_not_busy("APSCTTR_translator_busy_R",timeout_sec=3) wait_not_busy("APSCTTR_translator_busy_R",timeout_sec=3)
if True:
print("Clear lol")
set_value("APSCT_PLL_clr_lol_RW",True)
sleep(0.1)
set_value("APSCT_PLL_clr_lol_RW",False)
if False: if False:
print("Get monitor values") print("Get monitor values")
set_value("APSCTTR_monitor_rate_RW",1) set_value("APSCTTR_monitor_rate_RW",1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment