Ptype

SCPI Command :

INPut:IMPedance:PTYPe
class PtypeCls[source]

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

get() RsFsw.enums.PadType[source]
# SCPI: INPut:IMPedance:PTYPe
value: enums.PadType = driver.inputPy.impedance.ptype.get()

Defines the type of matching pad used for impedance conversion for RF input. For input from the ‘Analog Baseband’ interface, use the method RsFsw.InputPy.Iq.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:IMPedance:PTYPe
driver.inputPy.impedance.ptype.set(pad_type = enums.PadType.MLPad)

Defines the type of matching pad used for impedance conversion for RF input. For input from the ‘Analog Baseband’ interface, use the method RsFsw.InputPy.Iq.Impedance.Ptype.set command.

param pad_type

SRESistor | MLPad SRESistor Series-R MLPad Minimum Loss Pad