Пример #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);
        }
Пример #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);
        }
Пример #3
0
        public bool SetAxisEMGEffectiveLevel(uint enable, ProCommon.Communal.ElectricalLevel emglevel)
        {
            bool rt = false;

            if (IBoardDriverable != null)
            {
                rt = IBoardDriverable.SetAxisEMGEffectiveLevel(enable, emglevel);
            }
            return(rt);
        }
Пример #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);
        }
Пример #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);
        }
Пример #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);
        }
Пример #7
0
        public bool SetPortInEffectiveLevel(int inputno, ProCommon.Communal.ElectricalLevel level)
        {
            bool rt = false;

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