Uplane
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UPLane:STATe
- class UplaneCls[source]
Uplane commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UPLane:STATe value: bool = driver.source.bb.eutra.uplane.get_state()
Turns user plane data generation according to the O-RAN standard on and off.
- return
up_lane_state: 1| ON| 0| OFF
- set_state(up_lane_state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UPLane:STATe driver.source.bb.eutra.uplane.set_state(up_lane_state = False)
Turns user plane data generation according to the O-RAN standard on and off.
- param up_lane_state
1| ON| 0| OFF