PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
data grid --help


This function overlay grid on graph plot window.
use zero value to turn off either

usage:
    data grid [-h] [-x <dec>] [-y <dec>]

options:
    -h, --help                     This help
    -x <dec>                       plot grid X coord
    -y <dec>                       plot grid Y coord

examples/notes:
    data grid                      -> turn off
    data grid -x 64 -y 50