Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the "shutdown" and "join" commands are not issued then the "quit" command will hang, and you will have to control-C to end the program.

Arguments to get_daq() in rix:

Code Block
def get_daq():
    # Construct the args that DaqScan is looking for
    args = SimpleNamespace(
        C='drp-neh-ctl001', # DRP host for control
        v=True,             # Verbosity
        B='DAQ:NEH',        # PV Base
        detname='scan',     # Detector name
        scantype='scan',    # scan type
        g=36,               # Bit mask of readout groups
        c=10,               # Events per step
        p=2,                # Platform
        x=0,                # Master XPM
        t=1000,             # Connection timeout
        )