File

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:LOCation:VEHicle:FILE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(vehicle=Vehicle.Default) str[source]
# [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:LOCation:VEHicle:FILE
value: str = driver.source.bb.gnss.receiver.v.location.vehicle.file.get(vehicle = repcap.Vehicle.Default)

Selects a predefined or user-defined vehicle description (xvd) file.

Parameters:

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

Returns:

filename: Filename or complete file path; file extension is optional Query the existing files with: method RsSmw.source.bb.gnss.vehicle.catalog.predefined() method RsSmw.source.bb.gnss.vehicle.catalog.user()

set(filename: str, vehicle=Vehicle.Default) None[source]
# [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:LOCation:VEHicle:FILE
driver.source.bb.gnss.receiver.v.location.vehicle.file.set(filename = 'abc', vehicle = repcap.Vehicle.Default)

Selects a predefined or user-defined vehicle description (xvd) file.

Parameters:
  • filename – Filename or complete file path; file extension is optional Query the existing files with: method RsSmw.source.bb.gnss.vehicle.catalog.predefined() method RsSmw.source.bb.gnss.vehicle.catalog.user()

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