DPI Driver
2-102
named "pipe", you can call SIO_create to create pipe0, pipe1, and
pipe2. Only integer numbers can be appended to the name.
If this property is set to false, when you use SIO_create, the name of
the SIO object must exactly match the name of the DPI object. As a
result, only one open stream can use the DPI object. For example, if
the DPI object is named "pipe", an attempt to use SIO_create to
create pipe0 fails.
Tconf Name: allowVirtual
Type: Bool
Example:
myDpi.allowVirtual = false;