mirror of
https://github.com/deepmodeling/Uni-Lab-OS
synced 2026-03-25 02:19:21 +00:00
16 lines
366 B
Plaintext
16 lines
366 B
Plaintext
(base) PS C:\Users\dell\Desktop> python zhida.py getstatus
|
|
{
|
|
"result": "RUN",
|
|
"message": "AcqTime:3.321049min Vial:1"
|
|
}
|
|
(base) PS C:\Users\dell\Desktop> python zhida.py getstatus
|
|
{
|
|
"result": "NOTREADY",
|
|
"message": "AcqTime:0min Vial:1"
|
|
}
|
|
(base) PS C:\Users\dell\Desktop> python zhida.py getstatus
|
|
{
|
|
"result": "PRERUN",
|
|
"message": "AcqTime:0min Vial:1"
|
|
}
|