Sue

SCPI Commands :

[SOURce<HW>]:BB:NR5G:TCW:RTF:SUE:BBSelector
[SOURce<HW>]:BB:NR5G:TCW:RTF:SUE:CONNector
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_bb_selector() int[source]
# [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.

get_connector() FeedbackConnectorAll[source]
# [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.

Returns:

sue_connector: LOCal

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

Parameters:

suebb_selector – integer Range: 0 to 3

set_connector(sue_connector: FeedbackConnectorAll) None[source]
# [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.