The RMP Motion Controller APIs

◆ FrameBufferSizeGet()

int32_t FrameBufferSizeGet ( )
Description:
FrameBufferSizeGet returns the frame buffer size for the axis.
Returns
(int32_t) AxisFrameCount.
Remarks
This function is also available in RapidSequencer.

Part of the Motion method group.

Sample Code:
int32_t numberOfFrames = axis->FrameBufferSizeGet();
See also
MotionController.AxisFrameBufferSizeSet