Kt34400TemperatureThermocouple¶
Access interface members using:driver.temperature.thermocoupleWheredriveris a reference to the driver’s root interface returned by the constructor.
- class Kt34400TemperatureThermocouple¶
Kt34400TemperatureThermocoupleinterface.- property check_enabled¶
Disables or enables the thermocouple check feature to verify that your thermocouples are properly connected for measurements.
- Access:
ReadWrite
- Type:
- 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:
- 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:
- property ref_junction_type¶
Thermocouple measurements require a reference junction temperature.
- Access:
ReadWrite
- Type:
- 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:
- property type¶
Selects the thermocouple type for thermocouple measurements.
- Access:
ReadWrite
- Type:
