Mercury API
MultiReadPlan Class
NamespacesThingMagicMultiReadPlan
ReadPlan containing a list of read plans to be executed sequentially with time divided according to relative weights.
Declaration Syntax
C#Visual BasicVisual C++
public class MultiReadPlan : ReadPlan
Public Class MultiReadPlan _
	Inherits ReadPlan
public ref class MultiReadPlan : public ReadPlan
Members
All MembersConstructorsMethodsFields



IconMemberDescription
MultiReadPlan(ICollection<(Of <(ReadPlan>)>))
Create MultiReadPlan

MultiReadPlan(ICollection<(Of <(ReadPlan>)>), Int32)
Create MultiReadPlan

enableAutonomousRead
enabling autonomous read
(Inherited from ReadPlan.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Plans
List of read plans

ToString()()()
Returns a String that represents the current Object.
(Overrides Object.ToString()()().)
TotalWeight
Sum of contained ReadPlan weights

Weight
Relative weight for time allocation against other read plans
(Inherited from ReadPlan.)
Inheritance Hierarchy
Object
ReadPlan
 MultiReadPlan

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