معرفی شرکت ها


ddr-mfc-0.0.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Package to control alict MFC
ویژگی مقدار
سیستم عامل -
نام فایل ddr-mfc-0.0.3
نام ddr-mfc
نسخه کتابخانه 0.0.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Darshan Rathod
ایمیل نویسنده darshan.rathod1994@gmail.com
آدرس صفحه اصلی https://github.com/ddrathod121294/ddr_mfc
آدرس اینترنتی https://pypi.org/project/ddr-mfc/
مجوز -
# ddr_mfc Pakcage uses alicat python package to control the alicat made mass flow controllers. This package is built upon that package. By installing this package, alicat is installed automatically as a requirement. ### Install ddr_mfc Install ddr_davis_data using pip. ```py pip install ddr_mfc ``` ### Instantiation ```py import ddr_mfc print(ddr_davis_data.version) ``` 0.0.2 to start the flow controller you will need to know in which port the flow controller is connected. Also the address of the flow controller is required. This can be set from the controller itself. You can go in `menu` in flow controller device and look for `address` in there somewhere. You need different address for different mfc connected with same USB camble to the PC. ```py mfc1 = ddr_mfc.mfc(port='COM6',address='A',name='mfc_air') ``` By giving the name to the MFC, you can distinguish among the MFC data. The `read` function of the mfc used `name` as a suffix to the variable. ```py mfc1.read() ``` This will read the data from the MFC. ```py mfc1.set_SLPM(slpm=30) ``` This will set the SLPM to 30. Sometimes serial communication gives error. These functions uses `try-except` of python to navigate through error of serial comunication. ```ddr_mfc.mfc``` class is inherited from `alicat.FlowController` class. Hence the functionalities and documentation on [ALICAT PACKAGE](https://github.com/numat/alicat) will help guide futher. --- ---


نیازمندی

مقدار نام
- numpy
- alicat
- pandas


زبان مورد نیاز

مقدار نام
>=3.6, <4 Python


نحوه نصب


نصب پکیج whl ddr-mfc-0.0.3:

    pip install ddr-mfc-0.0.3.whl


نصب پکیج tar.gz ddr-mfc-0.0.3:

    pip install ddr-mfc-0.0.3.tar.gz