Moku model:Pro
Operating system: Windows 11 OS build 26100.3476
Software version: 3.3.2.2 firmware 601
Hello,
I am attempting to stream signals using the datalogger built in to the Laser Lock Box, as a part of a MiM configuration. I can not use the standalone DataLogger instrument, as the other slots are occupied with other instruments for my application. I am using the most recent Matlab package (3.3.3) to interface with the device. While I can begin a streaming session with the line
“llb.start_streaming(‘duration’, 10);”
and verify streaming is taking place with the line
“llb.get_stream_status();”
attempting to get the stream data with line
“data = llb.get_stream_data();”
returns the error message:
"Dot indexing is not supported for variables of this type.
Error in MokuStreamInstrument/get_stream_data (line 126)
if obj.tcpClient.NumBytesAvailable > 0"
I encounter the same error when attempting to run the lock_in_amplifier_streaming.m example script. I can still use the llb.get_data(); function to read signals, but how can I use the built-in data logger to stream data?
Thanks for the help.