Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection error when using HiSLIP #25

Open
ckutlu opened this issue Dec 19, 2024 · 1 comment
Open

Connection error when using HiSLIP #25

ckutlu opened this issue Dec 19, 2024 · 1 comment
Assignees

Comments

@ckutlu
Copy link

ckutlu commented Dec 19, 2024

Hi there! Happy user of RsInstrument (and R&S oscilloscopes) here ;). I am trying to use hislip protocol when connecting to our R&S RTO6 oscilloscope.

What I am doing:

rsc = RsInstrument("TCPIP::192.168.0.20::hislip0")

and I am getting:

VisaIOError: VI_ERROR_NSUP_OPER (-1073807257): The given session or object reference does not support this operation.

If I pass explicitly "VxiCapable=False", the error disappears and I can use the instrument as expected. I guess being VXI capable and running on HiSLIP are mutually exclusive, so I'd expect not having to pass this option explicitly.

@Miloslav-RS
Copy link
Collaborator

Hi ckutlu, would you please share the IO Trace of the communication that produces your error?:
VisaIOError: VI_ERROR_NSUP_OPER (-1073807257):

Something is not right, the HiSLIP is VXI-capable, this should work properly with our RTO6. I suspect another issue is in play here. Thanks for using the RsInstrument :-)

@Miloslav-RS Miloslav-RS self-assigned this Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants