Kt34400Continuity

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

Kt34400Continuity interface.

configure(self: keysight_kt34400.keysight_kt34400.Kt34400Continuity) None

Configures the meter for continuity measurements.

Returns:

None

Remarks:
  • This method resets all continuity measurement parameters and trigger parameters to their default values. Then, it configures the meter for continuity measurements but does not initiate a measurement.
  • This method presets the meter to a fixed range and resolution, and then configures for continuity tests. However, it does not initiate the test.
  • The range is fixed at 1 kΩ (a 2-wire resistance measurement) the resolution is fixed at 4½ digits.
  • Measurements of 1.2 kΩ are returned.
  • If input value is greater than the threshold (>1.2 kΩ), "+9.9E+37" is returned.
  • measure(self: keysight_kt34400.keysight_kt34400.Kt34400Continuity) float

    Performs a single continuity measurement.

    Returns:

    The measured value in ohms.

    Return type:

    float

    Remarks:
  • This method returns measured resistance, regardless of its value
  • This method resets all continuity measurement parameters and trigger parameters to their default values. Then it configures the meter for continuity tests, and immediately triggers the test. Continuity is a special type of fixed-range 2-wire resistance measurement. The results are sent directly to the instrument output buffer.
  • The range is fixed at 1 kΩ (a 2-wire resistance measurement) the resolution is fixed at 4½ digits.
  • Measurements of 1.2 kΩ are returned.
  • If input value is greater than the threshold (>1.2 kΩ), "+9.9E+37" is returned.
  • Timeout may need to be adjusted using Kt34400.io_timeout for executing this method.