Initialize()

From SweepMe! Wiki
(Redirected from Initialize)
Jump to navigation Jump to search

The function 'initialize' is called once at the beginning of the entire run for all modules in the sequencer. Use the function 'initialize' to make your instrument ready for the entire measurement, e.g. use it to reset parameters to default values or check whether the identification is ok. It can also be used to set parameters like the power line frequency of an instrument as this is expected to not change later on again.

Do not set any parameter that can change during a measurement as these things have to be defined during configure().