Commit f465260
committed
Mapdl.info property (#1073)
* Defining 'Information' class
* Implementing 'Information' class
* Adding unit tests
* Improving coverage
* Fixing unit tests.
* Fixing unit tests
* fixing unit tests
* fixing unit tests
* Adding extra field getters
* Adding mapping to /status command, unit tests and documentation.
* Using a pure class instead of a dict.
* removing previous test.
* removing previous test.
* Adding title and stitles method.
Adding code review suggestions
* Adding docs and unit tests
* Adding docs and unit tests
* Fixing unit test.
* Fixing unit tests
* Removing most setters.
* Fixing unit tests1 parent 6b31458 commit f465260
File tree
5 files changed
+485
-30
lines changed- doc/source/api
- src/ansys/mapdl/core
- tests
5 files changed
+485
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
200 | 201 | | |
201 | 202 | | |
202 | 203 | | |
| 204 | + | |
| 205 | + | |
203 | 206 | | |
204 | 207 | | |
205 | 208 | | |
| |||
569 | 572 | | |
570 | 573 | | |
571 | 574 | | |
572 | | - | |
573 | | - | |
574 | | - | |
575 | | - | |
576 | | - | |
577 | | - | |
578 | | - | |
579 | | - | |
580 | | - | |
581 | | - | |
582 | | - | |
583 | | - | |
584 | | - | |
585 | | - | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
590 | | - | |
591 | | - | |
592 | | - | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
593 | 581 | | |
594 | 582 | | |
595 | 583 | | |
| |||
2419 | 2407 | | |
2420 | 2408 | | |
2421 | 2409 | | |
2422 | | - | |
2423 | | - | |
| 2410 | + | |
2424 | 2411 | | |
2425 | 2412 | | |
2426 | | - | |
| 2413 | + | |
2427 | 2414 | | |
2428 | 2415 | | |
2429 | 2416 | | |
| |||
0 commit comments