DHL Driver
Application Program Interface
2-91
❏
Underlying HST Channel
. Select the underlying HST channel from
the drop-down list. The "Make this channel available for a new DHL
device" property in the HST Object Properties must be set to true for
that HST object to be known here.
Tconf Name: hstChannel
Type: Reference
Example:
myDhl.hstChannel = prog.get("myHST");
❏
Mode.
This informational property shows the mode (input or output)
of the underlying HST channel. This becomes the mode of the DHL
device.
Tconf Name: mode
Type: EnumString
Options:
"input", "output"
Example:
myDhl.mode = "output";