File

SCPI Command :

[SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:A<CH>:BODY:FILE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(baseSt=BaseSt.Default, antenna=Antenna.Default) str[source]
# [SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:A<CH>:BODY:FILE
value: str = driver.source.bb.gnss.rtk.base.a.body.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.

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

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

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

Parameters:
  • body_mask_file – ‘filename’ Filename or complete file path; file extension can be omitted. Query the existing files with the following commands: method RsSmw.source.bb.gnss.apattern.catalog.predefined() method RsSmw.source.bb.gnss.apattern.catalog.user()

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

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