Dgain

SCPI Commands :

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

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

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

Configures the increment for filling the sequencer list with digital gain values.

return:

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

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

Selects whether the digital gain 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:DGAin:SVALue
value: float = driver.source.sequencer.listPy.fill.dgain.get_svalue()

Configures the start value for filling the sequencer list with digital gain values.

return:

start_value: numeric Unit: dB

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

Configures the increment for filling the sequencer list with digital gain values.

param increment:

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

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

Selects whether the digital gain 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:DGAin:SVALue
driver.source.sequencer.listPy.fill.dgain.set_svalue(start_value = 1.0)

Configures the start value for filling the sequencer list with digital gain values.

param start_value:

numeric Unit: dB