Offset

SCPI Commands :

[SOURce<HW>]:IQ:OUTPut:[ANALog]:OFFSet:I
[SOURce<HW>]:IQ:OUTPut:[ANALog]:OFFSet:Q
class OffsetCls[source]

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

get_icomponent() float[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:OFFSet:I
value: float = driver.source.iq.output.analog.offset.get_icomponent()

Sets an offset Voffset between the inverting and non-inverting input of the differential analog I/Q output signal. The value range is adjusted so that the maximum overall output voltage does not exceed 4V, see ‘Maximum overall output voltage’.

return

ipart: No help available

get_qcomponent() float[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:OFFSet:Q
value: float = driver.source.iq.output.analog.offset.get_qcomponent()

Sets an offset Voffset between the inverting and non-inverting input of the differential analog I/Q output signal. The value range is adjusted so that the maximum overall output voltage does not exceed 4V, see ‘Maximum overall output voltage’.

return

qpart: No help available

set_icomponent(ipart: float) None[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:OFFSet:I
driver.source.iq.output.analog.offset.set_icomponent(ipart = 1.0)

Sets an offset Voffset between the inverting and non-inverting input of the differential analog I/Q output signal. The value range is adjusted so that the maximum overall output voltage does not exceed 4V, see ‘Maximum overall output voltage’.

param ipart

float Range: -0.3V to 0.3V , Unit: V

set_qcomponent(qpart: float) None[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:OFFSet:Q
driver.source.iq.output.analog.offset.set_qcomponent(qpart = 1.0)

Sets an offset Voffset between the inverting and non-inverting input of the differential analog I/Q output signal. The value range is adjusted so that the maximum overall output voltage does not exceed 4V, see ‘Maximum overall output voltage’.

param qpart

float Range: -0.3V to 0.3V , Unit: V