Kt34400¶
Access interface members using:driverWheredriveris a reference to the driver’s root interface returned by the constructor.
- class Kt34400¶
Root interface of driver hierarchy.
- __init__(*args, **kwargs)¶
Overloaded function.
__init__(self: keysight_kt34400.keysight_kt34400.Kt34400, resource_name: str, id_query: bool, reset: bool) -> None
Creates a new instance of the driver and opens an I/O session with the instrument.
- Parameters:
resource_name (str) - An instrument specific string that identifies the address of the instrument, such as a VISA resource descriptor string.
id_query (bool) - Specifies whether to verify the ID of the instrument.
reset (bool) - Specifies whether to reset the instrument.
- Returns:
None
- remarks:
- For detailed parameter usage see: Creating a Driver Instance
__init__(self: keysight_kt34400.keysight_kt34400.Kt34400, resource_name: str, id_query: bool, reset: bool, options: str) -> None
Creates a new instance of the driver and opens an I/O session with the instrument.
- Parameters:
resource_name (str) - An instrument specific string that identifies the address of the instrument, such as a VISA resource descriptor string.
id_query (bool) - Specifies whether to verify the ID of the instrument.
reset (bool) - Specifies whether to reset the instrument.
options (str) - A string that allows the user to specify the initial values of certain inherent attributes.
- Returns:
None
- remarks:
- For detailed parameter usage see: Creating a Driver Instance
__init__(self: keysight_kt34400.keysight_kt34400.Kt34400, instance: capsule) -> None
Creates a new instance of the driver from other driver instance
- Parameters:
instance (capsule) - Reference to the instance of other driver Api
- Returns:
None
- property ac_current¶
Reference to the
Kt34400ACCurrentinterface.- Access:
Readonly
- Type:
- property ac_voltage¶
Reference to the
Kt34400ACVoltageinterface.- Access:
Readonly
- Type:
- property calibration¶
Reference to the
Kt34400Calibrationinterface.- Access:
Readonly
- Type:
- property capacitance¶
Reference to the
Kt34400Capacitanceinterface.- Access:
Readonly
- Type:
- close(self: keysight_kt34400.keysight_kt34400.Kt34400) None¶
Closes the I/O session to the instrument, as well as other unmanaged resources. The behavior is the same as IDisposable.Dispose.
- Returns:
None
- property continuity¶
Reference to the
Kt34400Continuityinterface.- Access:
Readonly
- Type:
- property dc_current¶
Reference to the
Kt34400DCCurrentinterface.- Access:
Readonly
- Type:
- property dc_voltage¶
Reference to the
Kt34400DCVoltageinterface.- Access:
Readonly
- Type:
- property diode¶
Reference to the
Kt34400Diodeinterface.- Access:
Readonly
- Type:
- property display¶
Reference to the
Kt34400Displayinterface.- Access:
Readonly
- Type:
- property driver_operation¶
Reference to the
DriverOperationinterface.- Access:
Readonly
- Type:
- property f_resistance¶
Reference to the
Kt34400FResistanceinterface.- Access:
Readonly
- Type:
- property frequency¶
Reference to the
Kt34400Frequencyinterface.- Access:
Readonly
- Type:
- property function¶
Sets or gets the measurement function (all function-related measurement attributes are retained).
- Access:
ReadWrite
- Type:
- 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.
- get_configuration(self: keysight_kt34400.keysight_kt34400.Kt34400) Tuple[keysight_kt34400.keysight_kt34400.Function, float, float]¶
This method returns the present (primary) instrument configuration as a quoted string.
- Returns:
A tuple containing:
function (Function) : Measurement function for the meter.
range (float) : Desired range.
resolution (float) : Measurement resolution.
- Type:
- Remarks:
-
- Range and Resolution values are not applicable when Kt34400.function is either Function.Diode, Function.Continuity or Function.Temperature.
- Resolution value is not applicable when Kt34400.function is Function.Capacitance.
- get_configuration_ex(self: keysight_kt34400.keysight_kt34400.Kt34400) Tuple[keysight_kt34400.keysight_kt34400.Function, float, keysight_kt34400.keysight_kt34400.Resolution]¶
This method returns the present (primary) instrument configuration as a quoted string.
- Returns:
A tuple containing:
function (Function) : Measurement function for the meter.
range (float) : Desired range.
resolution (Resolution) : Measurement resolution.
- Type:
- Remarks:
-
- Range and Resolution values are not applicable when Kt34400.function is either Function.Diode, Function.Continuity or Function.Temperature.
- Resolution value is not applicable when Kt34400.function is Function.Capacitance.
- get_instance(self: keysight_kt34400.keysight_kt34400.Kt34400) capsule¶
Get the pointer to the root impl class of the Api. This is used to share Cmi instance between main driver and add-on.
- Returns:
capsule
- property identity¶
Reference to the
DriverIdentityinterface.- Access:
Readonly
- Type:
- property math¶
Reference to the
Kt34400Mathinterface.- Access:
Readonly
- Type:
- property measurement¶
Reference to the
Kt34400Measurementinterface.- Access:
Readonly
- Type:
- property memory¶
Reference to the
Kt34400Memoryinterface.- Access:
Readonly
- Type:
- property period¶
Reference to the
Kt34400Periodinterface.- Access:
Readonly
- Type:
- property resistance¶
Reference to the
Kt34400Resistanceinterface.- Access:
Readonly
- Type:
- property secondary_display¶
Reference to the
Kt34400SecondaryDisplayinterface.- Access:
Readonly
- Type:
- property status¶
Reference to the
Kt34400Statusinterface.- Access:
Readonly
- Type:
- property system¶
Reference to the IKt34400 interface.
- Access:
Readonly
- Type:
- property temperature¶
Reference to the
Kt34400Temperatureinterface.- Access:
Readonly
- Type:
- property trigger¶
Reference to the
Kt34400Triggerinterface.- Access:
Readonly
- Type:
- property utility¶
Reference to the
DriverUtilityinterface.- Access:
Readonly
- Type:
Child Interfaces
- DriverIdentity
- DriverOperation
- DriverUtility
- Kt34400ACCurrent
Kt34400ACCurrentKt34400ACCurrent.auto_rangeKt34400ACCurrent.auto_range_enabledKt34400ACCurrent.bandwidthKt34400ACCurrent.configure()Kt34400ACCurrent.get_min_max_range()Kt34400ACCurrent.get_min_max_resolution()Kt34400ACCurrent.measure()Kt34400ACCurrent.null_enabledKt34400ACCurrent.null_valueKt34400ACCurrent.null_value_auto_enabledKt34400ACCurrent.query_resolution()Kt34400ACCurrent.rangeKt34400ACCurrent.resolutionKt34400ACCurrent.set_resolution()Kt34400ACCurrent.switch_modeKt34400ACCurrent.terminal
- Kt34400ACVoltage
Kt34400ACVoltageKt34400ACVoltage.auto_rangeKt34400ACVoltage.auto_range_enabledKt34400ACVoltage.bandwidthKt34400ACVoltage.configure()Kt34400ACVoltage.get_min_max_range()Kt34400ACVoltage.get_min_max_resolution()Kt34400ACVoltage.measure()Kt34400ACVoltage.null_enabledKt34400ACVoltage.null_valueKt34400ACVoltage.null_value_auto_enabledKt34400ACVoltage.query_resolution()Kt34400ACVoltage.rangeKt34400ACVoltage.resolutionKt34400ACVoltage.set_resolution()
- Kt34400Calibration
Kt34400CalibrationKt34400Calibration.calibrate()Kt34400Calibration.calibrate_acv_flatness()Kt34400Calibration.calibrate_adc()Kt34400Calibration.calibrate_date()Kt34400Calibration.calibrate_temperature()Kt34400Calibration.calibrate_time()Kt34400Calibration.codeKt34400Calibration.countKt34400Calibration.messageKt34400Calibration.power_line_frequencyKt34400Calibration.power_line_reference_frequencyKt34400Calibration.security_enable()Kt34400Calibration.security_stateKt34400Calibration.store_calibration_constants()Kt34400Calibration.value
- Kt34400Capacitance
- Kt34400Continuity
- Kt34400DCCurrent
Kt34400DCCurrentKt34400DCCurrent.apertureKt34400DCCurrent.aperture_enabledKt34400DCCurrent.auto_rangeKt34400DCCurrent.auto_range_enabledKt34400DCCurrent.auto_zeroKt34400DCCurrent.configure()Kt34400DCCurrent.get_min_max_peak()Kt34400DCCurrent.get_min_max_range()Kt34400DCCurrent.get_min_max_resolution()Kt34400DCCurrent.get_peak_to_peak()Kt34400DCCurrent.measure()Kt34400DCCurrent.nplcKt34400DCCurrent.null_enabledKt34400DCCurrent.null_valueKt34400DCCurrent.null_value_auto_enabledKt34400DCCurrent.peak_enabledKt34400DCCurrent.query_resolution()Kt34400DCCurrent.rangeKt34400DCCurrent.resolutionKt34400DCCurrent.set_auto_zero_once()Kt34400DCCurrent.set_resolution()Kt34400DCCurrent.switch_modeKt34400DCCurrent.terminal
- Kt34400DCVoltage
Kt34400DCVoltageKt34400DCVoltage.apertureKt34400DCVoltage.aperture_enabledKt34400DCVoltage.auto_impedanceKt34400DCVoltage.auto_rangeKt34400DCVoltage.auto_range_enabledKt34400DCVoltage.auto_zeroKt34400DCVoltage.configure()Kt34400DCVoltage.configure_ratio()Kt34400DCVoltage.get_min_max_peak()Kt34400DCVoltage.get_min_max_range()Kt34400DCVoltage.get_min_max_resolution()Kt34400DCVoltage.get_peak_to_peak()Kt34400DCVoltage.measure()Kt34400DCVoltage.measure_ratio()Kt34400DCVoltage.nplcKt34400DCVoltage.null_enabledKt34400DCVoltage.null_valueKt34400DCVoltage.null_value_auto_enabledKt34400DCVoltage.peak_enabledKt34400DCVoltage.query_resolution()Kt34400DCVoltage.rangeKt34400DCVoltage.resolutionKt34400DCVoltage.set_auto_zero_once()Kt34400DCVoltage.set_resolution()
- Kt34400Diode
- Kt34400Display
- Kt34400FResistance
Kt34400FResistanceKt34400FResistance.apertureKt34400FResistance.aperture_enabledKt34400FResistance.auto_rangeKt34400FResistance.auto_range_enabledKt34400FResistance.configure()Kt34400FResistance.low_power_enabledKt34400FResistance.measure()Kt34400FResistance.nplcKt34400FResistance.null_enabledKt34400FResistance.null_valueKt34400FResistance.null_value_auto_enabledKt34400FResistance.offset_compensation_enabledKt34400FResistance.query_resolution()Kt34400FResistance.rangeKt34400FResistance.resolutionKt34400FResistance.set_resolution()
- Kt34400Frequency
Kt34400FrequencyKt34400Frequency.ac_filterKt34400Frequency.apertureKt34400Frequency.auto_timeoutKt34400Frequency.configure()Kt34400Frequency.current_auto_range_enabledKt34400Frequency.current_rangeKt34400Frequency.get_voltage_min_max_range()Kt34400Frequency.measure()Kt34400Frequency.null_enabledKt34400Frequency.null_valueKt34400Frequency.null_value_auto_enabledKt34400Frequency.range_lowerKt34400Frequency.voltage_auto_rangeKt34400Frequency.voltage_auto_range_enabledKt34400Frequency.voltage_range
- Kt34400Math
Kt34400MathKt34400Math.clear()Kt34400Math.d_bm_ref_resistanceKt34400Math.db_referenceKt34400Math.enabledKt34400Math.functionKt34400Math.histogramKt34400Math.limitKt34400Math.offsetKt34400Math.scaleKt34400Math.smoothing_enabledKt34400Math.smoothing_responseKt34400Math.statisticsKt34400Math.trend_chart_enabled
- Kt34400MathHistogram
- Kt34400MathLimit
- Kt34400MathScale
- Kt34400MathStatistics
- Kt34400Measurement
Kt34400MeasurementKt34400Measurement.abort()Kt34400Measurement.auto_impedance_enabledKt34400Measurement.auto_zeroKt34400Measurement.bandwidthKt34400Measurement.copy_readings()Kt34400Measurement.delete_readings()Kt34400Measurement.fetch()Kt34400Measurement.fetch_all()Kt34400Measurement.initiate()Kt34400Measurement.is_over_range()Kt34400Measurement.query_all()Kt34400Measurement.query_last()Kt34400Measurement.read()Kt34400Measurement.read_all()Kt34400Measurement.read_erase()Kt34400Measurement.reading_countKt34400Measurement.reading_count_exKt34400Measurement.remove_readings()Kt34400Measurement.send_software_trigger()
- Kt34400Memory
Kt34400MemoryKt34400Memory.auto_recall_selectKt34400Memory.column_separatorKt34400Memory.copy()Kt34400Memory.current_dirKt34400Memory.delete()Kt34400Memory.delete_all()Kt34400Memory.download()Kt34400Memory.format_enabledKt34400Memory.get_catalog()Kt34400Memory.get_download_file_name()Kt34400Memory.get_location_name()Kt34400Memory.get_num_states()Kt34400Memory.get_recall_state()Kt34400Memory.is_valid_state()Kt34400Memory.is_valid_state_enabled()Kt34400Memory.load_state()Kt34400Memory.make_dir()Kt34400Memory.move_files()Kt34400Memory.recall_auto_enabledKt34400Memory.remove_dir()Kt34400Memory.remove_file()Kt34400Memory.row_limit_enabledKt34400Memory.set_download_file_name()Kt34400Memory.set_location_name()Kt34400Memory.set_recall_state()Kt34400Memory.storage_enabledKt34400Memory.store_data()Kt34400Memory.store_preferences()Kt34400Memory.store_state()Kt34400Memory.upload_file()
- Kt34400Period
Kt34400PeriodKt34400Period.ac_filterKt34400Period.apertureKt34400Period.configure()Kt34400Period.measure()Kt34400Period.null_enabledKt34400Period.null_valueKt34400Period.null_value_auto_enabledKt34400Period.range_lowerKt34400Period.voltage_auto_rangeKt34400Period.voltage_auto_range_enabledKt34400Period.voltage_range
- Kt34400Resistance
Kt34400ResistanceKt34400Resistance.apertureKt34400Resistance.aperture_enabledKt34400Resistance.auto_rangeKt34400Resistance.auto_range_enabledKt34400Resistance.auto_zeroKt34400Resistance.configure()Kt34400Resistance.get_min_max_range()Kt34400Resistance.get_min_max_resolution()Kt34400Resistance.low_power_enabledKt34400Resistance.measure()Kt34400Resistance.nplcKt34400Resistance.null_enabledKt34400Resistance.null_valueKt34400Resistance.null_value_auto_enabledKt34400Resistance.offset_compensation_enabledKt34400Resistance.query_resolution()Kt34400Resistance.rangeKt34400Resistance.resolutionKt34400Resistance.set_auto_zero_once()Kt34400Resistance.set_resolution()
- Kt34400SecondaryDisplay
Kt34400SecondaryDisplayKt34400SecondaryDisplay.ac_currentKt34400SecondaryDisplay.ac_voltageKt34400SecondaryDisplay.capacitance_functionKt34400SecondaryDisplay.dc_currentKt34400SecondaryDisplay.dc_voltageKt34400SecondaryDisplay.enabledKt34400SecondaryDisplay.f_resistance_functionKt34400SecondaryDisplay.frequencyKt34400SecondaryDisplay.functionKt34400SecondaryDisplay.get_configuration()Kt34400SecondaryDisplay.get_configuration_ex()Kt34400SecondaryDisplay.measurementKt34400SecondaryDisplay.period_functionKt34400SecondaryDisplay.resistance_functionKt34400SecondaryDisplay.temperature_function
- Kt34400SecondaryDisplayACCurrent
- Kt34400SecondaryDisplayACVoltage
- Kt34400SecondaryDisplayDCCurrent
- Kt34400SecondaryDisplayDCVoltage
Kt34400SecondaryDisplayDCVoltageKt34400SecondaryDisplayDCVoltage.auto_range_enabledKt34400SecondaryDisplayDCVoltage.configure()Kt34400SecondaryDisplayDCVoltage.functionKt34400SecondaryDisplayDCVoltage.measure()Kt34400SecondaryDisplayDCVoltage.rangeKt34400SecondaryDisplayDCVoltage.ratio_functionKt34400SecondaryDisplayDCVoltage.resolution
- Kt34400SecondaryDisplayFrequency
Kt34400SecondaryDisplayFrequencyKt34400SecondaryDisplayFrequency.apertureKt34400SecondaryDisplayFrequency.configure()Kt34400SecondaryDisplayFrequency.current_auto_range_enabledKt34400SecondaryDisplayFrequency.current_rangeKt34400SecondaryDisplayFrequency.functionKt34400SecondaryDisplayFrequency.measure()Kt34400SecondaryDisplayFrequency.voltage_auto_range_enabledKt34400SecondaryDisplayFrequency.voltage_range
- Kt34400SecondaryDisplayMeasurement
- Kt34400Status
Kt34400StatusKt34400Status.clear()Kt34400Status.disable_service_request_events()Kt34400Status.enable_service_request_events()Kt34400Status.operationKt34400Status.preset()Kt34400Status.questionableKt34400Status.read_status_byte_register()Kt34400Status.serial_poll()Kt34400Status.service_request_enable_registerKt34400Status.service_request_eventKt34400Status.standard_event
- Kt34400StatusOperation
- Kt34400StatusQuestionable
- Kt34400StatusStandardEvent
- Kt34400System
Kt34400SystemKt34400System.beep()Kt34400System.beep_enabledKt34400System.clear_io()Kt34400System.io_timeoutKt34400System.license_catalogKt34400System.lock_nameKt34400System.lock_ownerKt34400System.lock_release()Kt34400System.lock_request()Kt34400System.power_line_frequencyKt34400System.preset()Kt34400System.query_communication_interface()Kt34400System.read_bytes()Kt34400System.read_string()Kt34400System.reading_thresholdKt34400System.recall_state()Kt34400System.save_state()Kt34400System.scpi_versionKt34400System.serial_numberKt34400System.set_communication_interface()Kt34400System.terminalKt34400System.tracingKt34400System.wait_for_operation_complete()Kt34400System.write_bytes()Kt34400System.write_string()
- Kt34400SystemTracing
- Kt34400Temperature
Kt34400TemperatureKt34400Temperature.apertureKt34400Temperature.aperture_enabledKt34400Temperature.auto_zeroKt34400Temperature.configure()Kt34400Temperature.f_thermistorKt34400Temperature.frtdKt34400Temperature.measure()Kt34400Temperature.nplcKt34400Temperature.null_enabledKt34400Temperature.null_valueKt34400Temperature.null_value_auto_enabledKt34400Temperature.rtdKt34400Temperature.set_auto_zero_once()Kt34400Temperature.thermistorKt34400Temperature.thermocoupleKt34400Temperature.transducer_typeKt34400Temperature.units
- Kt34400TemperatureFRTD
- Kt34400TemperatureFThermistor
- Kt34400TemperatureRTD
- Kt34400TemperatureThermistor
- Kt34400TemperatureThermocouple
Kt34400TemperatureThermocoupleKt34400TemperatureThermocouple.check_enabledKt34400TemperatureThermocouple.configure()Kt34400TemperatureThermocouple.fixed_ref_junctionKt34400TemperatureThermocouple.measure()Kt34400TemperatureThermocouple.ref_junction_typeKt34400TemperatureThermocouple.temp_adjustmentKt34400TemperatureThermocouple.type
- Kt34400Trigger
Kt34400TriggerKt34400Trigger.configure()Kt34400Trigger.configure_single()Kt34400Trigger.countKt34400Trigger.delayKt34400Trigger.delay_auto_enabledKt34400Trigger.levelKt34400Trigger.level_maxKt34400Trigger.level_minKt34400Trigger.output_slopeKt34400Trigger.pre_trigger_sample_countKt34400Trigger.pre_trigger_sample_count_maxKt34400Trigger.pre_trigger_sample_count_minKt34400Trigger.sample_countKt34400Trigger.sample_intervalKt34400Trigger.sample_interval_maxKt34400Trigger.sample_interval_minKt34400Trigger.sample_sourceKt34400Trigger.set_count()Kt34400Trigger.slopeKt34400Trigger.source
