KEY
take a screenshot
key:
PRINTSCREEN
data: time or freq
BATTERY_INFO
get battery level
capacity_mAh: capacity in mA/h
charge_mAh: current charge in mA/h
GET_FFT
(SET_DATA_TYPE
has to be in FFT
mode rst)
Units
Below it is described in c# the units of SMP2 with the identication number that
the command GET_SAMPLE returns.
typedef enum
{
E_FIELD_V_m = 0, /* E - V/m */
E_FIELD_kV_m = 1, /* E - kV/m */
E_FIELD_uW_cm2 = 2, /* E - uW/cm2 */
E_FIELD_mW_cm2 = 3, /* E - mW/cm2 */
E_FIELD_W_m2 = 4, /* E - W/m2 */
E_FIELD_A_m = 5, /* E - A/m */
E_FIELD_STRENGTH_PERCENT = 6, /* E - % */
E_FIELD_S_PERCENT = 15, /* E - S% */
} E_FieldUnit;
typedef enum
{
H_FIELD_A_m = 7, /* H - A/m */
H_FIELD_uT = 8, /* B - uT */
H_FIELD_nT = 9, /* B - nT */
H_FIELD_mT = 10, /* B - mT */
H_FIELD_T = 11, /* B - T */
H_FIELD_STRENGTH_PERCENT = 12, /* H - % */
H_FIELD_mG = 13, /* B - mG */
H_FIELD_G = 14, /* B - G */
H_FIELD_S_PERCENT = 16, /* H - S% */
} H_FieldUnit;
User’s Manual Electromagnetic Field Meter SMP2 P. 86