Ptype

SCPI Command :

INPut:IQ:OSC: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: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.

return

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

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

param pad_type

SRESistor | MLPad SRESistor Series-R MLPad Minimum Loss Pad