Path

SCPI Command :

SBUS<*>:EXPResult:PATH
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) str[source]
# SBUS<*>:EXPResult:PATH
value: str = driver.sbus.expResult.path.get(serialBus = repcap.SerialBus.Default)

Sets the path where the protocol export files are stored. On the instrument, the default path is /home/storage/userData/Protocol. You can create subfolders in this folder.

Parameters:

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

Returns:

path: String parameter

set(path: str, serialBus=SerialBus.Default) None[source]
# SBUS<*>:EXPResult:PATH
driver.sbus.expResult.path.set(path = 'abc', serialBus = repcap.SerialBus.Default)

Sets the path where the protocol export files are stored. On the instrument, the default path is /home/storage/userData/Protocol. You can create subfolders in this folder.

Parameters:
  • path – String parameter

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