Skip to content
Snippets Groups Projects
Commit 1b3964c1 authored by Gabriel Fedel's avatar Gabriel Fedel :speech_balloon:
Browse files

Fix default values for A and Kt

parent a34f9425
No related branches found
No related tags found
1 merge request!34Big chunk of updates
......@@ -40,8 +40,8 @@ std::string sis8300llrfCavityChannel::
sis8300llrfCavityChannel::sis8300llrfCavityChannel(epicsFloat64 FSampling) : sis8300llrfAIChannel(FSampling) {
m_calib_grad_en = false;
m_calib_grad_a = 1;
m_calib_grad_kt = 0;
m_calib_grad_a = 0;
m_calib_grad_kt = 1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment