/* ************************************************************** */ /* * BTCOILPARAM.H * This file contains parameters required by the measurement * program. * * Zachary Wolf * 2/3/00 */ /* Protection from multiple definitions */ #ifndef __BTCOILPARAM_HEADER #define __BTCOILPARAM_HEADER /* GPIB addresses */ #define GPIB_BOARD_ADDR 0 #define GPIB_SR850_ADDR 4 /* BTCOIL probe measurements */ #define BTCOIL_BOARD_ADDR GPIB_BOARD_ADDR #define BTCOIL_SR850_ADDR GPIB_SR850_ADDR #define BTCOIL_DEVICE_TYPE BTCOIL_SR850 #define BTCOIL_COIL_CONSTANT 1. #define BTCOIL_COIL_CONSTANT_ROT_FREQ 1. //#define BTCOIL_COIL_CONSTANT .020665 /* Coil A4 */ //#define BTCOIL_COIL_CONSTANT_ROT_FREQ 13.103 /* Coil A4 */ //#define BTCOIL_COIL_CONSTANT .3342 /* Coil ZZ */ //#define BTCOIL_COIL_CONSTANT_ROT_FREQ 23.817 /* Coil ZZ */ /* End protection */ #endif