Icomponent

SCPI Command :

CALibration:AIQ:DCOFfset:I
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# CALibration:AIQ:DCOFfset:I
value: float = driver.calibration.aiq.dcOffset.icomponent.get()

Defines a DC offset of the I input from the ‘Analog Baseband’ interface (FSW-B71) .

Returns:

offset: numeric value DC offset Unit: V

set(offset: float) None[source]
# CALibration:AIQ:DCOFfset:I
driver.calibration.aiq.dcOffset.icomponent.set(offset = 1.0)

Defines a DC offset of the I input from the ‘Analog Baseband’ interface (FSW-B71) .

Parameters:

offset – numeric value DC offset Unit: V