|
DETAILS
|
PythonBridgeExit
|
PythonBridgeExit
OBJECT
|
| |
| |
... |
| |
| |
+ |
address
|
CHAR
|
1024
|
''
|
LOCK
|
event address (if sent to event board) (event@sender)
|
| |
+ |
sname
|
CHAR
|
1024
|
'sender'
|
LOCK
|
name of sender
|
| |
+ |
ename
|
CHAR
|
1024
|
'event'
|
LOCK
|
name of event
|
| |
+ |
host
|
CHAR
|
1024
|
'localhost'
|
LOCK
|
host name (empty for any) [deprecated use 'url']
|
| |
+ |
port
|
INT
|
1
|
'1234'
|
LOCK
|
port number (-1 for any) [deprecated use 'url']
|
| |
+ |
size
|
INT
|
1
|
'4'
|
LOCK
|
size (in bytes) of received values
|
| |
+ |
wait
|
INT
|
1
|
'10'
|
LOCK
|
wait (in ms) to receive values
|
| |
|
PythonBridgeEntry
|
PythonBridgeEntry
CONSUMER
|
| |
| |
... |
| |
| |
+ |
address
|
CHAR
|
1024
|
''
|
LOCK
|
event address (if sent to event board) (event@sender)
|
| |
+ |
sname
|
CHAR
|
1024
|
'sender'
|
LOCK
|
name of sender
|
| |
+ |
ename
|
CHAR
|
1024
|
'event'
|
LOCK
|
name of event
|
| |
|
PythonBridge
|
PythonBridge
OBJECT
|
| |
| |
... |
| |
| |
+ |
address
|
CHAR
|
1024
|
''
|
LOCK
|
event address (if sent to event board) (event@sender)
|
| |
+ |
sname
|
CHAR
|
1024
|
'sender'
|
LOCK
|
name of sender
|
| |
+ |
ename
|
CHAR
|
1024
|
'event'
|
LOCK
|
name of event
|
| |
+ |
host
|
CHAR
|
1024
|
'localhost'
|
LOCK
|
host name (empty for any) [deprecated use 'url']
|
| |
+ |
port
|
INT
|
1
|
'1234'
|
LOCK
|
port number (-1 for any) [deprecated use 'url']
|
| |
|
ExitStream
|
ExitStream
SENSOR
|
| |
| |
Listens to the set events and continuously outputs the last value until a new event arrives. |
| |
| |
+ |
sr
|
DOUBLE
|
1
|
'1.00000'
|
LOCK
|
sampling rate of the output signal (Hz)
|
| |
+ |
eventValue
|
CHAR
|
1024
|
''
|
LOCK
|
...
|
| |
| |
Available channels: |
| |
| |
+ |
event output
|
continuously outputs the last value until a new event arrives.
|
| |
|