We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
Having 20 chars is better than having no chars :)
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.
dbaileychess
jacobrayschwartz
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: