Use Signature Variables in ADT
Signature variables can be used in the base table of an ADT only when the base table is built using a pre-decoded intent template.
-
Signature variables defined by table columns will be displayed in the format:
<signature_variable_name> - <column_variable_name>. - For the signature variables defined by single variables, the signature variable name will be displayed.
- According to the number of table columns or variables used in the ADT, the number of ADT rows must be adjusted dynamically, following these rules:
-
Multiple Table Columns:
When multiple table columns are involved, a table in the format of an M*N (M is number of columns, N is number of rows) will be automatically generated based on the variable values. The replicated devices and replicated intents in this case are shared (public). -
Same Table Source:
If all selected signature variables originate from the same table, ADT rows are generated based on the defined mapping relationships within that table. The M*N operation will be skipped. -
Deduplication:
After generating combinations through M*N calculations across multiple table columns, any duplicate entries must be removed. The resulting unique data is then merged with the replicated devices and intents to produce the final ADT row data.