Kt34400SecondaryDisplay¶
Access interface members using:driver.secondary_displayWheredriveris a reference to the driver’s root interface returned by the constructor.
- class Kt34400SecondaryDisplay¶
Kt34400SecondaryDisplayinterface.- property ac_current¶
Reference to the
Kt34400SecondaryDisplayACCurrentinterface.- Access:
Readonly
- Type:
- property ac_voltage¶
Reference to the
Kt34400SecondaryDisplayACVoltageinterface.- Access:
Readonly
- Type:
- property capacitance_function¶
Selects the secondary measurement function for capacitance measurements.
- Access:
ReadWrite
- Type:
- property dc_current¶
Reference to the
Kt34400SecondaryDisplayDCCurrentinterface.- Access:
Readonly
- Type:
- property dc_voltage¶
Reference to the
Kt34400SecondaryDisplayDCVoltageinterface.- Access:
Readonly
- Type:
- property enabled¶
This controls the instrument’s secondary front-panel display.
- Access:
ReadWrite
- Type:
- 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:
- property frequency¶
Reference to the
Kt34400SecondaryDisplayFrequencyinterface.- Access:
Readonly
- Type:
- property function¶
This method selects the secondary measurement function.
- 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.
- 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:
- 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:
- 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
Kt34400SecondaryDisplayMeasurementinterface.- Access:
Readonly
- Type:
- property period_function¶
Selects the secondary measurement function for period measurements.
- Access:
ReadWrite
- Type:
- property resistance_function¶
Selects the secondary measurement function for Resistance measurements.
- Access:
ReadWrite
- Type:
- property temperature_function¶
Selects the secondary measurement function for temperature measurements.
- Access:
ReadWrite
- Type:
Child Interfaces
- 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
