Modulation

SCPI Commands :

CONFigure:LTE:MEASurement<Instance>:PRACh:MODulation:LRSindex
CONFigure:LTE:MEASurement<Instance>:PRACh:MODulation:ZCZConfig
CONFigure:LTE:MEASurement<Instance>:PRACh:MODulation:EWPosition
class ModulationCls[source]

Modulation commands group definition. 7 total commands, 2 Subgroups, 3 group commands

get_ew_position() LowHigh[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:PRACh:MODulation:EWPosition
value: enums.LowHigh = driver.configure.lteMeas.prach.modulation.get_ew_position()

Specifies the position of the EVM window used for calculation of the trace results.

return:

evm_window_pos: No help available

get_lrs_index() int[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:PRACh:MODulation:LRSindex
value: int = driver.configure.lteMeas.prach.modulation.get_lrs_index()

Specifies the logical root sequence index to be used for generation of the preamble sequence. For Signal Path = Network, the setting is not configurable.

return:

log_root_seq_index: No help available

get_zcz_config() int[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:PRACh:MODulation:ZCZConfig
value: int = driver.configure.lteMeas.prach.modulation.get_zcz_config()

Specifies the zero correlation zone config, i.e. which NCS value of an NCS set is used for generation of the preamble sequence. For Signal Path = Network, the setting is not configurable.

return:

zero_corr_zone_con: No help available

set_ew_position(evm_window_pos: LowHigh) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:PRACh:MODulation:EWPosition
driver.configure.lteMeas.prach.modulation.set_ew_position(evm_window_pos = enums.LowHigh.HIGH)

Specifies the position of the EVM window used for calculation of the trace results.

param evm_window_pos:

No help available

set_lrs_index(log_root_seq_index: int) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:PRACh:MODulation:LRSindex
driver.configure.lteMeas.prach.modulation.set_lrs_index(log_root_seq_index = 1)

Specifies the logical root sequence index to be used for generation of the preamble sequence. For Signal Path = Network, the setting is not configurable.

param log_root_seq_index:

No help available

set_zcz_config(zero_corr_zone_con: int) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:PRACh:MODulation:ZCZConfig
driver.configure.lteMeas.prach.modulation.set_zcz_config(zero_corr_zone_con = 1)

Specifies the zero correlation zone config, i.e. which NCS value of an NCS set is used for generation of the preamble sequence. For Signal Path = Network, the setting is not configurable.

param zero_corr_zone_con:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.lteMeas.prach.modulation.clone()

Subgroups