Migrate NTURNS --------- Co-authored-by: Benjamin Labrecque <labrecque.benji@gmail.com> Reviewed-on: #2
79 lines
1.9 KiB
Plaintext
79 lines
1.9 KiB
Plaintext
# Specific BD-Service PVs
|
|
|
|
record(ao, "$(DEVICE):CONTROL-80-NPOINTS") {
|
|
field(DESC, "Controls peakfinder points to use")
|
|
field(VAL, "-1")
|
|
field(PREC, "3")
|
|
}
|
|
|
|
record(ao, "$(DEVICE):CONTROL-80-MINHEIGHT") {
|
|
field(DESC, "Controls peakfinder min peak height")
|
|
field(VAL, "135")
|
|
field(PREC, "1")
|
|
}
|
|
|
|
record(ao, "$(DEVICE):CONTROL-80-MINSEP") {
|
|
field(DESC, "Controls peakfinder min peak separation")
|
|
field(VAL, "150")
|
|
field(PREC, "1")
|
|
}
|
|
|
|
record(ao, "$(DEVICE):CONTROL-2K-NPOINTS") {
|
|
field(DESC, "Controls peakfinder points to use")
|
|
field(VAL, "16000")
|
|
field(PREC, "1")
|
|
}
|
|
|
|
record(ao, "$(DEVICE):CONTROL-2K-MINHEIGHT") {
|
|
field(DESC, "Controls peakfinder min peak height")
|
|
field(VAL, "4e-10")
|
|
field(PREC, "-3")
|
|
}
|
|
|
|
record(ao, "$(DEVICE):CONTROL-2K-MINSEP") {
|
|
field(DESC, "Controls peakfinder min peak separation")
|
|
field(VAL, "5")
|
|
field(PREC, "1")
|
|
}
|
|
|
|
record(ao, "$(DEVICE):STAGE0-Q-80TURNS") {
|
|
field(DESC, "Turns detected in DBPM3 TbT raw data")
|
|
field(PREC, "1")
|
|
}
|
|
|
|
record(ao, "$(DEVICE):STAGE0-Q-2KTURNS") {
|
|
field(DESC, "Turns detected in DBPM3 Stage 0 data")
|
|
field(PREC, "1")
|
|
}
|
|
|
|
record(waveform, "$(DEVICE):BPM-WF-ENUMERATE") {
|
|
field(DESC, "Entire measured longitudinal spectrum")
|
|
field(NELM, "16384")
|
|
field(FTVL, "FLOAT")
|
|
}
|
|
|
|
record(waveform, "$(DEVICE):STAGE0-Q-80TURNS-WF") {
|
|
field(DESC, "Entire measured longitudinal spectrum")
|
|
field(NELM, "16384")
|
|
field(FTVL, "FLOAT")
|
|
}
|
|
|
|
record(waveform, "$(DEVICE):STAGE0-Q-80TURNS-PEAKS") {
|
|
field(DESC, "Entire measured longitudinal spectrum")
|
|
field(NELM, "16384")
|
|
field(FTVL, "FLOAT")
|
|
}
|
|
|
|
record(waveform, "$(DEVICE):STAGE0-Q-2KTURNS-WF") {
|
|
field(DESC, "Entire measured longitudinal spectrum")
|
|
field(NELM, "16384")
|
|
field(FTVL, "FLOAT")
|
|
}
|
|
|
|
record(waveform, "$(DEVICE):STAGE0-Q-2KTURNS-PEAKS") {
|
|
field(DESC, "Entire measured longitudinal spectrum")
|
|
field(NELM, "16384")
|
|
field(FTVL, "FLOAT")
|
|
}
|
|
|