1. Commands for creating a model |
1. Expected output | GENESIS 3 shell |
1. Executed command | create cell /c |
2. Expected output |
1. Executed command | create segment /c/s |
2. Expected output |
1. Executed command | create channel /c/s/na |
2. Expected output |
1. Executed command | querymachine expand /** |
2. Expected output | - /c - /c/s - /c/s/na |
1. Executed command | create channel /c/s/k |
2. Expected output |
1. Executed command | delete /c/s/na |
2. Expected output | |
3. This test is currently not executed | (disabled is 'the model-container was not configured to include the delete operation') |
1. Executed command | querymachine expand /** |
2. Expected output | - /c - /c/s - /c/s/k |
3. This test is currently not executed | (disabled is 'the model-container was not configured to include the delete operation') |
1. Executed command | querymachine expand /** |
2. Expected output | - /c - /c/s - /c/s/k |
3. This test is currently not executed | (disabled is 'the model-container was not configured to include the delete operation') |
1. Executed command | delete /c/s |
2. Expected output | |
3. This test is currently not executed | (disabled is 'the model-container was not configured to include the delete operation') |
1. Executed command | querymachine expand /** |
2. Expected output | /c (?!/c/s). |
3. Comment | Note that for some reason this test always succeeds, likely a problem with the regular expression of the test. |
4. This test is currently not executed | (disabled is 'the model-container was not configured to include the delete operation') |
1. Executed command | create segment /c/s |
2. Expected output |
1. Executed command | querymachine expand /** |
2. Expected output | - /c - /c/s |
1. Executed command | model_parameter_add /c/s CM 0.0164 |
2. Expected output |
1. Executed command | querymachine printinfo /c/s |
2. Expected output | Name, index (s,-1) Type (T_sym_segment) segmenName, index (s,-1) PARA Name (CM) PARA Type (TYPE_PARA_NUMBER), Value(1.640000e-02) |
1. Executed command | parameter_show /c/s CM |
2. Expected output | value = 0.0164 |
1. Executed command | model_parameter_add /c/s SURFACE 2 |
2. Expected output |
1. Executed command | parameter_scaled_show /c/s CM |
2. Expected output | scaled value = 0.0328 |
1. Executed command | model_parameter_add /c/s RM 1.0 |
2. Expected output |
1. Executed command | model_parameter_add /c/s RA 2.5 |
2. Expected output |
1. Executed command | model_parameter_show /c/s |
2. Expected output | - 'parameter name': RA type: number value: 2.5 - 'parameter name': RM type: number value: 1 - 'parameter name': SURFACE type: number value: 2 - 'parameter name': CM type: number value: 0.0164 |