VectorExpression class is used to specify vector plots.
The class can be called from Study or AnalysisGroup class.
.
More...
Public Member Functions | |
| void | ClearParameter () |
| Clears the calculation range of the vector expression. | |
| String | GetCaseRangeType () |
| Returns whether to perform calculations for each case of the vector equation. More... | |
| int | GetDataSetIndex () |
| Returns the target data of vector expression. More... | |
| String | GetEnd () |
| Returns the end point when the same calculation range is specified in all cases. More... | |
| String | GetExpression () |
| Returns the expression of vector expression. More... | |
| String | GetInterval () |
| Returns the section from the last step when the calculation target is from the last step to the specified section in all cases. More... | |
| Variant | GetLine () |
| Returns the target line of vector expression. More... | |
| String | GetName () |
| Returns the title for a vector expression. More... | |
| String | GetPerCaseEnd (int index) |
| Returns the end point when the same calculation range is specified in all cases. More... | |
| String | GetPerCaseStart (int index) |
| Returns the start point when the same calculation range is specified in all cases. More... | |
| String | GetReferenceData () |
| Returns the referrer data title of vector expression. More... | |
| String | GetStart () |
| Returns the start point when the same calculation range is specified in all cases. More... | |
| String | GetType () |
| Returns the type of vector expression. More... | |
| String | GetUnit () |
| Returns the units of the vector expression. More... | |
| String | GetVariable () |
| Returns the variable of vector expression. More... | |
| bool | IsValid () |
| Returns True if an object is valid. More... | |
| void | SetCaseRangeType (String &type) |
| Specifies whether to perform calculation for each case of the vector expression. More... | |
| void | SetDataSetIndex (int index) |
| Specifies the target data for vector expression. More... | |
| void | SetExpression (String &expression) |
| Specifies the expression of the vector expression. More... | |
| void | SetInterval (String &interval) |
| Specifies the section from the last step when the calculation target is from the last step to the specified section in all cases. More... | |
| void | SetLine (Variant &line) |
| Specifies the target line for vector expression. More... | |
| void | SetName (String &title) |
| Specifies the title for a vector expression. More... | |
| void | SetPerCaseRange (int index, String &start, String &end) |
| Specifies the start point and end point for each case when specifying the calculation range for each case. More... | |
| void | SetRange (String &start, String &end) |
| Specifies the start point and end point when the same calculation range is specified in all cases. More... | |
| void | SetReferenceDataFromCalculation (String &refData) |
| Creates a vector expression by specifying the calculation name. More... | |
| void | SetReferenceDataFromProbe (String &refData) |
| Creates a vector expression by specifying the probe name. More... | |
| void | SetReferenceDataFromSection (String &refData) |
| Creates a vector expression by specifying the section graph name. More... | |
| void | SetReferenceDataFromTable (String &refData) |
| Creates a vector expression by specifying the table name. More... | |
| void | SetType (String &type) |
| Specifies the type of vector expression. More... | |
| void | SetUnit (String &unit) |
| Specifies the expression of the vector expression. More... | |
| void | SetVariable (String &variable) |
| Specifies the variable name of the vector expression. More... | |
VectorExpression class is used to specify vector plots.
The class can be called from Study or AnalysisGroup class.
.
Example of calling the class object:
| String VectorExpression::GetCaseRangeType | ( | ) |
Returns whether to perform calculations for each case of the vector equation.
| int VectorExpression::GetDataSetIndex | ( | ) |
Returns the target data of vector expression.
| String VectorExpression::GetEnd | ( | ) |
Returns the end point when the same calculation range is specified in all cases.
| String VectorExpression::GetExpression | ( | ) |
Returns the expression of vector expression.
| String VectorExpression::GetInterval | ( | ) |
Returns the section from the last step when the calculation target is from the last step to the specified section in all cases.
| Variant VectorExpression::GetLine | ( | ) |
Returns the target line of vector expression.
| String VectorExpression::GetName | ( | ) |
Returns the title for a vector expression.
| String VectorExpression::GetPerCaseEnd | ( | int | index | ) |
Returns the end point when the same calculation range is specified in all cases.
| index | Case index |
| String VectorExpression::GetPerCaseStart | ( | int | index | ) |
Returns the start point when the same calculation range is specified in all cases.
| index | Case index |
| String VectorExpression::GetReferenceData | ( | ) |
Returns the referrer data title of vector expression.
| String VectorExpression::GetStart | ( | ) |
Returns the start point when the same calculation range is specified in all cases.
| String VectorExpression::GetType | ( | ) |
Returns the type of vector expression.
| String VectorExpression::GetUnit | ( | ) |
Returns the units of the vector expression.
| String VectorExpression::GetVariable | ( | ) |
Returns the variable of vector expression.
| bool VectorExpression::IsValid | ( | ) |
Returns True if an object is valid.
| void VectorExpression::SetCaseRangeType | ( | String & | type | ) |
Specifies whether to perform calculation for each case of the vector expression.
| type | allsteps : Use all steps in all cases
samevalue : Use same value for all cases
interval : Specify the section from the last step
percase : Specify values for each case
|
| void VectorExpression::SetDataSetIndex | ( | int | index | ) |
Specifies the target data for vector expression.
| value | Index of the data |
| void VectorExpression::SetExpression | ( | String & | expression | ) |
Specifies the expression of the vector expression.
| expression | Expression of the vector expression |
Set for expression type vector expression.
| void VectorExpression::SetInterval | ( | String & | interval | ) |
Specifies the section from the last step when the calculation target is from the last step to the specified section in all cases.
| interval | Section from the last step |
| void VectorExpression::SetLine | ( | Variant & | line | ) |
Specifies the target line for vector expression.
| value | Name or index of the line |
| void VectorExpression::SetName | ( | String & | title | ) |
Specifies the title for a vector expression.
| name | Name of the vector expression |
| void VectorExpression::SetPerCaseRange | ( | int | index, |
| String & | start, | ||
| String & | end | ||
| ) |
Specifies the start point and end point for each case when specifying the calculation range for each case.
| index | Case index |
| start | Start point |
| end | End point |
| void VectorExpression::SetRange | ( | String & | start, |
| String & | end | ||
| ) |
Specifies the start point and end point when the same calculation range is specified in all cases.
| start | Start point |
| end | End point |
| void VectorExpression::SetReferenceDataFromCalculation | ( | String & | refData | ) |
Creates a vector expression by specifying the calculation name.
| refData | Calculation name |
| void VectorExpression::SetReferenceDataFromProbe | ( | String & | refData | ) |
Creates a vector expression by specifying the probe name.
| refData | Probe name |
| void VectorExpression::SetReferenceDataFromSection | ( | String & | refData | ) |
Creates a vector expression by specifying the section graph name.
| refData | Section graph name |
| void VectorExpression::SetReferenceDataFromTable | ( | String & | refData | ) |
Creates a vector expression by specifying the table name.
| refData | Table name |
| void VectorExpression::SetType | ( | String & | type | ) |
Specifies the type of vector expression.
| type | Type of vector expression |
Enter "DataVariable" to create from a dataset or "Expression" to create an expression.
| void VectorExpression::SetUnit | ( | String & | unit | ) |
Specifies the expression of the vector expression.
| unit | Unit of vector expression |
| void VectorExpression::SetVariable | ( | String & | variable | ) |
Specifies the variable name of the vector expression.
| variable | Variable name |