Call(): Difference between revisions

From SweepMe! Wiki
Jump to navigation Jump to search
mNo edit summary
m (Added Categories.)
Line 1: Line 1:
'''call()''' is intended to be used to read values from the buffer of a communication port and hand them over to SweepMe!. Thus, it must return a list of all values according to the lists of variables and units. In order to improve the speed of measurements, the concept of [[unblocking parallelization]] should be used.
'''call()''' is intended to be used to read values from the buffer of a communication port and hand them over to SweepMe!. Thus, it must return a list of all values according to the lists of variables and units. In order to improve the speed of measurements, the concept of [[unblocking parallelization]] should be used.
[[Category:Sequencer Functions]]

Revision as of 17:31, 29 September 2017

call() is intended to be used to read values from the buffer of a communication port and hand them over to SweepMe!. Thus, it must return a list of all values according to the lists of variables and units. In order to improve the speed of measurements, the concept of unblocking parallelization should be used.