You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following line in the script:
client.WriteArbWaveform(nirfsg_types.WriteArbWaveformRequest(vi=vi, idata=idata,qdata=qData))
shows the below error
Traceback (most recent call last):
File "J:\Projekte_xxxxx\01_xxxxx\20xxxxxxxxx_\10_software\grpc setup\python integration\draft-getting-tone-generation - Copy.py", line 136, in
client.WriteArbWaveform(nirfsg_types.WriteArbWaveformRequest(vi=vi, idata=idata,qdata=qData))
ValueError: Protocol message WriteArbWaveformRequest has no "idata" field
The following line in the script:
client.WriteArbWaveform(nirfsg_types.WriteArbWaveformRequest(vi=vi, idata=idata,qdata=qData))
shows the below error
Traceback (most recent call last):
File "J:\Projekte_xxxxx\01_xxxxx\20xxxxxxxxx_\10_software\grpc setup\python integration\draft-getting-tone-generation - Copy.py", line 136, in
client.WriteArbWaveform(nirfsg_types.WriteArbWaveformRequest(vi=vi, idata=idata,qdata=qData))
ValueError: Protocol message WriteArbWaveformRequest has no "idata" field
How could i solve this error?
AB#2301111
AB#2331283
The text was updated successfully, but these errors were encountered: