<< mdaqBlockBuild C/C++ code integration DSP managment >>

MicroDAQ toolbox >> MicroDAQ toolbox > C/C++ code integration > mdaqBlockDelete

mdaqBlockDelete

Deletes MicroDAQ user block

Description

This function deletes all files (C source, macros, images) related to given block name.

If block was removed by accident, copy of source code can be found in backup folder.

backupSourcePath = mdaqToolboxPath()+pathconvert("src\c\userlib\.removed_code");

Calling Sequence

mdaqBlockDelete(block_name);

Arguments

Examples

mdaqBlockDelete("My_step");

See Also


Report an issue
<< mdaqBlockBuild C/C++ code integration DSP managment >>