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.sequencer.apool.path.get(index = 1)

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

param index:

integer

return:

full_path_name: string Complete 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.sequencer.apool.path.get_all()

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

return:

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