Spath<Stream>

RepCap Settings

# Range: Nr1 .. Nr32
rc = driver.catalog.gprf.generator.spath.repcap_stream_get()
driver.catalog.gprf.generator.spath.repcap_stream_set(repcap.Stream.Nr1)

SCPI Command :

CATalog:GPRF:GENerator<Instance>:SPATh<StreamNumber>
class SpathCls[source]

Spath commands group definition. 3 total commands, 1 Subgroups, 1 group commands Repeated Capability: Stream, default value after init: Stream.Nr1

get(stream=Stream.Default) List[str][source]
# SCPI: CATalog:GPRF:GENerator<Instance>:SPATh<StreamNumber>
value: List[str] = driver.catalog.gprf.generator.spath.get(stream = repcap.Stream.Default)

Returns the names of the available RF connections (broadcast off) or connector groups (broadcast on) .

param stream:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Spath’)

return:

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

Cloning the Group

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

Subgroups