Tenvironment

SCPI Command :

CATalog:TENVironment:SPATh
class TenvironmentCls[source]

Tenvironment commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_spath() List[str][source]
# SCPI: CATalog:TENVironment:SPATh
value: List[str] = driver.catalog.tenvironment.get_spath()

Returns all connection names.

return:

name_signal_path: Comma-separated list of strings, one string per connection.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.catalog.tenvironment.clone()

Subgroups