Sue

SCPI Commands :

[SOURce<HW>]:BB:NR5G:TCW:RTF:SUE:BBSelector
[SOURce<HW>]:BB:NR5G:TCW:RTF:SUE:CONNector
class SueCls[source]

Sue commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_bb_selector() int[source]
# SCPI: [SOURce<HW>]:BB:NR5G:TCW:RTF:SUE:BBSelector
value: int = driver.source.bb.nr5G.tcw.rtf.sue.get_bb_selector()

Defines which baseband selector index is used in the serial messages to address the baseband for a stationary UE.

return

suebb_selector: No help available

get_connector() RsSmw.enums.FeedbackConnectorAll[source]
# SCPI: [SOURce<HW>]:BB:NR5G:TCW:RTF:SUE:CONNector
value: enums.FeedbackConnectorAll = driver.source.bb.nr5G.tcw.rtf.sue.get_connector()

Queries the connector used for the real-time feedback of the stationary UE. Note that the result of the query is always LOCal, because feedback always uses the local connector.

return

sue_connector: LOCal

set_bb_selector(suebb_selector: int) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:TCW:RTF:SUE:BBSelector
driver.source.bb.nr5G.tcw.rtf.sue.set_bb_selector(suebb_selector = 1)

Defines which baseband selector index is used in the serial messages to address the baseband for a stationary UE.

param suebb_selector

integer Range: 0 to 3

set_connector(sue_connector: RsSmw.enums.FeedbackConnectorAll) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:TCW:RTF:SUE:CONNector
driver.source.bb.nr5G.tcw.rtf.sue.set_connector(sue_connector = enums.FeedbackConnectorAll.LOCal)

Queries the connector used for the real-time feedback of the stationary UE. Note that the result of the query is always LOCal, because feedback always uses the local connector.

param sue_connector

No help available