Mercury API
SimpleReadPlan Constructor (antennaList, protocol, filter, op, weight)
NamespacesThingMagicSimpleReadPlanSimpleReadPlan(ICollection<(Of <(Int32>)>), TagProtocol, TagFilter, TagOp, Int32)
Create a SimpleReadPlan
Declaration Syntax
C#Visual BasicVisual C++
public SimpleReadPlan(
	ICollection<int> antennaList,
	TagProtocol protocol,
	TagFilter filter,
	TagOp op,
	int weight
)
Public Sub New ( _
	antennaList As ICollection(Of Integer), _
	protocol As TagProtocol, _
	filter As TagFilter, _
	op As TagOp, _
	weight As Integer _
)
public:
SimpleReadPlan(
	ICollection<int>^ antennaList, 
	TagProtocol protocol, 
	TagFilter^ filter, 
	TagOp^ op, 
	int weight
)
Parameters
antennaList (ICollection<(Of <(Int32>)>))
List of antenna numbers. May be null.
protocol (TagProtocol)
Protocol identifier
filter (TagFilter)
Tag filter. May be null.
op (TagOp)
Operation mode
weight (Int32)
Relative scheduling weight

Assembly: MercuryAPI (Module: MercuryAPI) Version: 1.29.4.34 (1.29.4.34)