"Reset" of BT is a software reset

In the software that has been started once on the BT module bluegiga the reset that is proposed by the bluegiga company is realized by setting PIN7 high. PIN7 is connected to the Atmel chip for this purpose.
After my study of the documentation of the iWRAP software that is installed on the Bluetooth module, the reset has to be in the software just be typing "RESET" i.e.:

...
serial.println("SET BT ...");
serial.println("SET BT..");

serial.println("RESET");