Kt34400TemperatureThermocouple

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

Kt34400TemperatureThermocouple interface.

property check_enabled

Disables or enables the thermocouple check feature to verify that your thermocouples are properly connected for measurements.

Access:

ReadWrite

Type:

bool

configure(self: keysight_kt34400.keysight_kt34400.Kt34400TemperatureThermocouple, resolution: float, type: keysight_kt34400.keysight_kt34400.ThermocoupleType) None

Configures the meter for Thermocouple temperature measurements.

Parameters:
  • resolution (float) – Measurement resolution. Select from Least (4.5 digits), Default (5.5 digits) and Best (6.5 digits). Higher resolutions (6.5 digits) result in slower measurement speeds.

  • type (ThermocoupleType) – Selects the thermocouple type for thermocouple measurements.

Returns:

None

property fixed_ref_junction

Sets the fixed reference junction temperature in degrees Celsius for thermocouple measurements.

Access:

ReadWrite

Type:

float

measure(self: keysight_kt34400.keysight_kt34400.Kt34400TemperatureThermocouple, type: keysight_kt34400.keysight_kt34400.ThermocoupleType, resolution: float) float

Performs a single thremocouple temperature measurement using the default values for measurement and trigger parameters.

Parameters:
  • type (ThermocoupleType) – Selects the thermocouple type for thermocouple measurements.

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

Returns:

Double value.

Return type:

float

property ref_junction_type

Thermocouple measurements require a reference junction temperature.

Access:

ReadWrite

Type:

ThermoCoupleRefJunctionType

property temp_adjustment

Allows you to make minor temperature adjustments to correct for the differences between the DMM internal temperature measurement and the actual ambient temperature measured at the measurement terminals.

Access:

ReadWrite

Type:

float

property type

Selects the thermocouple type for thermocouple measurements.

Access:

ReadWrite

Type:

ThermocoupleType