Package com.zebra.rfid.api3
Class Antennas.SingulationControl
java.lang.Object
com.zebra.rfid.api3.Antennas.SingulationControl
- Enclosing class:
Antennas
This class represents the antenna configuration related to singulation control
parameters session, Tag Population and the tag transit time
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
This class contains configuration parameter related to state aware singulation action -
Field Summary
FieldsModifier and TypeFieldDescriptionSingulation Action -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the session.short
Gets Tag population.short
Gets the Tag Transit time.void
setSession
(SESSION session) Sets the session.void
setTagPopulation
(short tagPopulation) Sets Tag population.void
setTagTransitTime
(short tagTransitTime) Sets the Tag Transit time.
-
Field Details
-
Action
Singulation Action
-
-
Constructor Details
-
SingulationControl
public SingulationControl()Constructor
-
-
Method Details
-
getSession
Gets the session. This is the session number that the tags use to update the inventory state upon successful singulation -
setSession
Sets the session. This is the session number that the tags use to update the inventory state upon successful singulation -
getTagPopulation
public short getTagPopulation()Gets Tag population. This is the expected tag population in the field of view of the antenna -
setTagPopulation
public void setTagPopulation(short tagPopulation) Sets Tag population. This is the expected tag population in the field of view of the antenna -
getTagTransitTime
public short getTagTransitTime()Gets the Tag Transit time. This is the measure of expected tag mobility in the field of view of the antenna where this inventory operation is getting executed.- Returns:
-
setTagTransitTime
public void setTagTransitTime(short tagTransitTime) Sets the Tag Transit time. This is the measure of expected tag mobility in the field of view of the antenna where this inventory operation is getting executed.
-