Tcase
SCPI Command :
CONFigure[:NR5G]:ORAN:TCASe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() TestCaseNr5G[source]
# CONFigure[:NR5G]:ORAN:TCASe value: enums.TestCaseNr5G = driver.applications.k14Xnr5G.configure.nr5G.oran.tcase.get()
Selects an O-RAN test case.
- Returns:
test_case: (enum or string) string String containing the name of the test case, e.g. ‘TC 3.2.3.1.1’. The string ‘NONE’ removes a test case.
- set(test_case: TestCaseNr5G) None[source]
# CONFigure[:NR5G]:ORAN:TCASe driver.applications.k14Xnr5G.configure.nr5G.oran.tcase.set(test_case = enums.TestCaseNr5G.NONE)
Selects an O-RAN test case.
- Parameters:
test_case – (enum or string) string String containing the name of the test case, e.g. ‘TC 3.2.3.1.1’. The string ‘NONE’ removes a test case.