Signal

SCPI Command :

SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:SIGNal
class SignalCls[source]

Signal commands group definition. 13 total commands, 4 Subgroups, 1 group commands

get(index: int) str[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:SIGNal
value: str = driver.source.gprf.generator.sequencer.listPy.signal.get(index = 1)

Defines or queries the signal type for the sequencer list entry with the selected <Index>. A complete list of all supported strings can be queried using method RsCMPX_Gprf.Source.Gprf.Generator.Sequencer.ListPy.Signal.Catalog.value.

param index:

No help available

return:

signal: Signal type

set(index: int, signal: str) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:SIGNal
driver.source.gprf.generator.sequencer.listPy.signal.set(index = 1, signal = 'abc')

Defines or queries the signal type for the sequencer list entry with the selected <Index>. A complete list of all supported strings can be queried using method RsCMPX_Gprf.Source.Gprf.Generator.Sequencer.ListPy.Signal.Catalog.value.

param index:

No help available

param signal:

Signal type

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.gprf.generator.sequencer.listPy.signal.clone()

Subgroups