Class Antennas.SingulationControl

java.lang.Object
com.zebra.rfid.api3.Antennas.SingulationControl
Enclosing class:
Antennas

public static class Antennas.SingulationControl extends Object
This class represents the antenna configuration related to singulation control parameters session, Tag Population and the tag transit time
  • Field Details

  • Constructor Details

    • SingulationControl

      public SingulationControl()
      Constructor
  • Method Details

    • getSession

      public SESSION getSession()
      Gets the session. This is the session number that the tags use to update the inventory state upon successful singulation
    • setSession

      public void setSession(SESSION session)
      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.