Connector

SCPI Command :

INPut:CONNector
class ConnectorCls[source]

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

get() RsFsw.enums.InputConnector[source]
# SCPI: INPut:CONNector
value: enums.InputConnector = driver.applications.k14Xnr5G.inputPy.connector.get()

Determines which connector the input for the measurement is taken from. For more information, see ‘Receiving Data Input and Providing Data Output’. If an external frontend is active, the connector is automatically set to RF.

return

conn_type: RF RF input connector AIQI Analog Baseband I connector This setting is only available if the ‘Analog Baseband’ interface (FSW-B71) is installed and active for input. It is not available for the FSW67 or FSW85. RFPRobe Active RF probe

set(conn_type: RsFsw.enums.InputConnector) None[source]
# SCPI: INPut:CONNector
driver.applications.k14Xnr5G.inputPy.connector.set(conn_type = enums.InputConnector.AIQI)

Determines which connector the input for the measurement is taken from. For more information, see ‘Receiving Data Input and Providing Data Output’. If an external frontend is active, the connector is automatically set to RF.

param conn_type

RF RF input connector AIQI Analog Baseband I connector This setting is only available if the ‘Analog Baseband’ interface (FSW-B71) is installed and active for input. It is not available for the FSW67 or FSW85. RFPRobe Active RF probe