Range

SCPI Command :

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

Range commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(start_index: float, stop_index: float) List[str][source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:SIGNal:RANGe
value: List[str] = driver.source.gprf.generator.sequencer.listPy.signal.range.get(start_index = 1.0, stop_index = 1.0)

No command help available

param start_index:

No help available

param stop_index:

No help available

return:

result: No help available

set(start_index: float, stop_index: float, signal: str) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:SIGNal:RANGe
driver.source.gprf.generator.sequencer.listPy.signal.range.set(start_index = 1.0, stop_index = 1.0, signal = 'abc')

No command help available

param start_index:

No help available

param stop_index:

No help available

param signal:

No help available