*DEFINETABLE_GET_CURVES¶
Description: Return the curves of the define table
Syntax:
definetable_get_curves(dt1)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Define Table | define_table | Table of value curve pairs <a class=’btn btn-xs btn-default’ target=’_blank’ href=’https://www.d3view.com/docs/master/workflows/Glossary.html#define_tableinput’> <i class=’fa fa-external-link’> </i> View more </a> |
ID | Name | Type | Remarks |
---|---|---|---|
1 | Curves | vector |
*DEFINETABLE_GET_FIRST_VALUE¶
Description: Return the first value of the define table
Syntax:
definetable_get_first_value(kv1)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Define Tabel | define_table | Define Table that has a value and a associated curve <a class=’btn btn-xs btn-default’ target=’_blank’ href=’https://www.d3view.com/docs/master/workflows/Glossary.html#define_tableinput’> <i class=’fa fa-external-link’> </i> View more </a> |
ID | Name | Type | Remarks |
---|---|---|---|
1 | Value | scalar |
*DEFINETABLE_GET_LAST_VALUE¶
Description: Return the last value of the define table
Syntax:
definetable_get_last_value(kv1)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Define Table | define_table | Define Table that has a value and a associated curve <a class=’btn btn-xs btn-default’ target=’_blank’ href=’https://www.d3view.com/docs/master/workflows/Glossary.html#define_tableinput’> <i class=’fa fa-external-link’> </i> View more </a> |
ID | Name | Type | Remarks |
---|---|---|---|
1 | Value | scalar |
*DEFINETABLE_ADD_VALUES¶
Description: Add additional values rates by interpolating or extrapolating the existing in the table
Syntax:
definetable_add_values(dt1,new_values)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Define Table | define_table | Table of value and curve pairs <a class=’btn btn-xs btn-default’ target=’_blank’ href=’https://www.d3view.com/docs/master/workflows/Glossary.html#define_tableinput’> <i class=’fa fa-external-link’> </i> View more </a> | |
2 | New Values | scalar | Multiplate values can be provided by separating them using a Comma. <a class=’btn btn-xs btn-default’ target=’_blank’ href=’https://www.d3view.com/docs/master/workflows/Glossary.html#csvstring’> <i class=’fa fa-external-link’> </i> View more </a> |
ID | Name | Type | Remarks |
---|---|---|---|
1 | Values | define_table |
*DEFINETABLE_ADD_INTERPOLATED_CURVES¶
Description: Add Interpolated Curves
Syntax:
definetable_add_interpolated_curves(dt1,num_curves)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Define Table | define_table | Table of value and curve pairs <a class=’btn btn-xs btn-default’ target=’_blank’ href=’https://www.d3view.com/docs/master/workflows/Glossary.html#define_tableinput’> <i class=’fa fa-external-link’> </i> View more </a> | |
2 | Number Of Curves Between Each Pair Of Rows | scalar |
ID | Name | Type | Remarks |
---|---|---|---|
1 | Interpolated Define Table | define_table |
*DEFINETABLE_SCALE_OFFSET_VALUES¶
Description: Scale and offset values
Syntax:
definetable_scale_offset_values(dt1,offset,scale)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Define Table | define_table | Table of value and curve pairs <a class=’btn btn-xs btn-default’ target=’_blank’ href=’https://www.d3view.com/docs/master/workflows/Glossary.html#define_tableinput’> <i class=’fa fa-external-link’> </i> View more </a> | |
2 | Offset Value | scalar | ||
3 | Scale Value | scalar |
ID | Name | Type | Remarks |
---|---|---|---|
1 | Define Table | define_table |
*DEFINETABLE_REPLACE_CURVES¶
Description: Replace Curves
Syntax:
definetable_replace_curves(dt1,curves)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Define Table | define_table | Table of value and curve pairs <a class=’btn btn-xs btn-default’ target=’_blank’ href=’https://www.d3view.com/docs/master/workflows/Glossary.html#define_tableinput’> <i class=’fa fa-external-link’> </i> View more </a> | |
2 | Replacement Curves | vector |
ID | Name | Type | Remarks |
---|---|---|---|
1 | Define Table | define_table |
*DEFINETABLE_REPLACE_VALUES¶
Description: Replace values in table
Syntax:
definetable_replace_values(dt1,values)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Define Table | define_table | Table of value and curve pairs <a class=’btn btn-xs btn-default’ target=’_blank’ href=’https://www.d3view.com/docs/master/workflows/Glossary.html#define_tableinput’> <i class=’fa fa-external-link’> </i> View more </a> | |
2 | New Values | scalar | Number of new values must match the existing values. Multiple values can be separated by commas |
ID | Name | Type | Remarks |
---|---|---|---|
1 | Define Table | define_table |
*DEFINETABLE_GET_MAX_VALUE¶
Description: Return the max of all values
Syntax:
definetable_get_max_value(dt1)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Define Table | define_table | Table of value and curve pairs <a class=’btn btn-xs btn-default’ target=’_blank’ href=’https://www.d3view.com/docs/master/workflows/Glossary.html#define_tableinput’> <i class=’fa fa-external-link’> </i> View more </a> |
ID | Name | Type | Remarks |
---|---|---|---|
1 | Max Value | define_table |
*DEFINETABLE_GET_MIN_VALUE¶
Description: Return the min of all values
Syntax:
definetable_get_min_value(dt1)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Define Table | define_table | Table of value and curve pairs <a class=’btn btn-xs btn-default’ target=’_blank’ href=’https://www.d3view.com/docs/master/workflows/Glossary.html#define_tableinput’> <i class=’fa fa-external-link’> </i> View more </a> |
ID | Name | Type | Remarks |
---|---|---|---|
1 | Min Value | define_table |
*DEFINETABLE_SCALE_CURVE_BY_PARAMETERS¶
Description: Scale curves in the Table using a Parameter Dataset
Syntax:
definetable_scale_curve_by_parameters(dt1,parameters,x_sf,y_sf,type_of_scaling,x_after)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Define Table | define_table | Table of value and curve pairs <a class=’btn btn-xs btn-default’ target=’_blank’ href=’https://www.d3view.com/docs/master/workflows/Glossary.html#define_tableinput’> <i class=’fa fa-external-link’> </i> View more </a> | |
2 | Parameters | dataset | Dataset containing the parameters. Number of rows in this dataset must match the number of rows in the Define table <a class=’btn btn-xs btn-default’ target=’_blank’ href=’https://www.d3view.com/docs/master/workflows/Glossary.html#datasetinput’> <i class=’fa fa-external-link’> </i> View more </a> | |
3 | X-Scale Factor Column Name | textarea | Column name to use for scaling the X values | |
4 | Y-Scale Factor Column Name | textarea | Column name to use for scaling the Y values | |
5 | Type Of Scaling | select | By default all values are scaled. If necessary, we can retain the initial value by scaling only the non-first values | |
6 | Scale After X | textarea | Values after this value of X will be scaled. Values per curve can be specified by separating them using commas |
ID | Name | Type | Remarks |
---|---|---|---|
1 | Define Table with Scaled Curves | define_table |
*DEFINETABLE_GET_CURVE_BY_VALUE¶
Description: Return the curves that matches the value of the define table
Syntax:
definetable_get_curve_by_value(dt1,value)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Define Table | define_table | Table of value and curve pairs <a class=’btn btn-xs btn-default’ target=’_blank’ href=’https://www.d3view.com/docs/master/workflows/Glossary.html#define_tableinput’> <i class=’fa fa-external-link’> </i> View more </a> | |
2 | Value | scalar |
ID | Name | Type | Remarks |
---|---|---|---|
1 | Curve | vector |
*DEFINETABLE_REPLACE_CURVE_BY_VALUE¶
Description: Replace the curve that matches the value of the define table
Syntax:
definetable_replace_curve_by_value(dt1,value,curve)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Define Table | define_table | Table of value and curve pairs <a class=’btn btn-xs btn-default’ target=’_blank’ href=’https://www.d3view.com/docs/master/workflows/Glossary.html#define_tableinput’> <i class=’fa fa-external-link’> </i> View more </a> | |
2 | Value | scalar | ||
3 | Curve | vector |
ID | Name | Type | Remarks |
---|---|---|---|
1 | Define Table | define_table |
*DEFINETABLE_GET_MIN_VALUE¶
Description: Return the min of all values
Syntax:
definetable_get_min_value(dt1)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Define Table | define_table | Table of value and curve pairs <a class=’btn btn-xs btn-default’ target=’_blank’ href=’https://www.d3view.com/docs/master/workflows/Glossary.html#define_tableinput’> <i class=’fa fa-external-link’> </i> View more </a> |
ID | Name | Type | Remarks |
---|---|---|---|
1 | Min Value | define_table |
*DEFINETABLE_GET_VALUES¶
Description: Return the values of the define table
Syntax:
definetable_get_values(dt1)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Define Table | define_table | Table of value and curve pairs <a class=’btn btn-xs btn-default’ target=’_blank’ href=’https://www.d3view.com/docs/master/workflows/Glossary.html#define_tableinput’> <i class=’fa fa-external-link’> </i> View more </a> |
ID | Name | Type | Remarks |
---|---|---|---|
1 | Define Table | define_table |
*DEFINETABLE_GET_RATE_EFFECTS¶
Description: Compute rate effects based on the location of the strain
Syntax:
definetable_get_rate_effects(table,sf_type)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Table With Rates And Curves | define_table | ||
2 | Type Of Scaling Used | select | For MAX, the y-max of the curves are used to find the scale-factors. For YFirst, we can use the first y-value. This can also be edited to provide a value of x to compute the scalar factors |
ID | Name | Type | Remarks |
---|---|---|---|
1 | curves_add_strain_rate_curves | vector |