Board OperationsΒΆ

apply (none [1])
Apply any recent acquisition value changes to the firmware.
buffer_done (char) (mapping [2])
Signal that the specified buffer (‘a’ or ‘b’) has been read and may be used for mapping acquisition again.
mapping_pixel_next (none) (mapping)
Advance to the next pixel in a mapping data acquisition run.
buffer_switch (none) (mapping)
Manually force the firmware to switch to filling the other buffer.

Footnotes

[1]The italicized type that follows the name is the type of the argument passed as the value parameter to xiaBoardOperation(). The special type “none” indicates that the board operation does not require nor return any data via value and a non-null, dummy variable should be passed in.
[2]Board operations annotated with “mapping” require that mapping mode be enabled when doing the operation. If mapping mode is not enabled an error is returned.

Previous topic

Run Data

Next topic

Legal

This Page