CombinedSignalPath

SCPI Command :

ROUTe:LTE:MEASurement<Instance>:SCENario:CSPath
class CombinedSignalPathCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Master: str: string Controlling application Example: ‘LTE Sig1’ or ‘LTE Sig2’

  • Carrier: str: string Uplink carrier or set of uplink carriers configured in the controlling application Examples: ‘PCC’, ‘SCC2’, ‘Set A’, ‘Set B’ If a set is selected, a query returns the carrier of the set that is used by the measurement to select the RF path.

  • Set_Py: str: string Measured set of uplink carriers Example: ‘Set A’, ‘Set B’ Only returned for intraband contiguous UL CA.

get() GetStruct[source]
# SCPI: ROUTe:LTE:MEASurement<Instance>:SCENario:CSPath
value: GetStruct = driver.route.scenario.combinedSignalPath.get()

Activates the combined signal path scenario and selects the controlling application and primary carrier. The selected application controls most signal routing settings, analyzer settings and some measurement control settings while the combined signal path scenario is active. The command usage depends on the carrier aggregation mode of the measured signal: no UL carrier aggregation, non-contiguous UL carrier aggregation or intraband contiguous UL carrier aggregation. The following table provides an overview.

Table Header: CA type / Setting command / Query returns

  • No UL CA / ROUT:LTE:MEAS:SCEN:CSP <Controller> <Carrier> can be skipped and equals ‘PCC’. / <Controller>, ‘PCC’

  • Non-contiguous UL CA / ROUT:LTE:MEAS:SCEN:CSP <Controller>, <Carrier> <Carrier>: measured carrier (‘PCC’, ‘SCC2’, …) / <Controller>, <Carrier>

  • Intraband contiguous UL CA / ROUT:LTE:MEAS:SCEN:CSP <Controller>, <Carrier> <Carrier>: set of carriers (‘Set A’, ‘Set B’, …) / <Controller>, <Carrier>, <Set> <Carrier>: carrier selecting RF path (‘PCC’, ‘SCC2’, …) <Set>: measured set of carriers (‘Set A’, ‘Set B’, …)

return:

structure: for return value, see the help for GetStruct structure arguments.

set(master: str, carrier: str = None) None[source]
# SCPI: ROUTe:LTE:MEASurement<Instance>:SCENario:CSPath
driver.route.scenario.combinedSignalPath.set(master = 'abc', carrier = 'abc')

Activates the combined signal path scenario and selects the controlling application and primary carrier. The selected application controls most signal routing settings, analyzer settings and some measurement control settings while the combined signal path scenario is active. The command usage depends on the carrier aggregation mode of the measured signal: no UL carrier aggregation, non-contiguous UL carrier aggregation or intraband contiguous UL carrier aggregation. The following table provides an overview.

Table Header: CA type / Setting command / Query returns

  • No UL CA / ROUT:LTE:MEAS:SCEN:CSP <Controller> <Carrier> can be skipped and equals ‘PCC’. / <Controller>, ‘PCC’

  • Non-contiguous UL CA / ROUT:LTE:MEAS:SCEN:CSP <Controller>, <Carrier> <Carrier>: measured carrier (‘PCC’, ‘SCC2’, …) / <Controller>, <Carrier>

  • Intraband contiguous UL CA / ROUT:LTE:MEAS:SCEN:CSP <Controller>, <Carrier> <Carrier>: set of carriers (‘Set A’, ‘Set B’, …) / <Controller>, <Carrier>, <Set> <Carrier>: carrier selecting RF path (‘PCC’, ‘SCC2’, …) <Set>: measured set of carriers (‘Set A’, ‘Set B’, …)

param master:

No help available

param carrier:

string Uplink carrier or set of uplink carriers configured in the controlling application Examples: ‘PCC’, ‘SCC2’, ‘Set A’, ‘Set B’ If a set is selected, a query returns the carrier of the set that is used by the measurement to select the RF path.