Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python_test_scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
python_test_scripts
Merge requests
!3
Apsct production
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Apsct production
apsct_production
into
master
Overview
0
Commits
19
Pipelines
0
Changes
1
Merged
Apsct production
Gijs Schoonderbeek
requested to merge
apsct_production
into
master
Feb 13, 2023
Overview
0
Commits
19
Pipelines
0
Changes
1
Changes for production testing of APSCT
0
0
Merge request reports
Viewing commit
a523b08a
Prev
Next
Show latest version
1 file
+
6
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
a523b08a
small start switch to other machine for editing
· a523b08a
Gijs Schoonderbeek
authored
Jan 6, 2023
apsct_lib.py
+
6
−
1
View file @ a523b08a
Edit in single-file editor
Open in Web IDE
Show full file
@@ -45,7 +45,12 @@ SDI = 7
@@ -45,7 +45,12 @@ SDI = 7
PLL_200M
=
0x20
PLL_200M
=
0x20
PLL_160M
=
0x21
PLL_160M
=
0x21
class
ApsctClass
()
#
# Toplevel class that contrains all parts of the APSCT
#
def
__init__
(
self
):
self
.
reg_address
def
Write_byte_PLL
(
reg_address
,
wr_data
,
ADDRESS
=
0x20
):
def
Write_byte_PLL
(
reg_address
,
wr_data
,
ADDRESS
=
0x20
):
#
#
# Write Byte to the ADC
# Write Byte to the ADC
Loading