TsDate
SCPI Command :
CHANnel<*>[:WAVeform<*>]:HISTory:TSDate
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default, waveform=Waveform.Default) str[source]
# CHANnel<*>[:WAVeform<*>]:HISTory:TSDate value: str = driver.channel.waveform.history.tsDate.get(channel = repcap.Channel.Default, waveform = repcap.Waveform.Default)
Returns the date of the current acquisition that is shown in the history viewer (method
RsRtx.channel.waveform.history.current.set()) .- 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:
date_abs_string: String with date of the current acquisition (absolute time)