RAMCapturing

_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.

Parameters

int iEnable

0

Disable capturing

1

Enable capturing

RAMCapturingSetFrames

Description 

 RAMCapturingSetFrames(
   int  iFramesBefore,
   int  iFramesAfter
);

This function sets the amount of before and after buffering frames used during RAM capturing.

Parameters

int iFramesBefore

Frames buffered before.

int iFramesAfter

Frames buffered after.

RAMCapturingSetTime

Description 

 RAMCapturingSetTime(
   int  iMillisecBefore,
   int  iMillisecAfter
);

This function sets before and after buffering times used during the RAM capturing.

Parameters

int iMillisecBefore

Time buffered before [ms].

int iMillisecAfter

Time buffered after [ms].

_RAMCapturingSettings

This function runs the Acquire > RAM Capture > Settings command.

Description 

 _RAMCapturingSettings();

Opens the Ram Capture Settings dialog window.