File
SCPI Command :
[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:A<CH>:APATtern:FILE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(vehicle=Vehicle.Default, antenna=Antenna.Default) str[source]
# [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:A<CH>:APATtern:FILE value: str = driver.source.bb.gnss.receiver.v.a.apattern.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.
- Parameters:
vehicle – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)
antenna – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘A’)
- Returns:
filename: ‘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()methodRsSmw.source.bb.gnss.apattern.catalog.user()
- set(filename: str, vehicle=Vehicle.Default, antenna=Antenna.Default) None[source]
# [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:A<CH>:APATtern:FILE driver.source.bb.gnss.receiver.v.a.apattern.file.set(filename = '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.
- Parameters:
filename – ‘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()methodRsSmw.source.bb.gnss.apattern.catalog.user()vehicle – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)
antenna – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘A’)