Files
ISTTOK/epics/css/sys-mng-opi/CSS/MARTe/cfgs/Control/last.control
2019-10-21 16:02:55 +01:00

18 lines
177 B
Plaintext

A_matrix = {
0 = {1 2 3 4}
1 = {5 6 7 8}
2 = {9 10 11 12}
}
B_matrix = {
0 = {1 2 3 }
1 = {4 5 6}
}
C_matrix = {
0 = {1}
1 = {2}
2 = {3}
}
D_matrix = {
0 = {1 2 3 4}
}