mdsConnector
Connect to remote MDSplus server via SSH in python and use MDSplus python objects remotely
This module requires the rpyc module to be installed on the local host. The MDSplus software package is not needed on the local host but you can utilize all of the MDSplus python objects remotely on the server you connect to. The data remains on the remote system unless you retrieve an instance of a python primitive object or an numpy array.
The following example demonstrates how this can be used.
>>> from mdsconnector import mdsConnector
>>> c = mdsConnector('hostname')
>>> t = c.Tree('mytree',42)
>>> n = c.getNode('\top:signal')
>>> rec = n.record
>>> nmpyarray = rec.data()
>>> ans = c.Data.execute('$ * 10',nmpyarray).data()
Release files for mdsconnector 1.8.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mdsconnector-1.8.1.tar.gz | 15.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mdsconnector-1.8.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 30.6 kB
Release files / mdsconnector-1.8.1.tar.gz
| Download URL | mdsconnector-1.8.1.tar.gz |
|---|---|
| Size | 15.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c3a6759b4e82a4fe49c709a61cae2abaa2ee4447fd2bd8303db96d7672f88d48
|
|
BLAKE2b-256 checksum How to use checksums |
d2d792302518495f6431fbbeb6b3e7f388b99adebc3162385bc1e5168b179088
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.8.10
|
Release files / mdsconnector-1.8.1-py3-none-any.whl
| Download URL | mdsconnector-1.8.1-py3-none-any.whl |
|---|---|
| Size | 15.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
146d986225a2c677453920133a603f99fec8f38d27fbc37715a600cab45063d6
|
|
BLAKE2b-256 checksum How to use checksums |
afe17bec68596a3734d159514681d68167b43833de65be4ea2888c862e0b0d00
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.8.10
|