Level

SCPI Command :

SEQuence:ITEM:LEVel:OFFSet
class LevelCls[source]

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

get_offset() float[source]
# SCPI: SEQuence:ITEM:LEVel:OFFSet
value: float = driver.sequence.item.level.get_offset()

Sets a level offset.

return:

offset: float Range: -100 to 0, Unit: dB

set_offset(offset: float) None[source]
# SCPI: SEQuence:ITEM:LEVel:OFFSet
driver.sequence.item.level.set_offset(offset = 1.0)

Sets a level offset.

param offset:

float Range: -100 to 0, Unit: dB