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
class RtfCls[source]

Rtf commands group definition. 10 total commands, 0 Subgroups, 10 group commands

get_ack_definition() RsSmw.enums.LowHigh[source]
# SCPI: [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.

return

ack_definition: LOW| HIGH

get_aus_delay() float[source]
# SCPI: [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.

return

add_user_delay: float Range: -1 to 2.99

get_bb_selector() int[source]
# SCPI: [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.

return

bb_selector: integer Range: 0 to 3

get_bb_smue() int[source]
# SCPI: [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.

return

bb_select_mov_ue: No help available

get_bb_ssue() int[source]
# SCPI: [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.

return

bb_select_stat_ue: No help available

get_conmue() RsSmw.enums.EutraTcwConnector[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TCW:RTF:CONMue
value: enums.EutraTcwConnector = driver.source.bb.eutra.tcw.rtf.get_conmue()

Determines the feedback line connector.

return

connector_mov_ue: No help available

get_connector() RsSmw.enums.EutraTcwConnector[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TCW:RTF:CONNector
value: enums.EutraTcwConnector = driver.source.bb.eutra.tcw.rtf.get_connector()

Determines the feedback line connector.

return

connector: NOFB| LOCal| GLOBal

get_consue() RsSmw.enums.EutraTcwConnector[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TCW:RTF:CONSue
value: enums.EutraTcwConnector = driver.source.bb.eutra.tcw.rtf.get_consue()

Determines the feedback line connector.

return

connector_stat_ue: No help available

get_mode() RsSmw.enums.EutraTcwrtfMode[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TCW:RTF:MODE
value: enums.EutraTcwrtfMode = driver.source.bb.eutra.tcw.rtf.get_mode()

Determines the feedback mode.

return

mode: SER3X8| SER| BIN BIN Binary ACK/NACK SER Serial SER3X8 Serial 3x8

get_ser_rate() RsSmw.enums.EutraSerialRate[source]
# SCPI: [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.

return

serial_rate: SR1_92M| SR1_6M| SR115_2K

set_ack_definition(ack_definition: RsSmw.enums.LowHigh) None[source]
# SCPI: [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.

param ack_definition

LOW| HIGH

set_aus_delay(add_user_delay: float) None[source]
# SCPI: [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.

param add_user_delay

float Range: -1 to 2.99

set_bb_selector(bb_selector: int) None[source]
# SCPI: [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.

param bb_selector

integer Range: 0 to 3

set_bb_smue(bb_select_mov_ue: int) None[source]
# SCPI: [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.

param bb_select_mov_ue

integer Range: 0 to 3

set_bb_ssue(bb_select_stat_ue: int) None[source]
# SCPI: [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.

param bb_select_stat_ue

integer Range: 0 to 3

set_conmue(connector_mov_ue: RsSmw.enums.EutraTcwConnector) None[source]
# SCPI: [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.

param connector_mov_ue

NOFB| LOCal| GLOBal

set_connector(connector: RsSmw.enums.EutraTcwConnector) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TCW:RTF:CONNector
driver.source.bb.eutra.tcw.rtf.set_connector(connector = enums.EutraTcwConnector.GLOBal)

Determines the feedback line connector.

param connector

NOFB| LOCal| GLOBal

set_consue(connector_stat_ue: RsSmw.enums.EutraTcwConnector) None[source]
# SCPI: [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.

param connector_stat_ue

NOFB| LOCal| GLOBal

set_mode(mode: RsSmw.enums.EutraTcwrtfMode) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TCW:RTF:MODE
driver.source.bb.eutra.tcw.rtf.set_mode(mode = enums.EutraTcwrtfMode.BIN)

Determines the feedback mode.

param mode

SER3X8| SER| BIN BIN Binary ACK/NACK SER Serial SER3X8 Serial 3x8

set_ser_rate(serial_rate: RsSmw.enums.EutraSerialRate) None[source]
# SCPI: [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.

param serial_rate

SR1_92M| SR1_6M| SR115_2K