Uplane
SCPI Command :
[SOURce<HW>]:BB:NR5G:UPLane:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:BB:NR5G:UPLane:STATe value: bool = driver.source.bb.nr5G.uplane.get_state()
Turns generation of user plane data according to 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:NR5G:UPLane:STATe driver.source.bb.nr5G.uplane.set_state(up_lane_state = False)
Turns generation of user plane data according to O-RAN standard on and off.
- Parameters:
up_lane_state – 1 | ON | 0| OFF