Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ID11
id11
Commits
9cb82e98
Commit
9cb82e98
authored
May 13, 2022
by
Emmanuel Papillon
Browse files
add MCA in multiplexer preset
parent
fece9f79
Changes
1
Hide whitespace changes
Inline
Side-by-side
id11/tdxrd/presets.py
View file @
9cb82e98
...
...
@@ -95,6 +95,7 @@ class CountMuxPreset(ChainPreset):
self
.
opmux
.
switch
(
"CAM2"
,
"ON"
)
self
.
opmux
.
switch
(
"CAM3"
,
"ON"
)
self
.
opmux
.
switch
(
"CAM4"
,
"ON"
)
self
.
opmux
.
switch
(
"MCA1"
,
"ON"
)
def
start
(
self
,
chain
):
if
self
.
soft_fsh
:
...
...
@@ -131,6 +132,7 @@ class FScanMuxPreset(ScanPreset):
self
.
opmux
.
switch
(
"MUSST"
,
"ATRIG"
)
else
:
self
.
opmux
.
switch
(
"MUSST"
,
"BTRIG"
)
self
.
opmux
.
switch
(
"MCA1"
,
"ON"
)
for
dev
in
self
.
limadevs
:
cam_mux
=
CAM2MUX
[
dev
.
name
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment