pdaTransferMapItem

Define port/mode combination.
Define in and out port/modes with a transfer_function.

Structure

This element does not have elements. The attributes are shown below, in a sorted per type fashion.


<transfer  in_mode="..."  in_port="..."  out_mode="..."  out_port="..." ... > ... </transfer>

XSD

The schema file can be downloaded or viewed at xPDK_Simulation.

Details

Type pdaIdentifierExtended


Those names are mostly XML scope and thus for readability support more general naming then the pdaIdentifier.

in_mode

Type pdaIdentifier documentation:
Identifiers are used in the Python library for the getName() and setName() function and can thus be used to identify the different elements in list s.
In text the specification is a letter, followed by letters, numbers, underscore or dot. The XSD schema validation is a regular expression: [A-Za-z]([A-Za-z0-9_])*

in_port

Type pdaIdentifier documentation:
Identifiers are used in the Python library for the getName() and setName() function and can thus be used to identify the different elements in list s.
In text the specification is a letter, followed by letters, numbers, underscore or dot. The XSD schema validation is a regular expression: [A-Za-z]([A-Za-z0-9_])*

out_mode

Type pdaIdentifier documentation:
Identifiers are used in the Python library for the getName() and setName() function and can thus be used to identify the different elements in list s.
In text the specification is a letter, followed by letters, numbers, underscore or dot. The XSD schema validation is a regular expression: [A-Za-z]([A-Za-z0-9_])*

out_port

Type pdaIdentifier documentation: