Versions Compared

Key

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

...

Arguments to get_daq() in rix (these are set by modifying daq.args.<attribute>, e.g. daq.args.c):

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
        )