iNTERFACEWARE Products Manual > Installing and Using Chameleon > Using Python Scripting > Chameleon Python API > Iguana Channel Functions |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
If you are creating a VMD file that is to be used within an Iguana channel, you can use functions provided with the Python scripting library to retrieve information from the channel or send a message to the channel.
The following functions are defined:
The following Table Inbound Script sets the value of a table field to be the name of the Iguana channel:
This allows your database to keep track of the channels from which it is receiving information. This is useful for patient care facilities that receive data from more than one message stream. For information on how you can use enqueue_message() to send an ACK message or a copy of the original message to the message queue for another channel, see the sections listed below: |