Ejemplo n.º 1
0
        public bool SetAxisDatumEffectiveLevel(int naxis, ProCommon.Communal.ElectricalLevel datumlevel, uint filter)
        {
            bool rt = false;

            if (IBoardDriverable != null)
            {
                rt = IBoardDriverable.SetAxisDatumEffectiveLevel(naxis, datumlevel, filter);
            }
            return(rt);
        }
Ejemplo n.º 2
0
        public bool SetAxisSDEffectiveLevel(int naxis, uint enable, ProCommon.Communal.ElectricalLevel sdlevel, uint sdmode)
        {
            bool rt = false;

            if (IBoardDriverable != null)
            {
                rt = IBoardDriverable.SetAxisSDEffectiveLevel(naxis, enable, sdlevel, sdmode);
            }
            return(rt);
        }
Ejemplo n.º 3
0
        public bool SetAxisEMGEffectiveLevel(uint enable, ProCommon.Communal.ElectricalLevel emglevel)
        {
            bool rt = false;

            if (IBoardDriverable != null)
            {
                rt = IBoardDriverable.SetAxisEMGEffectiveLevel(enable, emglevel);
            }
            return(rt);
        }
Ejemplo n.º 4
0
        public bool SetAxisLTCEffectiveLevel(int naxis, ProCommon.Communal.ElectricalLevel ltclevel, uint actionmode)
        {
            bool rt = false;

            if (IBoardDriverable != null)
            {
                rt = IBoardDriverable.SetAxisLTCEffectiveLevel(naxis, ltclevel, actionmode);
            }
            return(rt);
        }
Ejemplo n.º 5
0
        public bool SetAxisERCEffectiveLevel(int naxis, uint enable, ProCommon.Communal.ElectricalLevel erclevel, uint ercwidth, uint ercofftime)
        {
            bool rt = false;

            if (IBoardDriverable != null)
            {
                rt = IBoardDriverable.SetAxisERCEffectiveLevel(naxis, enable, erclevel, ercwidth, ercofftime);
            }
            return(rt);
        }
Ejemplo n.º 6
0
        public bool SetAxisINPEffectiveLevel(int naxis, uint enable, ProCommon.Communal.ElectricalLevel inplevel)
        {
            bool rt = false;

            if (IBoardDriverable != null)
            {
                rt = IBoardDriverable.SetAxisINPEffectiveLevel(naxis, enable, inplevel);
            }
            return(rt);
        }
Ejemplo n.º 7
0
        public bool SetPortInEffectiveLevel(int inputno, ProCommon.Communal.ElectricalLevel level)
        {
            bool rt = false;

            if (IBoardDriverable != null)
            {
                rt = IBoardDriverable.SetPortInEffectiveLevel(inputno, level);
            }
            return(rt);
        }
Ejemplo n.º 8
0
 public abstract bool DoSetAxisHFwdIn(int naxis, int inputno, ProCommon.Communal.ElectricalLevel level);
Ejemplo n.º 9
0
 public bool SetAxisEMGEffectiveLevel(uint enable, ProCommon.Communal.ElectricalLevel emglevel)
 {
     return(DoSetAxisEMGEffectiveLevel(enable, emglevel));
 }
Ejemplo n.º 10
0
 public bool SetAxisDatumEffectiveLevel(int naxis, ProCommon.Communal.ElectricalLevel datumlevel, uint filter)
 {
     return(DoSetAxisDatumEffectiveLevel(naxis, datumlevel, filter));
 }
Ejemplo n.º 11
0
 public abstract bool DoSetAxisEMGEffectiveLevel(uint enable, ProCommon.Communal.ElectricalLevel emglevel);
Ejemplo n.º 12
0
 public abstract bool DoSetAxisLTCEffectiveLevel(int naxis, ProCommon.Communal.ElectricalLevel ltclevel, uint actionmode);
Ejemplo n.º 13
0
 public abstract bool DoSetAxisINPEffectiveLevel(int naxis, uint enable, ProCommon.Communal.ElectricalLevel inplevel);
Ejemplo n.º 14
0
 public bool SetAxisSDEffectiveLevel(int naxis, uint enable, ProCommon.Communal.ElectricalLevel sdlevel, uint sdmode)
 {
     return(DoSetAxisSDEffectiveLevel(naxis, enable, sdlevel, sdmode));
 }
Ejemplo n.º 15
0
 public bool SetPortInEffectiveLevel(int inputno, ProCommon.Communal.ElectricalLevel level)
 {
     return(DoSetPortInEffectiveLevel(inputno, level));
 }
Ejemplo n.º 16
0
 public abstract bool DoSetPortInEffectiveLevel(int inputno, ProCommon.Communal.ElectricalLevel level);
Ejemplo n.º 17
0
 public abstract bool DoSetAxisSDEffectiveLevel(int naxis, uint enable, ProCommon.Communal.ElectricalLevel sdlevel, uint sdmode);
Ejemplo n.º 18
0
 public bool SetAxisPCSEffectiveLevel(int naxis, uint enable, ProCommon.Communal.ElectricalLevel pcslevel)
 {
     return(DoSetAxisPCSEffectiveLevel(naxis, enable, pcslevel));
 }
Ejemplo n.º 19
0
 public abstract bool DoSetAxisERCEffectiveLevel(int naxis, uint enable, ProCommon.Communal.ElectricalLevel erclevel, uint ercwidth, uint ercofftime);
Ejemplo n.º 20
0
 public bool SetAxisINPEffectiveLevel(int naxis, uint enable, ProCommon.Communal.ElectricalLevel inplevel)
 {
     return(DoSetAxisINPEffectiveLevel(naxis, enable, inplevel));
 }
Ejemplo n.º 21
0
 public abstract bool DoSetAxisDatumEffectiveLevel(int naxis, ProCommon.Communal.ElectricalLevel datumlevel, uint filter);
Ejemplo n.º 22
0
 public bool SetAxisERCEffectiveLevel(int naxis, uint enable, ProCommon.Communal.ElectricalLevel erclevel, uint ercwidth, uint ercofftime)
 {
     return(DoSetAxisERCEffectiveLevel(naxis, enable, erclevel, ercwidth, ercofftime));
 }
Ejemplo n.º 23
0
 public bool SetAxisALMIn(int naxis, int inputno, ProCommon.Communal.ElectricalLevel level)
 {
     return(DoSetAxisALMIn(naxis, inputno, level));
 }
Ejemplo n.º 24
0
 public bool SetAxisLTCEffectiveLevel(int naxis, ProCommon.Communal.ElectricalLevel ltclevel, uint actionmode)
 {
     return(DoSetAxisLTCEffectiveLevel(naxis, ltclevel, actionmode));
 }