visual3d:documentation:pipeline:report_commands:modify_all_graphs
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
visual3d:documentation:pipeline:report_commands:modify_all_graphs [2024/06/19 12:52] – sgranger | visual3d:documentation:pipeline:report_commands:modify_all_graphs [2024/07/17 15:46] (current) – created sgranger | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{this command was implemented in visual3d v5.02.25. | + | ====== Modify All Graphs ====== |
- | ===== command | + | This command |
- | |< | + | ==== Command ==== |
+ | |||
+ | |< | ||
\\ | \\ | ||
Line 13: | Line 15: | ||
- | ===== command parameters ===== | + | ==== Command Parameters |
- | ==== page_no ==== | + | === PAGE_NO |
- | if the page_no | + | If the PAGE_NO |
- | if page_no | + | If PAGE_NO |
- | ==== modify range ==== | + | === Modify Range === |
- | **y_modify_range** | + | **Y_MODIFY_RANGE** |
- | if this parameter is set to false, the range will not be modified, regardless of the specified parameters. | + | If this parameter is set to FALSE, the range will not be modified, regardless of the specified parameters. |
- | when this parameter is set to true, the other parameters to modify the y range may be used. | + | When this parameter is set to TRUE, the other parameters to modify the Y range may be used. |
- | **modify range parameters:** (click to expand) | + | **Modify Range Parameters:** (click to expand) |
- | **y_use_auto_range** | + | **Y_USE_AUTO_RANGE** |
- | if this parameter is set to true, the range will automatically be set using the signal max/min values. | + | If this parameter is set to TRUE, the range will automatically be set using the signal max/min values. |
- | this parameter can be used with the y_scale_increment | + | This parameter can be used with the Y_SCALE_INCREMENT |
- | when **y_use_auto_range** is set to **false**, you can use either **y_min_buffer&y_max_buffer** or **y_min&y_max**. | + | When **Y_USE_AUTO_RANGE** is set to **FALSE**, you can use either **Y_MIN_BUFFER&Y_MAX_BUFFER** OR **Y_MIN&Y_MAX**. |
---- | ---- | ||
- | **y_min_buffer&y_max_buffer** | + | **Y_MIN_BUFFER&Y_MAX_BUFFER** |
- | the auto range parameter will set the graph max/min to be the signal max/ | + | The auto range parameter will set the graph max/min to be the signal max/ |
- | for example, if you want the graph max to be 10 units greater than the signal max and the graph min to be 15 units less than the signal min, you would: | + | For example, if you want the graph max to be 10 units greater than the signal max and the graph min to be 15 units less than the signal min, you would: |
< | < | ||
... | ... | ||
- | /y_modify_range=true | + | /Y_MODIFY_RANGE=TRUE |
- | /y_use_auto_range=false | + | /Y_USE_AUTO_RANGE=FALSE |
- | /y_min_buffer= 15 | + | /Y_MIN_BUFFER= 15 |
- | /y_max_buffer= 10 | + | /Y_MAX_BUFFER= 10 |
- | ! /y_min= | + | ! /Y_MIN= |
- | ! /y_max= | + | ! /Y_MAX= |
... | ... | ||
</ | </ | ||
- | **note:** the min buffer does not use a negative sign. | + | **NOTE:** The min buffer does not use a negative sign. |
- | this parameter can be used with the y_scale_increment | + | This parameter can be used with the Y_SCALE_INCREMENT |
---- | ---- | ||
- | **y_min&y_max** | + | **Y_MIN&Y_MAX** |
- | you can explicitly set the graph max/min. | + | You can explicitly set the graph max/min. |
- | if you want to explicitly specify the graph max/min (max 25, min -25), you would: | + | If you want to explicitly specify the graph max/min (max 25, min -25), you would: |
< | < | ||
... | ... | ||
- | /y_modify_range=true | + | /Y_MODIFY_RANGE=TRUE |
- | /y_use_auto_range=false | + | /Y_USE_AUTO_RANGE=FALSE |
- | ! /y_min_buffer= | + | ! /Y_MIN_BUFFER= |
- | ! /y_max_buffer= | + | ! /Y_MAX_BUFFER= |
- | /y_min= 25 | + | /Y_MIN= 25 |
- | /y_max= -25 | + | /Y_MAX= -25 |
... | ... | ||
</ | </ | ||
\\ | \\ | ||
- | this parameter can be used with the y_scale_increment | + | This parameter can be used with the Y_SCALE_INCREMENT |
---- | ---- | ||
- | **y_scale_increment** | + | **Y_SCALE_INCREMENT** |
+ | |||
+ | This parameter sets the max/min value to the nearest value. Example, if the parameter is set to 1, the graph max/min will be set to the highest whole number. If the parameter is set to 5, the graph max/min will be set to the highest five value. | ||
- | this parameter sets the max/min value to the nearest value. example, if the parameter is set to 1, the graph max/min will be set to the highest whole number. if the parameter is set to 5, the graph max/min will be set to the highest five value. | ||
+ | === Modify Axes Labels === | ||
- | ==== modify axes labels ==== | + | If you set either AXIS_LABEL equal to REMOVE_LABEL, |
- | if you set either axis_label equal to remove_label, the label will be removed. | + | If the parameter is set to blank (is empty), the label will not be updated. |
- | if the parameter is set to blank (is empty), the label will not be updated. | ||
- | }} |
visual3d/documentation/pipeline/report_commands/modify_all_graphs.1718801567.txt.gz · Last modified: 2024/06/19 12:52 by sgranger