1 fasttransmit = setup, 2 fasttransmit = start, 3 fasttransmit = pause – Teledyne LeCroy PETrainer Scripting Language Reference Manual User Manual
Page 85: 4 fasttransmit = continue, 5 fasttransmit = stop, Fasttransmit = setup, Fasttransmit = start, Fasttransmit = pause, Fasttransmit = continue, Fasttransmit = stop

Teledyne LeCroy
PETrainer Scripting Language
80
16.1.1 FastTransmit = Setup
Begins the definition section of a FastTransmit block.
16.1.2 FastTransmit = Start
Ends the definition section of a FastTransmit block and starts execution of the high-performance
generation defined by the block.
16.1.3 FastTransmit = Pause
Pauses high-performance generation of the currently running FastTransmit block.
If a FastTransmit block is not currently defined or running, this command does nothing.
16.1.4 FastTransmit = Continue
Continues high-performance generation of the paused FastTransmit block.
If a FastTransmit block is not currently defined or paused, this command does nothing.
16.1.5 FastTransmit = Stop
Stops high-performance generation of the currently running or paused FastTransmit block and goes to
the FastTransmitIdle state, which has no defined or running FastTransmit block.
If a FastTransmit block is not currently running or paused, this command does nothing.