Kt34400Diode¶
Access interface members using:driver.diodeWheredriveris a reference to the driver’s root interface returned by the constructor.
- class Kt34400Diode¶
Kt34400Diodeinterface.- configure(self: keysight_kt34400.keysight_kt34400.Kt34400Diode) None¶
Configure the meter for diode measurements.
- Returns:
None
- Remarks:
-
- This method resets all diode test parameters and trigger parameters to their default values. Then it configures the meter for diode tests, but does not initiate the test.
- The range and resolution are fixed for diode tests: The range is 1 Vdc (with a 1 mA current source output) the resolution is fixed at 4½ digits.
- The voltage is returned if it is in the 0 to 1.2 volt range. If the input value is greater than can be measured on the selected range then it return "9.9E+37".
- measure(self: keysight_kt34400.keysight_kt34400.Kt34400Diode) float¶
Performs a single diode measurement using the default diode test parameters values.
- Returns:
The measured value.
- Return type:
- Remarks:
-
- This method resets all diode test parameters and trigger parameters to their default values. Then it configures the meter for diode tests, but does not initiate the test.
- The range and resolution are fixed for diode tests: The range is 1 Vdc (with a 1 mA current source output) the resolution is fixed at 4½ digits.
- The voltage is returned if it is in the 0 to 1.2 volt range. If the input value is greater than can be measured on the selected range then it return "9.9E+37".
- Timeout may need to be adjusted using Kt34400.io_timeout for executing this method.
