TypePy

SCPI Command :

INPut:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() InputSelect[source]
# INPut:TYPE
value: enums.InputSelect = driver.applications.k149Uwb.inputPy.typePy.get()

The command selects the input path.

Returns:

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: InputSelect) None[source]
# INPut:TYPE
driver.applications.k149Uwb.inputPy.typePy.set(input_py = enums.InputSelect.INPut1)

The command selects the input path.

Parameters:

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