Kt34400SecondaryDisplayACCurrent

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

Kt34400SecondaryDisplayACCurrent interface.

property auto_range_enabled

Enables or disables auto ranging for Secondary AC current measurements.

Access:

ReadWrite

Type:

bool

configure(*args, **kwargs)

Overloaded function.

  1. configure(self: keysight_kt34400.keysight_kt34400.Kt34400SecondaryDisplayACCurrent) -> None

    Resets all (Secondary) measurement parameters and then configures the DMM for current measurements. This method does not initiate a scan. Range is AUTO.

    Parameters:

    Returns:

    None

  2. configure(self: keysight_kt34400.keysight_kt34400.Kt34400SecondaryDisplayACCurrent, range: float, resolution: keysight_kt34400.keysight_kt34400.Resolution) -> None

    Resets all (Secondary) measurement parameters and then configures the DMM for current measurements. This method does not initiate a scan.

    Parameters:
    • range (float) - The expected signal value. Positive values only.

    • resolution (Resolution) - Measurement resolution. Select from Least (4.5 digits), Default (5.5 digits) and Best (5.5 digits). Higher resolutions (5.5 digits) result in slower measurement speeds.

    Returns:

    None

    remarks:
  3. Desired range is 10 mA(MIN), 100 mA, 1 A, 10 A(MAX).
  4. Instrument can automatically select the measurement range using Kt34400.range.
  5. If input value is greater than that can be measured on the selected range, "9.9E+37" is returned.
property function

Selects the secondary measurement function for AC current measurements.

Access:

ReadWrite

Type:

ACCurrentSecondaryFunction

measure(*args, **kwargs)

Overloaded function.

  1. measure(self: keysight_kt34400.keysight_kt34400.Kt34400SecondaryDisplayACCurrent) -> float

    This resets all (Secondary) AC current measurement parameters and trigger parameters to their default values. Then, it configures the meter for AC current measurements and immediately triggers a measurement. Range is AUTO.

    Parameters:

    Returns:

    The measured value in amps.

    Return type:

    float

    remarks:
  2. Timeout may need to be adjusted using Kt34400.io_timeout for executing this method.
  3. measure(self: keysight_kt34400.keysight_kt34400.Kt34400SecondaryDisplayACCurrent, range: float, resolution: keysight_kt34400.keysight_kt34400.Resolution) -> float

    This resets all (Secondary) AC current measurement parameters and trigger parameters to their default values. Then, it configures the meter for AC current measurements and immediately triggers a measurement.

    Parameters:
    • range (float) - Desired range in amps. Valid values are 100 uA to 10A. Positive values only.

    • resolution (Resolution) - Measurement resolution. Select from Least (4.5 digits), Default (5.5 digits) and Best (5.5 digits). Higher resolutions (5.5 digits) result in slower measurement speeds.

    Returns:

    The measured value in amps.

    Return type:

    float

    remarks:
  4. Desired range is 10 mA(MIN), 100 mA, 1 A, 10 A(MAX).
  5. Instrument can automatically select the measurement range using Kt34400.range.
  6. If input value is greater than that can be measured on the selected range , "+9.9E+37" is returned.
  7. Timeout may need to be adjusted using Kt34400.io_timeout for executing this method.
property range

Gets or sets the measurement range for Secondary AC current measurements

Access:

ReadWrite

Type:

float

Remarks:
  • Desired range is 10 mA, 100 mA, 1 A or 10 A.
  • Selecting this property sets the Kt34400.auto_range_enabled to false.
  • property resolution

    Sets or gets the measurement resolution for Secondary AC current measurements.

    Access:

    ReadWrite

    Type:

    Resolution