EwLength

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:PRACh:MODulation:EWLength
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get_value() List[int][source]
# CONFigure:NRSub:MEASurement<Instance>:PRACh:MODulation:EWLength
value: List[int] = driver.configure.nrSubMeas.prach.modulation.ewLength.get_value()

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

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

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

Cloning the Group

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

Subgroups