calc2


Namecalc2 JSON
Version 0.3.0.6 PyPI version JSON
download
home_pagehttps://nishizumi-lab.github.io/libs/python/calc2/docs/html/index.html
SummaryThis Python library can perform various calculations for scientific field.
upload_time2023-09-08 14:35:37
maintainer
docs_urlNone
authorNishizumi
requires_python
license
keywords electricity
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # About(このライブラリについて)

This Python library can perform various calculations for scientific field.  
このPythonライブラリは電気関係の各種計算を行うことができます。
  
- [Document](https://nishizumi-lab.github.io/libs/python/calc2/docs/html/index.html)
- [Source code](https://github.com/nishizumi-lab/libs/tree/master/python/calc2/calc2/electricity)
- [Pypi](https://pypi.org/project/calc2/)  
 

## Getting started(導入方法)

Install with `pip`.  
pipでインストールできます。

```
pip install calc2
```


## Ex.1 Parameter calculation for external short circuit test.(外部短絡試験のパラメータ計算) 

Calculate the configuration of the external short-circuit test equipment that satisfies the required test conditions (target voltage, target current).  
試験条件(目標電圧、目標電流)を満たす外部短絡試験装置の構成を計算します。  

- [Sample code](https://github.com/nishizumi-lab/libs/blob/master/python/calc2/examples/short_test/sample1.py)
- [Sample code(webアプリ版)](https://github.com/nishizumi-lab/libs/tree/master/python/calc2/examples/short_test_webapp)  

## Ex.2 Parameter calculation of three-phase AC circuit(三相交流回路のパラメータ計算) 

The parameters of the three-phase AC circuit can be calculated from the given conditions. For example, when "line voltage", "power consumption" and "power factor" are determined, "line current", "impedance" and "phase voltage" can be calculated.  

与えられた条件から三相交流回路の各パラメータを計算できます。例えば、「線間電圧」「消費電力」「力率」が決まっているとき、「線電流」「インピーダンス」「相電圧」を計算できます。  

- [Sample code](https://github.com/nishizumi-lab/libs/blob/master/python/calc2/examples/ac3_test/sample1.py)  


## Ex.3 Detailed analysis of pulse wave(パルス波の詳細解析)

Analyzes various parameters of pulse signals.  
パルス信号のさまざまなパラメータを分析します。 
  
- [Sample code](https://github.com/nishizumi-lab/libs/blob/master/python/calc2/examples/pulse_test/sample1.py)    

## Ex.4 Battery capacity measurement(電池の容量測定)

Analyze the data obtained in the storage battery capacity measurement (discharge, charge, discharge).  
蓄電池の容量測定(捨て放電、充電、放電)で得られたデータを解析します。  

- [Sample code](https://github.com/nishizumi-lab/libs/blob/master/python/calc2/examples/battery_capacity_ah/sample1.py)
            

Raw data

            {
    "_id": null,
    "home_page": "https://nishizumi-lab.github.io/libs/python/calc2/docs/html/index.html",
    "name": "calc2",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "electricity",
    "author": "Nishizumi",
    "author_email": "daiman003@yahoo.co.jp",
    "download_url": "https://files.pythonhosted.org/packages/6f/05/a915e069834f755701ec499a158d49954c34455e637eae0fc9e44224b862/calc2-0.3.0.6.tar.gz",
    "platform": null,
    "description": "# About(\u3053\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u306b\u3064\u3044\u3066)\n\nThis Python library can perform various calculations for scientific field.  \n\u3053\u306ePython\u30e9\u30a4\u30d6\u30e9\u30ea\u306f\u96fb\u6c17\u95a2\u4fc2\u306e\u5404\u7a2e\u8a08\u7b97\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\n  \n- [Document](https://nishizumi-lab.github.io/libs/python/calc2/docs/html/index.html)\n- [Source code](https://github.com/nishizumi-lab/libs/tree/master/python/calc2/calc2/electricity)\n- [Pypi](https://pypi.org/project/calc2/)  \n \n\n## Getting started(\u5c0e\u5165\u65b9\u6cd5)\n\nInstall with `pip`.  \npip\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059\u3002\n\n```\npip install calc2\n```\n\n\n## Ex.1 Parameter calculation for external short circuit test.(\u5916\u90e8\u77ed\u7d61\u8a66\u9a13\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u8a08\u7b97) \n\nCalculate the configuration of the external short-circuit test equipment that satisfies the required test conditions (target voltage, target current).  \n\u8a66\u9a13\u6761\u4ef6\uff08\u76ee\u6a19\u96fb\u5727\u3001\u76ee\u6a19\u96fb\u6d41\uff09\u3092\u6e80\u305f\u3059\u5916\u90e8\u77ed\u7d61\u8a66\u9a13\u88c5\u7f6e\u306e\u69cb\u6210\u3092\u8a08\u7b97\u3057\u307e\u3059\u3002  \n\n- [Sample code](https://github.com/nishizumi-lab/libs/blob/master/python/calc2/examples/short_test/sample1.py)\n- [Sample code\uff08web\u30a2\u30d7\u30ea\u7248\uff09](https://github.com/nishizumi-lab/libs/tree/master/python/calc2/examples/short_test_webapp)  \n\n## Ex.2 Parameter calculation of three-phase AC circuit(\u4e09\u76f8\u4ea4\u6d41\u56de\u8def\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u8a08\u7b97) \n\nThe parameters of the three-phase AC circuit can be calculated from the given conditions. For example, when \"line voltage\", \"power consumption\" and \"power factor\" are determined, \"line current\", \"impedance\" and \"phase voltage\" can be calculated.  \n\n\u4e0e\u3048\u3089\u308c\u305f\u6761\u4ef6\u304b\u3089\u4e09\u76f8\u4ea4\u6d41\u56de\u8def\u306e\u5404\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u8a08\u7b97\u3067\u304d\u307e\u3059\u3002\u4f8b\u3048\u3070\u3001\u300c\u7dda\u9593\u96fb\u5727\u300d\u300c\u6d88\u8cbb\u96fb\u529b\u300d\u300c\u529b\u7387\u300d\u304c\u6c7a\u307e\u3063\u3066\u3044\u308b\u3068\u304d\u3001\u300c\u7dda\u96fb\u6d41\u300d\u300c\u30a4\u30f3\u30d4\u30fc\u30c0\u30f3\u30b9\u300d\u300c\u76f8\u96fb\u5727\u300d\u3092\u8a08\u7b97\u3067\u304d\u307e\u3059\u3002  \n\n- [Sample code](https://github.com/nishizumi-lab/libs/blob/master/python/calc2/examples/ac3_test/sample1.py)  \n\n\n## Ex.3 Detailed analysis of pulse wave(\u30d1\u30eb\u30b9\u6ce2\u306e\u8a73\u7d30\u89e3\u6790)\n\nAnalyzes various parameters of pulse signals.  \n\u30d1\u30eb\u30b9\u4fe1\u53f7\u306e\u3055\u307e\u3056\u307e\u306a\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u5206\u6790\u3057\u307e\u3059\u3002 \n  \n- [Sample code](https://github.com/nishizumi-lab/libs/blob/master/python/calc2/examples/pulse_test/sample1.py)    \n\n## Ex.4 Battery capacity measurement(\u96fb\u6c60\u306e\u5bb9\u91cf\u6e2c\u5b9a)\n\nAnalyze the data obtained in the storage battery capacity measurement (discharge, charge, discharge).  \n\u84c4\u96fb\u6c60\u306e\u5bb9\u91cf\u6e2c\u5b9a\uff08\u6368\u3066\u653e\u96fb\u3001\u5145\u96fb\u3001\u653e\u96fb\uff09\u3067\u5f97\u3089\u308c\u305f\u30c7\u30fc\u30bf\u3092\u89e3\u6790\u3057\u307e\u3059\u3002  \n\n- [Sample code](https://github.com/nishizumi-lab/libs/blob/master/python/calc2/examples/battery_capacity_ah/sample1.py)",
    "bugtrack_url": null,
    "license": "",
    "summary": "This Python library can perform various calculations for scientific field.",
    "version": "0.3.0.6",
    "project_urls": {
        "Homepage": "https://nishizumi-lab.github.io/libs/python/calc2/docs/html/index.html"
    },
    "split_keywords": [
        "electricity"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f05a915e069834f755701ec499a158d49954c34455e637eae0fc9e44224b862",
                "md5": "7b083aad15af70db6ab1e97263989aca",
                "sha256": "06da5dc4c9014f7d106889808049a4af059ab1a527822f88a695e62c768124f7"
            },
            "downloads": -1,
            "filename": "calc2-0.3.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "7b083aad15af70db6ab1e97263989aca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 17957,
            "upload_time": "2023-09-08T14:35:37",
            "upload_time_iso_8601": "2023-09-08T14:35:37.234383Z",
            "url": "https://files.pythonhosted.org/packages/6f/05/a915e069834f755701ec499a158d49954c34455e637eae0fc9e44224b862/calc2-0.3.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-08 14:35:37",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "calc2"
}
        
Elapsed time: 0.11784s