CcResult

SCPI Command :

[SENSe]:NR5G:RSUMmary:CCResult
class CcResultCls[source]

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

get() RsFsw.enums.CarriersAnalyze[source]
# SCPI: [SENSe]:NR5G:RSUMmary:CCResult
value: enums.CarriersAnalyze = driver.applications.k14Xnr5G.sense.nr5G.rsummary.ccResult.get()
Selects the way multiple carriers are analyzed.

INTRO_CMD_HELP: Prerequisites for this command

  • Select mutiple carriers (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.NoCc.set) .

return

result: ALL Analyzes all component carriers and shows information about all of them in the result summary. VIEWed Analyzes the two component carriers assigned to the two views. The result summary only shows information about those two component carriers.

set(result: RsFsw.enums.CarriersAnalyze) None[source]
# SCPI: [SENSe]:NR5G:RSUMmary:CCResult
driver.applications.k14Xnr5G.sense.nr5G.rsummary.ccResult.set(result = enums.CarriersAnalyze.ALL)
Selects the way multiple carriers are analyzed.

INTRO_CMD_HELP: Prerequisites for this command

  • Select mutiple carriers (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.NoCc.set) .

param result

ALL Analyzes all component carriers and shows information about all of them in the result summary. VIEWed Analyzes the two component carriers assigned to the two views. The result summary only shows information about those two component carriers.