view FXCalcN.h @ 23:65e277fdf01f

Correct DDS3 frequency adjustement on N3 measurement We need to take into account the phase locked loop divisor factor that links DDS1 frequency change to repetition rate change.
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Fri, 20 Jul 2012 16:50:11 +0200
parents d9aae7d7f2c6
children
line wrap: on
line source

/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File              */
/* Copyright (c) National Instruments 2009. All Rights Reserved.          */
/*                                                                        */
/* WARNING: Do not add to, delete from, or otherwise modify the contents  */
/*          of this include file.                                         */
/**************************************************************************/

#include <userint.h>

#ifdef __cplusplus
    extern "C" {
#endif

     /* Panels and Controls: */

#define  CalcNHg                          1
#define  CalcNHg_TARGET                   2
#define  CalcNHg_COMMANDBUTTON            3
#define  CalcNHg_COMMANDBUTTON_2          4
#define  CalcNHg_NUMERIC                  5
#define  CalcNHg_NUMERIC_2                6
#define  CalcNHg_NUMERIC_3                7
#define  CalcNHg_CHECKBOX                 8
#define  CalcNHg_TEXTMSG                  9


     /* Menu Bars, Menus, and Menu Items: */

          /* (no menu bars in the resource file) */


     /* (no callbacks specified in the resource file) */ 


#ifdef __cplusplus
    }
#endif