Sover

SCPI Command :

[SOURce<HW>]:POWer:ATTenuation:SOVer:[OFFSet]
class SoverCls[source]

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

get_offset() float[source]
# SCPI: [SOURce<HW>]:POWer:ATTenuation:SOVer:[OFFSet]
value: float = driver.source.power.attenuation.sover.get_offset()

Sets the switch-over offset value of the attenuator.

return:

offset: float Range: -10 to 10

set_offset(offset: float) None[source]
# SCPI: [SOURce<HW>]:POWer:ATTenuation:SOVer:[OFFSet]
driver.source.power.attenuation.sover.set_offset(offset = 1.0)

Sets the switch-over offset value of the attenuator.

param offset:

float Range: -10 to 10