_RAMCapturingSettings, RAMCapturing, RAMCapturingEnable, RAMCapturingSetFrames, RAMCapturingSetTime
RAMCapturing
This function runs the Acquire > RAM Capture > Capture command.
Description
RAMCapturing();
By this command the RAM Capturing is performed according to the current _RAMCapturingSettings .
RAMCapturingEnable
Description
RAMCapturingEnable(
int iEnable
);
This function enables or disables the RAM capturing buffer.
RAMCapturingSetFrames
Description
RAMCapturingSetFrames( intiFramesBefore
, intiFramesAfter
);
This function sets the amount of before and after buffering frames used during RAM capturing.
RAMCapturingSetTime
Description
RAMCapturingSetTime( intiMillisecBefore
, intiMillisecAfter
);
This function sets before and after buffering times used during the RAM capturing.
_RAMCapturingSettings
This function runs the Acquire > RAM Capture > Settings command.
Description
_RAMCapturingSettings();
Opens the Ram Capture Settings dialog window.