Lrms

SCPI Commands :

SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:FILL:LRMS:SVALue
SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:FILL:LRMS:INCRement
SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:FILL:LRMS:KEEP
class LrmsCls[source]

Lrms commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_increment() float[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:FILL:LRMS:INCRement
value: float = driver.source.sequencer.listPy.fill.lrms.get_increment()

Configures the increment for filling the sequencer list with level values.

return:

increment: numeric Range: Depends on the number of entries and on the start value , Unit: dBm

get_keep() bool[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:FILL:LRMS:KEEP
value: bool = driver.source.sequencer.listPy.fill.lrms.get_keep()

Selects whether the level of existing entries is kept or overwritten when the sequencer list is filled.

return:

keep_flag: OFF | ON OFF: overwrite values ON: keep values

get_svalue() float[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:FILL:LRMS:SVALue
value: float = driver.source.sequencer.listPy.fill.lrms.get_svalue()

Configures the start value for filling the sequencer list with level values.

return:

start_value: numeric Range: Please notice the ranges quoted in the data sheet. , Unit: dBm

set_increment(increment: float) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:FILL:LRMS:INCRement
driver.source.sequencer.listPy.fill.lrms.set_increment(increment = 1.0)

Configures the increment for filling the sequencer list with level values.

param increment:

numeric Range: Depends on the number of entries and on the start value , Unit: dBm

set_keep(keep_flag: bool) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:FILL:LRMS:KEEP
driver.source.sequencer.listPy.fill.lrms.set_keep(keep_flag = False)

Selects whether the level of existing entries is kept or overwritten when the sequencer list is filled.

param keep_flag:

OFF | ON OFF: overwrite values ON: keep values

set_svalue(start_value: float) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:FILL:LRMS:SVALue
driver.source.sequencer.listPy.fill.lrms.set_svalue(start_value = 1.0)

Configures the start value for filling the sequencer list with level values.

param start_value:

numeric Range: Please notice the ranges quoted in the data sheet. , Unit: dBm