TypePy

SCPI Commands

INPut<InputIx>:TYPE
class TypePyCls[source]

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

get(inputIx=InputIx.Default) InputSelect[source]
# SCPI: INPut<ip>:TYPE
value: enums.InputSelect = driver.applications.k30NoiseFigure.inputPy.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

input_py: No help available

set(input_py: InputSelect, inputIx=InputIx.Default) None[source]
# SCPI: INPut<ip>:TYPE
driver.applications.k30NoiseFigure.inputPy.typePy.set(input_py = enums.InputSelect.INPut1, inputIx = repcap.InputIx.Default)

No command help available

param input_py

No help available

param inputIx

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