FormatPy
SCPI Command :
[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:LOCation:COORdinates:FORMat
- class FormatPyCls[source]
FormatPy commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(vehicle=Vehicle.Default) RsSmbv.enums.PositionFormat [source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:LOCation:COORdinates:FORMat value: enums.PositionFormat = driver.source.bb.gnss.receiver.v.location.coordinates.formatPy.get(vehicle = repcap.Vehicle.Default)
Sets the format in which the latitude and longitude are set.
- param vehicle
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)
- return
position_format: DMS| DECimal
- set(position_format: RsSmbv.enums.PositionFormat, vehicle=Vehicle.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:LOCation:COORdinates:FORMat driver.source.bb.gnss.receiver.v.location.coordinates.formatPy.set(position_format = enums.PositionFormat.DECimal, vehicle = repcap.Vehicle.Default)
Sets the format in which the latitude and longitude are set.
- param position_format
DMS| DECimal
- param vehicle
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)