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

Fix the modulator delay when in Mixed mode without modulator at 14Hz

parent 5a728bc4
No related branches found
No related tags found
No related merge requests found
......@@ -170,7 +170,8 @@ record(calcout, "$(P)$(R=)#SetPulser0Dly"){
field(INPA, "$(P)$(R=)OpMode")
field(INPB, "$(P)$(R=)PrePulseDly-RB")
field(INPC, "$(P)$(R=)SCDly CP")
field(CALC, "A=0?B:C")
field(INPD, "$(P)$(R=)MMDly CP")
field(CALC, "A=0?B:(A=1?D:C)")
field(OUT, "$(EVRPREFIX)DlyGen-0-Delay-SP PP" )
}
......
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