PtCount

SCPI Command :

MEASurement<*>:AMPTime:PTCount
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measIndex=MeasIndex.Default) int[source]
# MEASurement<*>:AMPTime:PTCount
value: int = driver.measurement.ampTime.ptCount.get(measIndex = repcap.MeasIndex.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:

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

Returns:

pulse_count: 1 to 2147483647

set(pulse_count: int, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:AMPTime:PTCount
driver.measurement.ampTime.ptCount.set(pulse_count = 1, measIndex = repcap.MeasIndex.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 2147483647

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