origin_plot_option_set
Set a specific plot option on an Origin graph, then read back the value to verify Origin stored it. Confirms changes and avoids misleading results by checking readback before rendering.
Instructions
Set one LabTalk set option on a data plot, and read it back.
The result's readback says whether Origin stored the value. Read
readback_means before treating that as success: Origin stores options it
does not recognise, so a matching read-back is necessary evidence, not
sufficient. Render the graph if you need to know it changed.
Writing to a plot inside a group is refused, because Origin would draw the group's style regardless while the write read back as if it had worked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plot | No | ||
| graph | Yes | ||
| layer | No | ||
| value | Yes | ||
| option | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||