File
SCPI Command :
[SOURce<HW>]:BB:GNSS:LOGGing:DESTination:FILE:DIRectory
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get_directory() str[source]
# [SOURce<HW>]:BB:GNSS:LOGGing:DESTination:FILE:DIRectory value: str = driver.source.bb.gnss.logging.destination.file.get_directory()
Sets the storage place.
- Returns:
directory: string File path
- set_directory(directory: str) None[source]
# [SOURce<HW>]:BB:GNSS:LOGGing:DESTination:FILE:DIRectory driver.source.bb.gnss.logging.destination.file.set_directory(directory = 'abc')
Sets the storage place.
- Parameters:
directory – string File path
Cloning the Group
# Create a copy of the original group, that exists independently
file_copy = driver.source.bb.gnss.logging.destination.file.clone()
Subgroups