Ptype

SCPI Command :

INPut:IQ:IMPedance:PTYPe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() PadType[source]
# INPut:IQ:IMPedance:PTYPe
value: enums.PadType = driver.inputPy.iq.impedance.ptype.get()

Defines the type of matching pad used for impedance conversion for analog baseband input. For RF input, use the method RsFsw.inputPy.impedance.ptype.set() command.

Returns:

pad_type: SRESistor | MLPad SRESistor Series-R MLPad Minimum Loss Pad

set(pad_type: PadType) None[source]
# INPut:IQ:IMPedance:PTYPe
driver.inputPy.iq.impedance.ptype.set(pad_type = enums.PadType.MLPad)

Defines the type of matching pad used for impedance conversion for analog baseband input. For RF input, use the method RsFsw.inputPy.impedance.ptype.set() command.

Parameters:

pad_type – SRESistor | MLPad SRESistor Series-R MLPad Minimum Loss Pad