Tcase

SCPI Command :

CONFigure[:NR5G]:ORAN:TCASe
class TcaseCls[source]

Tcase commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() RsFsw.enums.TestCaseNr5G[source]
# SCPI: CONFigure[:NR5G]:ORAN:TCASe
value: enums.TestCaseNr5G = driver.applications.k14Xnr5G.configure.nr5G.oran.tcase.get()

Selects an O-RAN test case.

return

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: RsFsw.enums.TestCaseNr5G) None[source]
# SCPI: CONFigure[:NR5G]:ORAN:TCASe
driver.applications.k14Xnr5G.configure.nr5G.oran.tcase.set(test_case = enums.TestCaseNr5G.NONE)

Selects an O-RAN test case.

param 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.