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

Apply dbformat

parent 53a32dea
No related branches found
No related tags found
1 merge request!26Implement On Demand for Mixed Mode
Pipeline #164877 passed with warnings
...@@ -221,7 +221,6 @@ record(calc, "$(P)$(R=)Cycle-Cnt") { ...@@ -221,7 +221,6 @@ record(calc, "$(P)$(R=)Cycle-Cnt") {
info(ARCHIVE_THIS, "") info(ARCHIVE_THIS, "")
} }
# User input for number of cycles when mode = On Demand (burst) # User input for number of cycles when mode = On Demand (burst)
record(ao, "$(P)$(R=)NCycles") { record(ao, "$(P)$(R=)NCycles") {
field(DESC, "Number of cycles for fixed mode") field(DESC, "Number of cycles for fixed mode")
...@@ -628,11 +627,11 @@ record(calcout, "$(P)$(R=)#ChcStartFixMix") { ...@@ -628,11 +627,11 @@ record(calcout, "$(P)$(R=)#ChcStartFixMix") {
} }
# Acts as a variable to store num. cycles before burst # Acts as a variable to store num. cycles before burst
record(ai, "$(P)$(R=)NCyclesPartial") { record(ai, "$(P)$(R=)NCyclesPartial") {
field(DESC, "Num. cycles before burst") field(DESC, "Num. cycles before burst")
field(DTYP, "Soft Channel") field(DTYP, "Soft Channel")
field(SCAN, "Passive") field(SCAN, "Passive")
} }
record(seq, "$(P)$(R=)#FixedCycMix"){ record(seq, "$(P)$(R=)#FixedCycMix"){
# "save" the current number of cycles # "save" the current number of cycles
......
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