Tappend
SCPI Command :
[SOURce<HW>]:BB:GNSS:LOGGing:DESTination:FILE:TAPPend:[STATe]
- class TappendCls[source]
Tappend commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [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.
- return
append: 1| ON| 0| OFF
- set_state(append: bool) None [source]
# SCPI: [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.
- param append
1| ON| 0| OFF