Contact Us If you still have questions or prefer to get help directly from an agent, please submit a request. We’ll get back to you as soon as possible. Please fill out the contact form below and we will reply as soon as possible.
Contact Us If you still have questions or prefer to get help directly from an agent, please submit a request. We’ll get back to you as soon as possible. Please fill out the contact form below and we will reply as soon as possible.
每次 API 连接到Moku设备时,它都会重置输出。为避免 API 调用之间输出信号中断,请在声明Moku设备的所有权时使用“persist_state”。下面是如何实现 persist_state 的一个例子: Python:i = WaveformGenerator('xxx.xxx.x.xx', force_connect=True, persist_state=True) MATLAB:i = MokuWaveformGenerator('xxx.xxx.x.xx', true, 'persist_state', true);