public bool GetMeasTagArm(int ch, ref GtiTagArmSrc src, ref GtiPolarity pol) { return(GT668GetMeasTagArm(ch, ref src, ref pol)); }
public bool GetBlockArm(ref GtiBlkArmSrc src, ref GtiPolarity pol, ref bool level) { return(GT668GetBlockArm(ref src, ref pol, ref level)); }
public bool SetBlockArm(GtiBlkArmSrc src, GtiPolarity pol, bool level) { return(GT668SetBlockArm(src, pol, level)); }
public static extern uint GT668SetOutput( int @out, GtiOutSrc src, GtiPolarity pol, double width, double delay);
public bool SetMeasTagArm(int ch, GtiTagArmSrc src, GtiPolarity pol) { return(GT668SetMeasTagArm(ch, src, pol)); }
public uint SetOutput(int @out, GtiOutSrc src, GtiPolarity pol, double width, double delay) { return(GT668SetOutput(@out, src, pol, width, delay)); }
public static extern bool GT668GetBlockArm( ref GtiBlkArmSrc src, ref GtiPolarity pol, ref bool level);
public static extern bool GT668GetMeasTagArm( int ch, ref GtiTagArmSrc src, ref GtiPolarity pol);
public static extern bool GT668SetBlockArm( GtiBlkArmSrc src, GtiPolarity pol, bool level);