Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
NomadSpecialModules
Commits
bdf0775d
Commit
bdf0775d
authored
Jan 25, 2018
by
acq
Browse files
Added C1725_PHA_RT card to CAENCfdController
parent
5dbf18d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/controllers/npp/CAENCfdController.cpp
View file @
bdf0775d
...
...
@@ -428,6 +428,9 @@ void CAENCfdController::updateBoardProperties() {
else
if
(
modelName
()
==
"V1730"
)
{
cardType
=
lstdpp128
::
C1730_PHA_RT
;
}
else
if
(
modelName
()
==
"V1725"
)
{
cardType
=
lstdpp128
::
C1725_PHA_RT
;
}
channels
.
update
(
m_dgtzDriver
->
channels
());
nbChannels
.
update
(
m_dgtzDriver
->
nbChannels
());
minRange
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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