How to make an emergency stop of ANAFI operated by SkyController3

I would like to know the ANAFI emergency stop command.
I would like to make an emergency stop of the drone if the stick control becomes ineffective while flying ANAFI with Skycontroller 3.
What kind of command should I enter in Skycontroller 3 at that time to

stop the ANAFI motor?

For example, DJI seems to be able to stop the motor by the method shown in the attached image.

Best Regards,

Hello,
we don’t have such trick with our controller.
Our drone has a safety cutout mechanism built-in when propellers hits an obstacle.
You could implement such a behavior coding your own application though :
https://developer.parrot.com/docs/refdoc-ios/Protocols/ManualCopterPilotingItf.html#/c:@M@GroundSdk@objc(pl)GSManualCopterPilotingItf(im)emergencyCutOut
https://developer.parrot.com/docs/refdoc-android/com/parrot/drone/groundsdk/device/pilotingitf/ManualCopterPilotingItf.html#emergencyCutOut()
Best,
Jerome