Uplane
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UPLane:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [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.
- Returns:
up_lane_state: 1 | ON | 0| OFF
- set_state(up_lane_state: bool) None[source]
# [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.
- Parameters:
up_lane_state – 1 | ON | 0| OFF