Connector
SCPI Command :
INPut:CONNector
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() InputConnector[source]
# INPut:CONNector value: enums.InputConnector = driver.applications.k10Xlte.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.
- Returns:
conn_type: RF RF input connector AIQI Analog Baseband I connector This setting is only available if the ‘Analog Baseband’ interface is installed and active for input. It is not available for the FSW67 or FSW85. For more information on the ‘Analog Baseband’ interface, see the FSW I/Q Analyzer and I/Q Input User Manual. RFPRobe Active RF probe
- set(conn_type: InputConnector) None[source]
# INPut:CONNector driver.applications.k10Xlte.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.
- Parameters:
conn_type – RF RF input connector AIQI Analog Baseband I connector This setting is only available if the ‘Analog Baseband’ interface is installed and active for input. It is not available for the FSW67 or FSW85. For more information on the ‘Analog Baseband’ interface, see the FSW I/Q Analyzer and I/Q Input User Manual. RFPRobe Active RF probe