TypePy

SCPI Commands

INPut<InputIx>:IQ:OSC: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:OSC:TYPE
value: enums.IqType = driver.inputPy.iq.osc.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

type_py: No help available

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

No command help available

param type_py

No help available

param inputIx

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