|
Geant4-11
|
Go to the source code of this file.
Namespaces | |
| namespace | g4zmq |
Functions | |
| def | g4zmq.apply (command) |
| def | g4zmq.beamOn (nevent) |
| def | g4zmq.cd (dir="") |
| def | g4zmq.connect (endpoint="tcp://127.0.0.1:5555") |
| def | g4zmq.cwd () |
| def | g4zmq.debug (dflag) |
| def | g4zmq.execute (command) |
| def | g4zmq.exit () |
| def | g4zmq.getvalue (target="") |
| def | g4zmq.help (target="") |
| def | g4zmq.history () |
| def | g4zmq.lc (target="") |
| def | g4zmq.ls (target="") |
| def | g4zmq.ping () |
| def | g4zmq.pwd () |
Variables | |
| string | g4zmq.charset = 'utf-8' |
| g4zmq.context = zmq.Context(1) | |
| g4zmq.socket = context.socket(zmq.REQ) | |