TypePy

SCPI Command :

INPut:TYPE
class TypePyCls[source]

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

get() RsFsw.enums.InputSelect[source]
# SCPI: INPut:TYPE
value: enums.InputSelect = driver.applications.k50Spurious.inputPy.typePy.get()

The command selects the input path.

return

input_py: INPUT1 Selects RF input 1. 1 mm [RF Input] connector INPUT2 Selects RF input 2. For FSW85 models with two RF input connectors: 1.85 mm [RF2 Input] connector For all other models: not available

set(input_py: RsFsw.enums.InputSelect) None[source]
# SCPI: INPut:TYPE
driver.applications.k50Spurious.inputPy.typePy.set(input_py = enums.InputSelect.INPut1)

The command selects the input path.

param input_py

INPUT1 Selects RF input 1. 1 mm [RF Input] connector INPUT2 Selects RF input 2. For FSW85 models with two RF input connectors: 1.85 mm [RF2 Input] connector For all other models: not available