Hello,
In the context of /physicalModel/multiport definition, it happens multiport impedances depend on frequency.
I would like to constraint the definition of arraySet representing impedance :
- the first and second dim* would be "port" dimensions
- the third dim would be the frequency dimension.
In addition, I would like to insert the "port" physicalNature to make things really clear :
Here is an example :
/physicalModel/multiport/
|-- $imp[@type=impedance
| @floatingType=arraySet]
`-- ds
|-- dim1[@physicalNature=port]
|-- dim2[@physicalNature=port]
`-- dim3[@physicalNature=frequency]
What do you of this ?
Best regards,
Cyril.