PtCount

SCPI Command :

MEASurement<*>:AMPTime:PTCount
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measurement=Measurement.Default) int[source]
# MEASurement<*>:AMPTime:PTCount
value: int = driver.measurement.ampTime.ptCount.get(measurement = repcap.Measurement.Default)

Sets the number of positive pulses for the pulse train measurement. It measures the duration of N positive pulses from the rising edge of the first pulse to the falling edge of the N-th pulse.

Parameters:

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

Returns:

pulse_count: 1 to 2.14748E+9

set(pulse_count: int, measurement=Measurement.Default) None[source]
# MEASurement<*>:AMPTime:PTCount
driver.measurement.ampTime.ptCount.set(pulse_count = 1, measurement = repcap.Measurement.Default)

Sets the number of positive pulses for the pulse train measurement. It measures the duration of N positive pulses from the rising edge of the first pulse to the falling edge of the N-th pulse.

Parameters:
  • pulse_count – 1 to 2.14748E+9

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