欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

NI-SystemLink Python 读取一个TDMS文件中每一个Group,每一个Channel,把数据放在一个List中

程序员文章站 2024-02-08 09:57:04
题目NI-SystemLink Python 读取一个TDMS文件中每一个Group,每一个Channel,把数据放在一个List中版本LabVIEW 2019代码import matplotlib.pyplot as pltimport numpy as npfrom systemlink.fileingestionclient import FileIngestionClient, messages as fileingestion_messagesfrom systemlink.tdm...

题目

NI-SystemLink Python 读取一个TDMS文件中每一个Group,每一个Channel,把数据放在一个List中

版本

LabVIEW 2019
python 3.7

作者

xudong.zhao@zengyi-tech.com

代码

import matplotlib.pyplot as plt
import numpy as np
from systemlink.fileingestionclient import FileIngestionClient, messages as fileingestion_messages
from systemlink.tdmsreaderclient import TDMSReaderClient

本文地址:https://blog.csdn.net/qq_36666115/article/details/107429462

相关标签: labview Python