Rtf
SCPI Commands :
[SOURce<HW>]:BB:EUTRa:TCW:RTF:ACKDefinition
[SOURce<HW>]:BB:EUTRa:TCW:RTF:AUSDelay
[SOURce<HW>]:BB:EUTRa:TCW:RTF:BBSMue
[SOURce<HW>]:BB:EUTRa:TCW:RTF:BBSSue
[SOURce<HW>]:BB:EUTRa:TCW:RTF:BBSelector
[SOURce<HW>]:BB:EUTRa:TCW:RTF:CONMue
[SOURce<HW>]:BB:EUTRa:TCW:RTF:CONNector
[SOURce<HW>]:BB:EUTRa:TCW:RTF:CONSue
[SOURce<HW>]:BB:EUTRa:TCW:RTF:MODE
[SOURce<HW>]:BB:EUTRa:TCW:RTF:SERRate
- Commands in total: 10Subgroups: 0Direct child commands: 10
- get_ack_definition() LowHigh[source]
# [SOURce<HW>]:BB:EUTRa:TCW:RTF:ACKDefinition value: enums.LowHigh = driver.source.bb.eutra.tcw.rtf.get_ack_definition()
Determines whether a high or a low binary level on the feedback line connector represents an ACK.
- Returns:
ack_definition: LOW | HIGH
- get_aus_delay() float[source]
# [SOURce<HW>]:BB:EUTRa:TCW:RTF:AUSDelay value: float = driver.source.bb.eutra.tcw.rtf.get_aus_delay()
Determines the point in time when the feedback can be sent to the instrument.
- Returns:
add_user_delay: float Range: -1 to 2.99
- get_bb_selector() int[source]
# [SOURce<HW>]:BB:EUTRa:TCW:RTF:BBSelector value: int = driver.source.bb.eutra.tcw.rtf.get_bb_selector()
This parameter is required for multiplexing serial commands for different baseband units to one feedback line. If the selector n is configured in the GUI for a specific baseband unit, the baseband unit will listen only to serial commands containing the selector n.
- Returns:
bb_selector: integer Range: 0 to 3
- get_bb_smue() int[source]
# [SOURce<HW>]:BB:EUTRa:TCW:RTF:BBSMue value: int = driver.source.bb.eutra.tcw.rtf.get_bb_smue()
This parameter is required for multiplexing serial commands for different baseband units to one feedback line. If the selector n is configured in the GUI for a specific baseband unit, the baseband unit will listen only to serial commands containing the selector n.
- get_bb_ssue() int[source]
# [SOURce<HW>]:BB:EUTRa:TCW:RTF:BBSSue value: int = driver.source.bb.eutra.tcw.rtf.get_bb_ssue()
This parameter is required for multiplexing serial commands for different baseband units to one feedback line. If the selector n is configured in the GUI for a specific baseband unit, the baseband unit will listen only to serial commands containing the selector n.
- get_conmue() EutraTcwConnector[source]
# [SOURce<HW>]:BB:EUTRa:TCW:RTF:CONMue value: enums.EutraTcwConnector = driver.source.bb.eutra.tcw.rtf.get_conmue()
Determines the feedback line connector.
- get_connector() EutraTcwConnector[source]
# [SOURce<HW>]:BB:EUTRa:TCW:RTF:CONNector value: enums.EutraTcwConnector = driver.source.bb.eutra.tcw.rtf.get_connector()
Determines the feedback line connector.
- Returns:
connector: NOFB | LOCal | GLOBal
- get_consue() EutraTcwConnector[source]
# [SOURce<HW>]:BB:EUTRa:TCW:RTF:CONSue value: enums.EutraTcwConnector = driver.source.bb.eutra.tcw.rtf.get_consue()
Determines the feedback line connector.
- get_mode() EutraTcwrtfMode[source]
# [SOURce<HW>]:BB:EUTRa:TCW:RTF:MODE value: enums.EutraTcwrtfMode = driver.source.bb.eutra.tcw.rtf.get_mode()
Determines the feedback mode.
- Returns:
mode: SER3X8 | SER | BIN BIN Binary ACK/NACK SER Serial SER3X8 Serial 3x8
- get_ser_rate() EutraSerialRate[source]
# [SOURce<HW>]:BB:EUTRa:TCW:RTF:SERRate value: enums.EutraSerialRate = driver.source.bb.eutra.tcw.rtf.get_ser_rate()
Sets the bit rate of the serial transmission. Possible rates are 115.2 kbps, 1.6 Mbps and 1.92 Mbps.
- Returns:
serial_rate: SR1_92M | SR1_6M | SR115_2K
- set_ack_definition(ack_definition: LowHigh) None[source]
# [SOURce<HW>]:BB:EUTRa:TCW:RTF:ACKDefinition driver.source.bb.eutra.tcw.rtf.set_ack_definition(ack_definition = enums.LowHigh.HIGH)
Determines whether a high or a low binary level on the feedback line connector represents an ACK.
- Parameters:
ack_definition – LOW | HIGH
- set_aus_delay(add_user_delay: float) None[source]
# [SOURce<HW>]:BB:EUTRa:TCW:RTF:AUSDelay driver.source.bb.eutra.tcw.rtf.set_aus_delay(add_user_delay = 1.0)
Determines the point in time when the feedback can be sent to the instrument.
- Parameters:
add_user_delay – float Range: -1 to 2.99
- set_bb_selector(bb_selector: int) None[source]
# [SOURce<HW>]:BB:EUTRa:TCW:RTF:BBSelector driver.source.bb.eutra.tcw.rtf.set_bb_selector(bb_selector = 1)
This parameter is required for multiplexing serial commands for different baseband units to one feedback line. If the selector n is configured in the GUI for a specific baseband unit, the baseband unit will listen only to serial commands containing the selector n.
- Parameters:
bb_selector – integer Range: 0 to 3
- set_bb_smue(bb_select_mov_ue: int) None[source]
# [SOURce<HW>]:BB:EUTRa:TCW:RTF:BBSMue driver.source.bb.eutra.tcw.rtf.set_bb_smue(bb_select_mov_ue = 1)
This parameter is required for multiplexing serial commands for different baseband units to one feedback line. If the selector n is configured in the GUI for a specific baseband unit, the baseband unit will listen only to serial commands containing the selector n.
- Parameters:
bb_select_mov_ue – integer Range: 0 to 3
- set_bb_ssue(bb_select_stat_ue: int) None[source]
# [SOURce<HW>]:BB:EUTRa:TCW:RTF:BBSSue driver.source.bb.eutra.tcw.rtf.set_bb_ssue(bb_select_stat_ue = 1)
This parameter is required for multiplexing serial commands for different baseband units to one feedback line. If the selector n is configured in the GUI for a specific baseband unit, the baseband unit will listen only to serial commands containing the selector n.
- Parameters:
bb_select_stat_ue – integer Range: 0 to 3
- set_conmue(connector_mov_ue: EutraTcwConnector) None[source]
# [SOURce<HW>]:BB:EUTRa:TCW:RTF:CONMue driver.source.bb.eutra.tcw.rtf.set_conmue(connector_mov_ue = enums.EutraTcwConnector.GLOBal)
Determines the feedback line connector.
- Parameters:
connector_mov_ue – NOFB | LOCal | GLOBal
- set_connector(connector: EutraTcwConnector) None[source]
# [SOURce<HW>]:BB:EUTRa:TCW:RTF:CONNector driver.source.bb.eutra.tcw.rtf.set_connector(connector = enums.EutraTcwConnector.GLOBal)
Determines the feedback line connector.
- Parameters:
connector – NOFB | LOCal | GLOBal
- set_consue(connector_stat_ue: EutraTcwConnector) None[source]
# [SOURce<HW>]:BB:EUTRa:TCW:RTF:CONSue driver.source.bb.eutra.tcw.rtf.set_consue(connector_stat_ue = enums.EutraTcwConnector.GLOBal)
Determines the feedback line connector.
- Parameters:
connector_stat_ue – NOFB | LOCal | GLOBal
- set_mode(mode: EutraTcwrtfMode) None[source]
# [SOURce<HW>]:BB:EUTRa:TCW:RTF:MODE driver.source.bb.eutra.tcw.rtf.set_mode(mode = enums.EutraTcwrtfMode.BIN)
Determines the feedback mode.
- Parameters:
mode – SER3X8 | SER | BIN BIN Binary ACK/NACK SER Serial SER3X8 Serial 3x8
- set_ser_rate(serial_rate: EutraSerialRate) None[source]
# [SOURce<HW>]:BB:EUTRa:TCW:RTF:SERRate driver.source.bb.eutra.tcw.rtf.set_ser_rate(serial_rate = enums.EutraSerialRate.SR1_6M)
Sets the bit rate of the serial transmission. Possible rates are 115.2 kbps, 1.6 Mbps and 1.92 Mbps.
- Parameters:
serial_rate – SR1_92M | SR1_6M | SR115_2K