Call(): Difference between revisions
Jump to navigation
Jump to search
m (Added Categories.) |
m (Changed Category name.) |
||
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: | [[Category:Device Class Functions]] |
Revision as of 17:33, 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.