Nperiod
SCPI Command :
MEASurement<*>:AMPTime:NPERiod
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measurement=Measurement.Default) int[source]
# MEASurement<*>:AMPTime:NPERiod value: int = driver.measurement.ampTime.nperiod.get(measurement = repcap.Measurement.Default)
Selects the N-period number, the number of consecutive periods of the waveform for N-period measurements.
- Parameters:
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- Returns:
period_nnum: 1 to 2.14748E+9
- set(period_nnum: int, measurement=Measurement.Default) None[source]
# MEASurement<*>:AMPTime:NPERiod driver.measurement.ampTime.nperiod.set(period_nnum = 1, measurement = repcap.Measurement.Default)
Selects the N-period number, the number of consecutive periods of the waveform for N-period measurements.
- Parameters:
period_nnum – 1 to 2.14748E+9
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)