Path

SCPI Commands :

SOURce:GPRF:GENerator<Instance>:SEQuencer:APOol:PATH:ALL
SOURce:GPRF:GENerator<Instance>:SEQuencer:APOol:PATH
class PathCls[source]

Path commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get(index: int) str[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:APOol:PATH
value: str = driver.source.gprf.generator.sequencer.apool.path.get(index = 1)

Queries the path and filename of the ARB file with the specified <Index>.

param index:

No help available

return:

full_path_name: Absolute path and name of the file.

get_all() List[str][source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:APOol:PATH:ALL
value: List[str] = driver.source.gprf.generator.sequencer.apool.path.get_all()

Queries the path and filename of the ARB files in the file pool.

return:

path: Comma-separated list of strings, one string per file Each string contains the complete path and name of a file.