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. To keep the I/Q analog output power levels below the maximum input power level at your DUT, see ‘Maximum overall output voltage’. For more information, refer to the specifications document.
- 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. To keep the I/Q analog output power levels below the maximum input power level at your DUT, see ‘Maximum overall output voltage’. For more information, refer to the specifications document.
- 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. To keep the I/Q analog output power levels below the maximum input power level at your DUT, see ‘Maximum overall output voltage’. For more information, refer to the specifications document.
- Parameters:
ipart – float Range: (-4+Vp/2+Vbias/2) ,V to (4-Vp/2-Vbias/2) ,V (R&S SMW-B10) / (-2+Vp) ,V to (2-Vp) ,V (R&S SMW-B9) , 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. To keep the I/Q analog output power levels below the maximum input power level at your DUT, see ‘Maximum overall output voltage’. For more information, refer to the specifications document.
- Parameters:
qpart – float Range: (-4+Vp/2+Vbias/2) ,V to (4-Vp/2-Vbias/2) ,V (R&S SMW-B10) / (-2+Vp) ,V to (2-Vp) ,V (R&S SMW-B9) , Unit: V