Offset

SCPI Commands :

CSYNthesis:OFFSet:STATe
CSYNthesis:OFFSet
class OffsetCls[source]

Offset commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_state() bool[source]
# SCPI: CSYNthesis:OFFSet:STATe
value: bool = driver.csynthesis.offset.get_state()

Activates a DC offset.

return:

state: 1| ON| 0| OFF

get_value() float[source]
# SCPI: CSYNthesis:OFFSet
value: float = driver.csynthesis.offset.get_value()

Sets the value of the DC offset.

return:

offset: float Range: -5 to 5

set_state(state: bool) None[source]
# SCPI: CSYNthesis:OFFSet:STATe
driver.csynthesis.offset.set_state(state = False)

Activates a DC offset.

param state:

1| ON| 0| OFF

set_value(offset: float) None[source]
# SCPI: CSYNthesis:OFFSet
driver.csynthesis.offset.set_value(offset = 1.0)

Sets the value of the DC offset.

param offset:

float Range: -5 to 5