Add option to rescale flux source pulses.

This actually scales by the reciprotal of the flux sink, to
allow the same value to be set for both options.
This commit is contained in:
Thomas Daede
2022-01-17 16:53:50 -08:00
parent 4af355e1f9
commit b8c58b12fd
3 changed files with 9 additions and 5 deletions

View File

@@ -39,6 +39,7 @@ message Fl2FluxSourceProto {
}
message FluxSourceProto {
optional double rescale = 9 [ default = 1.0, (help) = "amount to divide pulse periods by" ];
oneof source {
string fluxfile = 1 [default = "name of source flux file"];
HardwareFluxSourceProto drive = 2;