TypePy

SCPI Command :

MEASurement<*>:HISTogram:PROBability:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measurement=Measurement.Default) MeasHistProbabilityType[source]
# MEASurement<*>:HISTogram:PROBability:TYPE
value: enums.MeasHistProbabilityType = driver.measurement.histogram.probability.typePy.get(measurement = repcap.Measurement.Default)

Defines the marker reference in the probability domain.

Parameters:

measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)

Returns:

histg_prb_dom_mark: PEAK | UPPK | LWPK | MAXimum | MINimum | MEDian | MEAN

  • PEAK: The y-value with the maximum sample value in the histogram

  • UPPK: The y-value at the maximum sample value in the upper half of the histogram

  • LWPK: The y-value at the maximum sample value in the lower half of the histogram

  • MAXimum: The highest y-value with a probability 0

  • MINimum: The lowest y-value with a probability 0

  • MEDian: The y-value for which half the samples lie above, the other half below in the histogram

  • MEAN: The weighted arithmetic average of the histogram

set(histg_prb_dom_mark: MeasHistProbabilityType, measurement=Measurement.Default) None[source]
# MEASurement<*>:HISTogram:PROBability:TYPE
driver.measurement.histogram.probability.typePy.set(histg_prb_dom_mark = enums.MeasHistProbabilityType.LWPK, measurement = repcap.Measurement.Default)

Defines the marker reference in the probability domain.

Parameters:
  • histg_prb_dom_mark

    PEAK | UPPK | LWPK | MAXimum | MINimum | MEDian | MEAN

    • PEAK: The y-value with the maximum sample value in the histogram

    • UPPK: The y-value at the maximum sample value in the upper half of the histogram

    • LWPK: The y-value at the maximum sample value in the lower half of the histogram

    • MAXimum: The highest y-value with a probability 0

    • MINimum: The lowest y-value with a probability 0

    • MEDian: The y-value for which half the samples lie above, the other half below in the histogram

    • MEAN: The weighted arithmetic average of the histogram

  • measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)