Tpacq
SCPI Command :
CHANnel<*>[:WAVeform<*>]:HISTory:TPACq
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default, waveform=Waveform.Default) float[source]
# CHANnel<*>[:WAVeform<*>]:HISTory:TPACq value: float = driver.channel.waveform.history.tpacq.get(channel = repcap.Channel.Default, waveform = repcap.Waveform.Default)
Sets the display time for one acquisition. The shorter the time, the faster is the replay.
- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
waveform – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Waveform’)
- Returns:
time_per_acq: 40E-6 to 10
- set(time_per_acq: float, channel=Channel.Default, waveform=Waveform.Default) None[source]
# CHANnel<*>[:WAVeform<*>]:HISTory:TPACq driver.channel.waveform.history.tpacq.set(time_per_acq = 1.0, channel = repcap.Channel.Default, waveform = repcap.Waveform.Default)
Sets the display time for one acquisition. The shorter the time, the faster is the replay.
- Parameters:
time_per_acq – 40E-6 to 10
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
waveform – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Waveform’)