Fill

SCPI Commands :

SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:FILL:SINDex
SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:FILL:RANGe
class FillCls[source]

Fill commands group definition. 12 total commands, 4 Subgroups, 2 group commands

get_range() int[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:FILL:RANGe
value: int = driver.source.gprf.generator.sequencer.listPy.fill.get_range()

Specifies the number of entries to be filled.

return:

range_py: No help available

get_sindex() int[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:FILL:SINDex
value: int = driver.source.gprf.generator.sequencer.listPy.fill.get_sindex()

Selects the first index of the sequence to be filled.

return:

start_index: No help available

set_range(range_py: int) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:FILL:RANGe
driver.source.gprf.generator.sequencer.listPy.fill.set_range(range_py = 1)

Specifies the number of entries to be filled.

param range_py:

No help available

set_sindex(start_index: int) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:FILL:SINDex
driver.source.gprf.generator.sequencer.listPy.fill.set_sindex(start_index = 1)

Selects the first index of the sequence to be filled.

param start_index:

No help available

Cloning the Group

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

Subgroups