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

Add capability to define "Scan Description" as a custom string #16

Closed
chhh opened this issue Jun 2, 2018 · 3 comments
Closed

Add capability to define "Scan Description" as a custom string #16

chhh opened this issue Jun 2, 2018 · 3 comments

Comments

@chhh
Copy link

chhh commented Jun 2, 2018

This is very useful for debugging custom methods, e.g. to figure out which why did I schedule that custom scan in the first place.

@dbaileychess
Copy link
Contributor

Yes, this would be a useful addition to the API. It supports up to a maximum of 20-characters, will that be sufficient for your needs?

@chhh
Copy link
Author

chhh commented Aug 21, 2018

Having 20 chars is better than having no chars :)

@jesse-canterbury
Copy link
Contributor

This is now working for Tribrids in Tune version 4.0. You can add a scan description by doing
scan.Values["ScanDescription"] = "MyScan";

You only get 16 characters though, not the previously mentioned 20. :)

This will be more properly documented soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants