Ptype

SCPI Command :

INPut:IQ:OSC:IMPedance:PTYPe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() PadType[source]
# INPut:IQ:OSC:IMPedance:PTYPe
value: enums.PadType = driver.inputPy.iq.osc.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. For analog baseband input without an oscilloscope, use the method RsFsw.inputPy.iq.impedance.ptype.set() command.

Returns:

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

set(pad_type: PadType) None[source]
# INPut:IQ:OSC:IMPedance:PTYPe
driver.inputPy.iq.osc.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. For analog baseband input without an oscilloscope, use the method RsFsw.inputPy.iq.impedance.ptype.set() command.

Parameters:

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