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

题目

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

版本

LabVIEW 2019
python 3.7

作者

[email protected]

代码

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

你可能感兴趣的:(labview,Python)