Path

SCPI Commands :

REPManager:PATH:ADD
REPManager:PATH:DELete
REPManager:PATH:LIST
class PathCls[source]

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

delete(delete: str) None[source]
# SCPI: REPManager:PATH:DELete
driver.repmanager.path.delete(delete = 'abc')

Removes the selected file path.

param delete:

string File path

get_list_py() str[source]
# SCPI: REPManager:PATH:LIST
value: str = driver.repmanager.path.get_list_py()

Queries the directory in that the repository files are stored.

return:

list_py: string Compete file path

set_add(add: str) None[source]
# SCPI: REPManager:PATH:ADD
driver.repmanager.path.set_add(add = 'abc')

Add the selected directory.

param add:

string Complete file path