コード例 #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));
 }