Tappend
SCPI Command :
[SOURce<HW>]:BB:GNSS:LOGGing:DESTination:FILE:TAPPend:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:BB:GNSS:LOGGing:DESTination:FILE:TAPPend:[STATe] value: bool = driver.source.bb.gnss.logging.destination.file.tappend.get_state()
Adds a timestamp to the filename.
- Returns:
append: 1 | ON | 0| OFF
- set_state(append: bool) None[source]
# [SOURce<HW>]:BB:GNSS:LOGGing:DESTination:FILE:TAPPend:[STATe] driver.source.bb.gnss.logging.destination.file.tappend.set_state(append = False)
Adds a timestamp to the filename.
- Parameters:
append – 1 | ON | 0| OFF