File
SCPI Command :
[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:A<CH>:BODY:FILE
- class FileCls[source]
File commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(vehicle=Vehicle.Default, antenna=Antenna.Default) str [source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:A<CH>:BODY:FILE value: str = driver.source.bb.gnss.receiver.v.a.body.file.get(vehicle = repcap.Vehicle.Default, antenna = repcap.Antenna.Default)
Loads the selected file from the default or the specified directory. Loaded are files with extension .ant_pat/. body_mask. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.
- param vehicle
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)
- param antenna
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘A’)
- return
body_mask_file: No help available
- set(body_mask_file: str, vehicle=Vehicle.Default, antenna=Antenna.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:A<CH>:BODY:FILE driver.source.bb.gnss.receiver.v.a.body.file.set(body_mask_file = 'abc', vehicle = repcap.Vehicle.Default, antenna = repcap.Antenna.Default)
Loads the selected file from the default or the specified directory. Loaded are files with extension .ant_pat/. body_mask. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.
- param body_mask_file
‘filename’ Filename or complete file path; file extension can be omitted. Query the existing files with the following commands: [:SOURcehw]:BB:GNSS:APATtern:CATalog:PREDefined? [:SOURcehw]:BB:GNSS:APATtern:CATalog:USER?
- param vehicle
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)
- param antenna
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘A’)