Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Python 中创建一个脚本,用于登录 MKS 完整性并调用已定义的 MKS 查询。由于我是编程新手,我想知道是否有任何脚本示例用于该任务。这对我开始会有很大的帮助。谢谢!
我无法帮助你使用 python,但对于 MKS
连接到主机:IM connect --hostname=%host% --port=%port%
IM connect --hostname=%host% --port=%port%
运行查询:im runquery --hostname=%host% --port=%port% %query_name%
im runquery --hostname=%host% --port=%port% %query_name%
如果你只是写,你可以看到每个命令的帮助IM command -?
IM command -?