Class StatorCurrentLimitConfiguration

java.lang.Object
com.ctre.phoenix.motorcontrol.StatorCurrentLimitConfiguration

Stator-side current limiting. This is typically used to limit acceleration/torque and heat generation.
  • Field Details

    • enable

      public boolean enable
      True/False to enable/disable limit feature.
    • currentLimit

      public double currentLimit
      The "holding" current (amperes) to limit to when feature is activated.
    • triggerThresholdCurrent

      public double triggerThresholdCurrent
      Current must exceed this threshold (amperes) before limiting occurs. If this value is less than currentLimit, then currentLimit is used as the threshold.
    • triggerThresholdTime

      public double triggerThresholdTime
      How long current must exceed threshold (seconds) before limiting occurs.
  • Constructor Details

  • Method Details