mbus A717 Tx Port Config.vi
Description
A717 Tx Port Config function sets up the selected transmit port configuration. This function opens a port and provides a portHandle. This portHandle must be wired to all subsequent VIs that uses this port.
Parameters | ||
---|---|---|
error in | in | error conditions that occur before entering the function |
sessionHandle | in | reference to the current Multibus session block handle |
portNumber | in | transmit port number to configure |
bitEncoding | in | the way bits are encoded: Harvard Biphase or Bipolar RZ |
subFrameSize | in | subframe size in number of words |
sessionHandle | out | reference to the current Multibus session block handle |
portHandle | out | reference to the configured port |
error out | out | error information |
function return | out | function execution status |
Availability
Available in Multibus VI 1.2 and later.
See Also
mbus A717 Port Config.vi mbus A717 Rx Port Config.vi mbus A717 Port Close.vi