Kt34400SecondaryDisplay

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

Kt34400SecondaryDisplay interface.

property ac_current

Reference to the Kt34400SecondaryDisplayACCurrent interface.

Access:

Readonly

Type:

Kt34400SecondaryDisplayACCurrent

property ac_voltage

Reference to the Kt34400SecondaryDisplayACVoltage interface.

Access:

Readonly

Type:

Kt34400SecondaryDisplayACVoltage

property capacitance_function

Selects the secondary measurement function for capacitance measurements.

Access:

ReadWrite

Type:

CapacitanceSecondaryFunction

property dc_current

Reference to the Kt34400SecondaryDisplayDCCurrent interface.

Access:

Readonly

Type:

Kt34400SecondaryDisplayDCCurrent

property dc_voltage

Reference to the Kt34400SecondaryDisplayDCVoltage interface.

Access:

Readonly

Type:

Kt34400SecondaryDisplayDCVoltage

property enabled

This controls the instrument’s secondary front-panel display.

Access:

ReadWrite

Type:

bool

Remarks:
  • Primary and Secondary function can not be same, otherwise it will give an execution error.
  • property f_resistance_function

    Selects the secondary measurement function for FResistance measurements.

    Access:

    ReadWrite

    Type:

    CapacitanceSecondaryFunction

    property frequency

    Reference to the Kt34400SecondaryDisplayFrequency interface.

    Access:

    Readonly

    Type:

    Kt34400SecondaryDisplayFrequency

    property function

    This method selects the secondary measurement function.

    Access:

    ReadWrite

    Type:

    SecondaryFunction

    Remarks:
  • If you change the measurement function, all measurement attributes of the previous function (range, resolution, etc.) are remembered. If you return to the original function, all previously-defined measurement attributes will be restored.
  • Primary and Secondary function can not be same, otherwise it will give an execution error.
  • get_configuration(self: keysight_kt34400.keysight_kt34400.Kt34400SecondaryDisplay) Tuple[keysight_kt34400.keysight_kt34400.SecondaryFunction, float, float]

    This method returns the present (secondary) instrument configuration as a quoted string.

    Returns:

    A tuple containing:

    • function (SecondaryFunction) : Measurement function for the meter.

    • range (float) : Desired range.

    • resolution (float) : Measurement resolution.

    Type:

    tuple[SecondaryFunction, float, float]

    Remarks:
  • If the input signal is greater than can be measured on the selected range, the instrument returns the "9.9E+37".
  • get_configuration_ex(self: keysight_kt34400.keysight_kt34400.Kt34400SecondaryDisplay) Tuple[keysight_kt34400.keysight_kt34400.SecondaryFunction, float, keysight_kt34400.keysight_kt34400.Resolution]

    This method returns the present (secondary) instrument configuration as a quoted string.

    Returns:

    A tuple containing:

    • function (SecondaryFunction) : Measurement function for the meter.

    • range (float) : Desired range.

    • resolution (Resolution) : Measurement resolution.

    Type:

    tuple[SecondaryFunction, float, Resolution]

    Remarks:
  • If the input signal is greater than can be measured on the selected range, the instrument returns the "9.9E+37".
  • property measurement

    Reference to the Kt34400SecondaryDisplayMeasurement interface.

    Access:

    Readonly

    Type:

    Kt34400SecondaryDisplayMeasurement

    property period_function

    Selects the secondary measurement function for period measurements.

    Access:

    ReadWrite

    Type:

    PeriodSecondaryFunction

    property resistance_function

    Selects the secondary measurement function for Resistance measurements.

    Access:

    ReadWrite

    Type:

    CapacitanceSecondaryFunction

    property temperature_function

    Selects the secondary measurement function for temperature measurements.

    Access:

    ReadWrite

    Type:

    TemperatureSecondaryFunction

    Child Interfaces