Ptype

SCPI Commands

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

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

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

No command help available

param inputIx

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

return

pad_type: No help available

set(pad_type: 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)

No command help available

param pad_type

No help available

param inputIx

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