MeqReqSeq

The request sequencer is used to execute its children in a fixed order. Its result is the result of child result_index.

Initrec

Example

A typical example in a simple selfcal application:

   1 ns.Sequencer(ant1, ant2) << Meq.ReqSeq(ns.solver, ns.corrected_data(ant1, ant2), result_index=1)

In this example ns.sequencer first executes the ns.solver node, then the ns.corrected_data(ant1, ant2) node. The result of the sequencer is the result of the ns.corrected_data(ant1, ant2) node.

See also MatrixExample.py where a request sequencer is used to send different requests to various matrix manipulation nodes.

MeqReqSeq (last edited 2007-02-11 18:53:31 by TonyWillis)