Ptype

SCPI Command :

INPut<ip>:IQ:IMPedance:PTYPe
class PtypeCls[source]

Ptype commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(inputIx=InputIx.Default) RsFsw.enums.PadType[source]
# SCPI: INPut<ip>:IQ:IMPedance:PTYPe
value: enums.PadType = driver.applications.iqAnalyzer.inputPy.iq.impedance.ptype.get(inputIx = repcap.InputIx.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.

param inputIx

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

return

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

set(pad_type: RsFsw.enums.PadType, inputIx=InputIx.Default) None[source]
# SCPI: INPut<ip>:IQ:IMPedance:PTYPe
driver.applications.iqAnalyzer.inputPy.iq.impedance.ptype.set(pad_type = enums.PadType.MLPad, inputIx = repcap.InputIx.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.

param pad_type

SRESistor | MLPad SRESistor Series-R MLPad Minimum Loss Pad

param inputIx

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