Nradio

SCPI Command :

CREate:SIGNaling:NRADio:CGRoup
class NradioCls[source]

Nradio commands group definition. 3 total commands, 2 Subgroups, 1 group commands

set_cgroup(cell_group_name: str) None[source]
# SCPI: CREate:SIGNaling:NRADio:CGRoup
driver.create.signaling.nradio.set_cgroup(cell_group_name = 'abc')

Creates an LTE or NR cell group. Assign a unique name to each named object within the test environment. Assigning an already used name can be rejected with an error message, even if the other object has not the same type as the new object.

param cell_group_name:

Assigns a name to the cell group. The string is used in other commands to select this cell group.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.create.signaling.nradio.clone()

Subgroups