Пример #1
0
 public bool GetMeasTagArm(int ch, ref GtiTagArmSrc src, ref GtiPolarity pol)
 {
     return(GT668GetMeasTagArm(ch, ref src, ref pol));
 }
Пример #2
0
 public bool GetBlockArm(ref GtiBlkArmSrc src, ref GtiPolarity pol, ref bool level)
 {
     return(GT668GetBlockArm(ref src, ref pol, ref level));
 }
Пример #3
0
 public bool SetBlockArm(GtiBlkArmSrc src, GtiPolarity pol, bool level)
 {
     return(GT668SetBlockArm(src, pol, level));
 }
Пример #4
0
 public static extern uint GT668SetOutput(
     int @out,
     GtiOutSrc src,
     GtiPolarity pol,
     double width,
     double delay);
Пример #5
0
 public bool SetMeasTagArm(int ch, GtiTagArmSrc src, GtiPolarity pol)
 {
     return(GT668SetMeasTagArm(ch, src, pol));
 }
Пример #6
0
 public uint SetOutput(int @out, GtiOutSrc src, GtiPolarity pol, double width, double delay)
 {
     return(GT668SetOutput(@out, src, pol, width, delay));
 }
Пример #7
0
 public static extern bool GT668GetBlockArm(
     ref GtiBlkArmSrc src,
     ref GtiPolarity pol,
     ref bool level);
Пример #8
0
 public static extern bool GT668GetMeasTagArm(
     int ch,
     ref GtiTagArmSrc src,
     ref GtiPolarity pol);
Пример #9
0
 public static extern bool GT668SetBlockArm(
     GtiBlkArmSrc src,
     GtiPolarity pol,
     bool level);