|
Cat
|
Functions | |
| def | opts () |
| def | obj () |
| def | get (path) |
| def | cd (path='') |
| def | load (filename) |
| def | reload () |
| def | ls (path='') |
| def | ll (path='') |
| def | pwd () |
| def | tree (path='') |
| def | view (path='', indent=' ') |
| def | create (object, type) |
| def | process (object) |
| def | data (object, stream=None) |
| def | app () |
| def | clear (path='') |
| def | delete (path='') |
| def | outputLevel (level='INFO') |
| def | init () |
| def | network () |
| def | reset (path='') |
| def | prompt () |
| def | loadDll (name) |
| def | run (processus, element, nevt) |
| def | shell (app, args) |
Variables | |
| args = arguments() | |
| shellMode | |
| def shell.app | ( | ) |
| def shell.clear | ( | path = '' | ) |
Definition at line 172 of file shell.py.
Referenced by delete(), AppFrame.AppFrame.onDelete(), and reload().
| def shell.create | ( | object, | |
| type | |||
| ) |
| def shell.data | ( | object, | |
stream = None |
|||
| ) |
Definition at line 150 of file shell.py.
Referenced by A3PE.clockDivision(), Server_NI6008.cmd(), SpecsMezzanine.cmdline(), Data.Data(), A3PE.enableStorage(), A3PE.fifoDepth(), A3PE.fifoLatency(), Register.getBit(), FePGA.i2cRead(), SeqPGA.i2cRead(), FePGA.i2cWrite(), SeqPGA.i2cWrite(), A3PE.latencyAX(), A3PE.lengthAX(), A3PE.loadFromAX(), A3PE.loadPattern(), A3PE.loadStorage(), A3PE.loadToAX(), A3PE.loadTrigger(), A3PE.nTrigger(), RAM.raz(), UsbFTMLInterface.read(), UsbFTInterface.read(), Register.setBit(), A3PE.setClockDivision(), LSDelayChipV1.setConfigReg(), Data.setData(), IOdata.setDataU16(), IOdata.setDataU32(), IOdata.setDataU8(), SeqPGA.setExtTrig(), A3PE.setFifoDepth(), A3PE.setFifoLatency(), FePGA.setI2cGBTSCA(), SeqPGA.setI2cGBTSCA(), SeqPGA.setLedEnable(), A3PE.setNTrigger(), A3PE.setPipeline(), SeqPGA.setSpiEnable(), SeqPGA.setSpiGBTSCA(), FePGA.setSpiGBTSCA(), A3PE.setTriggerDelay(), A3PE.setTriggerRate(), A3PE.triggerDelay(), A3PE.triggerRate(), UsbFTInterface.usbRead(), UsbFTMLInterface.usbRead(), UsbFTInterface.usbWrite(), UsbFTMLInterface.usbWrite(), UsbFTMLInterface.write(), SpecsInterface.write(), and UsbFTInterface.write().
| def shell.get | ( | path | ) |
| def shell.init | ( | ) |
| def shell.load | ( | filename | ) |
| def shell.network | ( | ) |
| def shell.obj | ( | ) |
Definition at line 26 of file shell.py.
Referenced by Application.create().
| def shell.outputLevel | ( | level = 'INFO' | ) |
| def shell.process | ( | object | ) |
| def shell.prompt | ( | ) |
| def shell.reload | ( | ) |
Definition at line 50 of file shell.py.
References clear(), and load().
Referenced by AppFrame.AppFrame.onReLoad().
| def shell.reset | ( | path = '' | ) |
Definition at line 212 of file shell.py.
Referenced by BOOST_PYTHON_MODULE(), MSOxxxx.init(), ICECALv3.init(), LSDelayChipV1.init(), and ProtoFEB_v1.ProtoFEB_v1.onGlobalReset().
| def shell.run | ( | processus, | |
| element, | |||
| nevt | |||
| ) |
Definition at line 237 of file shell.py.
Referenced by Run.Run(), MSOxxxx.setDebugMode(), and Run.setNumber().
| def shell.shell | ( | app, | |
| args | |||
| ) |
Definition at line 328 of file shell.py.
References outputLevel(), and prompt().
1.8.13