File

SCPI Command :

[SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:A<CH>:APATtern:FILE
class FileCls[source]

File commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(baseSt=BaseSt.Default, antenna=Antenna.Default) str[source]
# SCPI: [SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:A<CH>:APATtern:FILE
value: str = driver.source.bb.gnss.rtk.base.a.apattern.file.get(baseSt = repcap.BaseSt.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 baseSt

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Base’)

param antenna

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘A’)

return

filename: ‘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?

set(filename: str, baseSt=BaseSt.Default, antenna=Antenna.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:A<CH>:APATtern:FILE
driver.source.bb.gnss.rtk.base.a.apattern.file.set(filename = 'abc', baseSt = repcap.BaseSt.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 filename

‘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 baseSt

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Base’)

param antenna

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘A’)