Path

SCPI Commands :

CPANel:USED:PATH:LIST
CPANel:USED:PATH:SELect
class PathCls[source]

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

get_list_py() List[str][source]
# SCPI: CPANel:USED:PATH:LIST
value: List[str] = driver.cpanel.used.path.get_list_py()

Queries the available RF paths of the selected signal generators.

return:

list_py: ‘Path#1’,’Paht#2’,…

get_select() str[source]
# SCPI: CPANel:USED:PATH:SELect
value: str = driver.cpanel.used.path.get_select()

Selects the element to which the subsequent commands apply.

return:

select: string Available element as queried with the corresponding …:LIST command. For example, method RsPulseSeq.Assignment.Generator.Path.Antenna.listPy

set_select(select: str) None[source]
# SCPI: CPANel:USED:PATH:SELect
driver.cpanel.used.path.set_select(select = 'abc')

Selects the element to which the subsequent commands apply.

param select:

string Available element as queried with the corresponding …:LIST command. For example, method RsPulseSeq.Assignment.Generator.Path.Antenna.listPy