#define ANTENNA_WOBBLE(namedselection)				\
class namedselection##_rot_x						\
{													\
	type="rotationz";								\
	source="gmeterX";								\
	selection=namedselection;						\
	axis=namedselection##_axis;						\
	sourceAddress="clamp";							\
	minValue=-1;									\
	maxValue=1;										\
	angle0="rad +10";								\
	angle1="rad -10";								\
};													\
class namedselection##_rot_z						\
{													\
	type="rotationx";								\
	source="gmeterz";								\
	selection=namedselection;						\
	axis=namedselection##_axis;						\
	sourceAddress="clamp";							\
	minValue=-1;									\
	maxValue=1;										\
	angle0="rad -10";								\
	angle1="rad +10";								\
};