;Avancesolids.incl ; for TCU3 ; ;version 1 28.2.2001, written by HF ; 4.4.2006, complemented by Ste ;$COMMENT=definitions for setrtp and setnmr ;$CLASS=Solids INCL ;switch between 1H or 19F output (H amplifier) ;$OWNER=nmrsu #define SWITO_F setnmr3|2 #define SWITO_H setnmr3^2 ;gating pulse for RX, ADC and HPPR auto mode #define RG_ON setrtp1|5 #define RG_OFF setrtp1^5 ;explicit blanking of preamp, receiver, adc, not implemented yet #define RGP_HPPR_ON setrtp1|2 #define RGP_HPPR_OFF setrtp1^2 #define RGP_RX_ON setrtp1|3 #define RGP_RX_OFF setrtp1^3 #define RGP_ADC_ON setrtp1|4 #define RGP_ADC_OFF setrtp1^4 ;generate dwell clock #define DWELL_GEN cpdngs17:f1 ;turn dwell clock on/off #define DWL_CLK_ON setrtp1|0 #define DWL_CLK_OFF setrtp1^0 ; #define STARTADC (1u sync 1u adc ph31 syrec) #define RESETPHASE (1u ph30:r):f1 ;define data sampling for WAHUHA type experiments, samples analogue or digitally for d9, closes receiver #define sample d9 setrtp1|0 \n\ 0.1u setrtp1^0^5 ;explicit transmitter blanking, not supported yet ;NCO switching, to be implemented