TypePy

SCPI Commands

INPut<InputIx>:IQ:TYPE
class TypePyCls[source]

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

get(inputIx=InputIx.Default) IqType[source]
# SCPI: INPut<ip>:IQ:TYPE
value: enums.IqType = driver.applications.iqAnalyzer.inputPy.iq.typePy.get(inputIx = repcap.InputIx.Default)

No command help available

param inputIx

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

return

data_type: No help available

set(data_type: IqType, inputIx=InputIx.Default) None[source]
# SCPI: INPut<ip>:IQ:TYPE
driver.applications.iqAnalyzer.inputPy.iq.typePy.set(data_type = enums.IqType.Ipart=I, inputIx = repcap.InputIx.Default)

No command help available

param data_type

No help available

param inputIx

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