Ptype

SCPI Command :

INPut:IQ:IMPedance:PTYPe
class PtypeCls[source]

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

get() RsFsw.enums.PadType[source]
# SCPI: 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.

return

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

set(pad_type: RsFsw.enums.PadType) None[source]
# SCPI: 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.

param pad_type

SRESistor | MLPad SRESistor Series-R MLPad Minimum Loss Pad