enum

MinknowApi::AnalysisConfiguration::WriterConfiguration::ReadPod5Configuration::BatchInfoCase

Inherits Enum < Comparable < Value < Object

Constants

NONE = 0
BATCH_COUNT = 3
BASES_PER_BATCH = 7
NO_OUTPUT_BASED_BATCHING = 9

Instance methods

bases_per_batch?

Returns true if this enum value equals BASES_PER_BATCH

Source
batch_count?

Returns true if this enum value equals BATCH_COUNT

Source
no_output_based_batching?

Returns true if this enum value equals NO_OUTPUT_BASED_BATCHING

Source
none?

Returns true if this enum value equals NONE

Source