File

SCPI Command :

[SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:LOCation:WAYPoints:FILE
class FileCls[source]

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

get(baseSt=BaseSt.Default) str[source]
# SCPI: [SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:LOCation:WAYPoints:FILE
value: str = driver.source.bb.gnss.rtk.base.location.waypoints.file.get(baseSt = repcap.BaseSt.Default)

No command help available

param baseSt

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

return

waypoints: No help available

set(waypoints: str, baseSt=BaseSt.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:LOCation:WAYPoints:FILE
driver.source.bb.gnss.rtk.base.location.waypoints.file.set(waypoints = 'abc', baseSt = repcap.BaseSt.Default)

No command help available

param waypoints

No help available

param baseSt

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