Skip to content

(draft) Accelerator master frequency#86

Draft
VitorSouzaLNLS wants to merge 8 commits intomasterfrom
accelerator-master-frequency
Draft

(draft) Accelerator master frequency#86
VitorSouzaLNLS wants to merge 8 commits intomasterfrom
accelerator-master-frequency

Conversation

@VitorSouzaLNLS
Copy link
Contributor

(draft) Missing description.

if (cmd.compare("fint_in") == 0) { ss >> e.fint_in; continue; }
if (cmd.compare("fint_out") == 0) { ss >> e.fint_out; continue; }
if (cmd.compare("voltage") == 0) { ss >> e.voltage; continue; }
if (cmd.compare("frequency") == 0) { ss >> e.frequency; continue; }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about reading old lattice flatten files ?

double thin_KL = 0; // [1/m]
double thin_SL = 0; // [1/m²]
double frequency = 0; // [Hz]
int harmonic = 0; //
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should the default value be 1 instead of 0 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants