CoThreshold

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:UEReport:SCC<Carrier>:RSSI:COTHreshold
class CoThresholdCls[source]

CoThreshold commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(secondaryCompCarrier=SecondaryCompCarrier.Default) int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UEReport:SCC<Carrier>:RSSI:COTHreshold
value: int = driver.configure.ueReport.scc.rssi.coThreshold.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Specifies a threshold for channel occupancy measurements for LAA. The setting is signaled to the UE as ‘channelOccupancyThreshold’. The same value applies to all SCCs with frame structure type 3.

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)

return:

threshold: numeric Range: 0 to 76

set(threshold: int, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UEReport:SCC<Carrier>:RSSI:COTHreshold
driver.configure.ueReport.scc.rssi.coThreshold.set(threshold = 1, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Specifies a threshold for channel occupancy measurements for LAA. The setting is signaled to the UE as ‘channelOccupancyThreshold’. The same value applies to all SCCs with frame structure type 3.

param threshold:

numeric Range: 0 to 76

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)