Kt34400SecondaryDisplayMeasurement

Access interface members using: driver.secondary_display.measurement
Where driver is a reference to the driver’s root interface returned by the constructor.
class Kt34400SecondaryDisplayMeasurement

Kt34400SecondaryDisplayMeasurement interface.

clear(self: keysight_kt34400.keysight_kt34400.Kt34400SecondaryDisplayMeasurement) None

Clears the secondary measurement.

Returns:

None

fetch(self: keysight_kt34400.keysight_kt34400.Kt34400SecondaryDisplayMeasurement) float

Returns previously measured data from the instrument output buffer for the secondary function. The readings are not erased from memory when you read them. You can execute this method multiple times to retrieve the same data in reading memory.

Returns:

The Measured data.

Return type:

float

Remarks:
  • The secondary function must be set to ON
  • get(self: keysight_kt34400.keysight_kt34400.Kt34400SecondaryDisplayMeasurement) numpy.ndarray[numpy.float64]

    Retrieves the secondary measurement.

    Returns:

    Array of double values.

    Return type:

    numpy.ndarray<with dtype:double>

    read(self: keysight_kt34400.keysight_kt34400.Kt34400SecondaryDisplayMeasurement, max_time: datetime.timedelta) float

    Initiates a measurement and returns the data from the instrument output buffer for secondary function. Measurements will begin when the specified trigger conditions are satisfied.

    Parameters:

    max_time (datetime.timedelta) – The maximum time allowed for the measurement to complete in milliseconds

    Returns:

    The measured data.

    Return type:

    float

    Remarks:
  • The secondary function must be set to ON