Acquisition
SCPI Command :
[SOURce<HW>]:BB:GNSS:ADGeneration:ACQuisition:CREate
- class AcquisitionCls[source]
Acquisition commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_create() str [source]
# SCPI: [SOURce<HW>]:BB:GNSS:ADGeneration:ACQuisition:CREate value: str = driver.source.bb.gnss.adGeneration.acquisition.get_create()
Saves the current assistance data settings into the selected acquisition file. The file extension (*.rs_acq) is assigned automatically. Refer to ‘MMEMory Subsystem’ for general information on file handling in the default and in a specific directory.
- return
create: string Filename or complete file path
- set_create(create: str) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:ADGeneration:ACQuisition:CREate driver.source.bb.gnss.adGeneration.acquisition.set_create(create = 'abc')
Saves the current assistance data settings into the selected acquisition file. The file extension (*.rs_acq) is assigned automatically. Refer to ‘MMEMory Subsystem’ for general information on file handling in the default and in a specific directory.
- param create
string Filename or complete file path