Kt34400MathLimit

Access interface members using: driver.math.limit
Where driver is a reference to the driver’s root interface returned by the constructor.
class Kt34400MathLimit

Kt34400MathLimit interface.

clear(self: keysight_kt34400.keysight_kt34400.Kt34400MathLimit) None

Clears bit 11 (“Lower Limit Failed”) and bit 12 (“Upper Limit Failed”) in the condition register of the Questionable Data Register event register group. The corresponding bits in the event register are unaffected.

Returns:

None

Remarks:
  • This property does not clear measurements in the reading memory.
  • property enabled

    Enables or disables limit testing.

    Access:

    ReadWrite

    Type:

    bool

    Remarks:
  • Preset value is false.
  • property lower_limit

    Sets or gets the lower limit for the present measurement function (used in limit testing).

    Access:

    ReadWrite

    Type:

    float

    Remarks:
  • This property can take any value between -120% and +120% of the highest range for the present function (in the fundamental units for the function).
  • The value of Kt34400.upper_limit.
  • property lower_limit_max

    Gets the maximum lower limit for the present measurement function (used in limit testing).

    Access:

    ReadOnly

    Type:

    float

    property lower_limit_min

    Gets the minimum lower limit for the present measurement function (used in limit testing).

    Access:

    ReadOnly

    Type:

    float

    property status

    This property returns the status of the Limit test.

    Access:

    ReadOnly

    Type:

    LimitStatus

    property upper_limit

    Sets or gets the upper limit for the present measurement function (used in limit testing).

    Access:

    ReadWrite

    Type:

    float

    Remarks:
  • This property can take any value between -120% and +120% of the highest range for the present function (in the fundamental units for the function).
  • The value of Kt34400.lower_limit.
  • property upper_limit_max

    Gets the maximum upper limit for the present measurement function (used in limit testing).

    Access:

    ReadOnly

    Type:

    float

    property upper_limit_min

    Gets the minimum upper limit for the present measurement function (used in limit testing).

    Access:

    ReadOnly

    Type:

    float