EwLength

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:PRACh:MODulation:EWLength
class EwLengthCls[source]

EwLength commands group definition. 2 total commands, 1 Subgroups, 1 group commands

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

Specifies the EVM window length in samples for all preamble formats.

return:

evm_window_length: No help available

set_value(evm_window_length: List[int]) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:PRACh:MODulation:EWLength
driver.configure.lteMeas.prach.modulation.ewLength.set_value(evm_window_length = [1, 2, 3])

Specifies the EVM window length in samples for all preamble formats.

param evm_window_length:

No help available

Cloning the Group

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

Subgroups