Ptype
SCPI Command :
INPut:IQ:OSC:IMPedance:PTYPe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() PadType[source]
# 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 methodRsFsw.inputPy.iq.impedance.ptype.set()command.- Returns:
pad_type: SRESistor | MLPad SRESistor Series-R MLPad Minimum Loss Pad
- set(pad_type: PadType) None[source]
# 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 methodRsFsw.inputPy.iq.impedance.ptype.set()command.- Parameters:
pad_type – SRESistor | MLPad SRESistor Series-R MLPad Minimum Loss Pad