Offset
SCPI Commands :
[SOURce<HW>]:IQ:OUTPut:[ANALog]:OFFSet:I
[SOURce<HW>]:IQ:OUTPut:[ANALog]:OFFSet:Q
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_icomponent() float[source]
# [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’.
- get_qcomponent() float[source]
# [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’.
- set_icomponent(ipart: float) None[source]
# [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’.
- Parameters:
ipart – float Range: -0.3V to 0.3V , Unit: V
- set_qcomponent(qpart: float) None[source]
# [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’.
- Parameters:
qpart – float Range: -0.3V to 0.3V , Unit: V