Ptype

SCPI Command :

INPut<ip>:IQ:IMPedance:PTYPe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(inputPy=InputPy.Default) PadType[source]
# INPut<ip>:IQ:IMPedance:PTYPe
value: enums.PadType = driver.applications.iqAnalyzer.inputPy.iq.impedance.ptype.get(inputPy = repcap.InputPy.Default)

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:

inputPy – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)

Returns:

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

set(pad_type: PadType, inputPy=InputPy.Default) None[source]
# INPut<ip>:IQ:IMPedance:PTYPe
driver.applications.iqAnalyzer.inputPy.iq.impedance.ptype.set(pad_type = enums.PadType.MLPad, inputPy = repcap.InputPy.Default)

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

  • inputPy – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)