*TEXT_GET_KEYWORD_PARAMETER¶
Description: Get keyword parameter value
Syntax:
text_get_keyword_parameter(text,keywordname,cardid,cardnumber,parameterwidth,parameternumber)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Text | textarea | ||
2 | Keyword Name | scalar | ||
3 | Card Id | scalar | ||
4 | Card Number | scalar | ||
5 | Parameter Width | scalar | ||
6 | Parameter Number | scalar |
ID | Name | Type | Remarks |
---|---|---|---|
1 | text_get_keyword_parameter_output_1 | text |
*TEXT_PARAMETERIZE_BY_DATASET¶
Description: Parameterize input by dataset
Syntax:
text_parameterize_by_dataset(text,dataset)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Text | textarea | ||
2 | Dataset | scalar |
ID | Name | Type | Remarks |
---|---|---|---|
1 | text_parameterize_by_dataset_output_1 | text |
*TEXT_TOKENIZE¶
Description: Tokenize text
Syntax:
text_tokenize(texttobeparsed,tokentype,index)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Text To Be Parsed | textarea | Text to be parsed | |
2 | Tokentype | select | ||
3 | Index | string |
ID | Name | Type | Remarks |
---|---|---|---|
1 | text_tokenize_output_1 | text |
*TEXT_PARAMETERIZE¶
Description: Parameterize input
Syntax:
text_parameterize(text,parameter_name,parameter_type,parameter_value,parameter_width,keywordname,cardnumber,parameternumber,keyword_i_d,expression_type)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Text | textarea | LS-Dyna keyword file | |
2 | Parameter Name | scalar | Parameter name | |
3 | Parameter Type | scalar | Float or integer | |
4 | Parameter Value | scalar | Value for the parameter | |
5 | Parameter Width | scalar | Parameter width in LS-Dyna keyword file | |
6 | Keyword Name | scalar | LS-Dyna keyword name | |
7 | Card Number | scalar | ||
8 | Parameter Number | scalar | Parameter number on the card | |
9 | Keyword ID | scalar | ID for the card | |
10 | Use Parameter Expression | select |
ID | Name | Type | Remarks |
---|---|---|---|
1 | text_parameterize_output_1 | text |
*TEXT_SAVE_TO_BLOB¶
Description: Save text a blob in Database
Syntax:
text_save_to_blob(blob_name,texttobewritten)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Blob Name | scalar | ||
2 | Text to be written | textarea | Text content to be saved to database |
ID | Name | Type | Remarks |
---|---|---|---|
1 | text_save_to_blob_output_1 | scalar |
*TEXT_GET_FROM_BLOB¶
Description: Get text from blob in Database
Syntax:
text_get_from_blob(blob_id)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Blob Id | select | Text: tex content to be written and saved |
ID | Name | Type | Remarks |
---|---|---|---|
1 | text_get_from_blob_output_1 | scalar |
*TEXT_TRANSFORM¶
Description: Transform Text using Existing responses
Syntax:
text_transform(texttobeparsed,curvesforthistransformation,scalarsforthistransformation)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Text To Be Parsed | textarea | Text to be parsed | |
2 | Curves For This Transformation | vector | Curves for this transformation <a class=’btn btn-xs btn-default’ target=’_blank’ href=’https://www.d3view.com/docs/master/workflows/Glossary.html#curveinput’> <i class=’fa fa-external-link’> </i> View more </a> | |
3 | Scalars For This Transformation | scalar | Scalars for this transformation |
ID | Name | Type | Remarks |
---|---|---|---|
1 | text_transform_output_1 | text |
*TEXT_WRITE_TO_FILE¶
Description: Write text contents to a file
Syntax:
text_write_to_file(filename,texttobewritten)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | File name | scalar | File name: text will be written and saved in this file | |
2 | Text to be written | textarea | Text: tex content to be written and saved |
ID | Name | Type | Remarks |
---|---|---|---|
1 | text_write_to_file_output_1 | text |
*TEXT_MERGE_WITH_NEWLINES¶
Description: Merge two or more texts and add new lines at the end
Syntax:
text_merge_with_newlines(base_text,merge_text)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Base Text | textarea | Base text | |
2 | Merge Text | textarea | Text to be mergred on a new line |
ID | Name | Type | Remarks |
---|---|---|---|
1 | text_merge_with_newlines_output_1 | text |
*TEXT_TEMPLATE¶
Description: Template Based
Syntax:
text_template(template)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Template | textarea |
ID | Name | Type | Remarks |
---|---|---|---|
1 | text_template_output_1 | text |
*TEXT_MERGE¶
Description: Merge two or more texts
Syntax:
text_merge(base_text,merge_text)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Base Text | textarea | Base text | |
2 | Merge Text | textarea | Text to be merged on the same line |
ID | Name | Type | Remarks |
---|---|---|---|
1 | text_merge_output_1 | text |
*TEXT_SIMILARITY¶
Description: Text similarity
Syntax:
text_similarity(base_text,compare_text)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Base Text | textarea | Base text | |
2 | Compare Text | textarea | Text to be compared with on the same line |
ID | Name | Type | Remarks |
---|---|---|---|
1 | text_similarity_output_1 | text |
*TEXT_CAST¶
Description: Cast a number
Syntax:
text_cast(texttocast,casttype)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Text To Cast | scalar | ||
2 | Cast Type | select |
ID | Name | Type | Remarks |
---|---|---|---|
1 | text_cast_output_1 | scalar |
*TEXT_DIFF¶
Description: Compute the difference between two tests
Syntax:
text_diff(text1,text2)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Text 1 | textarea | Text 1 to be compared | |
2 | Text 2 | textarea | Text 2 to be compared |
ID | Name | Type | Remarks |
---|---|---|---|
1 | text_diff_output_1 | text |
*TEXT_SEARCH¶
Description: Searches text and returns value
Syntax:
text_search(texttobeparsed,begin_offset,ending_offset,search_type,needle_string,case_sensitivity,split_needle_token,match_all,true_text,false_text)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Text To Be Parsed | textarea | Text to be parsed | |
2 | Begin Offset | scalar | ||
3 | Ending Offset | scalar | ||
4 | Search Type | select | ||
5 | Needle String | string | ||
6 | Case Sensitivity | select | ||
7 | Split Needle Token | string | ||
8 | Match All | select | ||
9 | True Text | string | ||
10 | False Text | string |
ID | Name | Type | Remarks |
---|---|---|---|
1 | text_search_output_1 | text |
*TEXT_REPLACE¶
Description: Replace patterns of text
Syntax:
text_replace(text,search,replace)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Source Text | textarea | Text to be parsed | |
2 | Pattern | string | Pattern in regular expression | |
3 | Replace | string |
ID | Name | Type | Remarks |
---|---|---|---|
1 | text_replace_output_1 | text |
*TEXT_POINTS¶
Description: Create failure
Syntax:
text_points(point)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Point | scalar |
ID | Name | Type | Remarks |
---|---|---|---|
1 | text_points_output_1 | text |
*TEXT_PARSER¶
Description: Use regular expression to extract the data from a text
Syntax:
text_parser(texttobeparsed,parsertype,expression)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Text To Be Parsed | textarea | Text to be parsed | |
2 | Parsertype | select | Type of variables to be parsed into and saved as | |
3 | Expression | string | Pattern in regular expression |
ID | Name | Type | Remarks |
---|---|---|---|
1 | text_parser_output_1 | text |