EwLength

SCPI Command :

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

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

class EwLengthStruct[source]

Response structure. Fields:

  • Length_Cp_Normal: List[int]: No parameter help available

  • Length_Cp_Extended: List[int]: No parameter help available

get() EwLengthStruct[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:MODulation:EWLength
value: EwLengthStruct = driver.configure.lteMeas.multiEval.modulation.ewLength.get()

Specifies the EVM window length in samples for all channel bandwidths, depending on the cyclic prefix (CP) type.

return:

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

set(length_cp_normal: List[int], length_cp_extended: List[int]) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:MODulation:EWLength
driver.configure.lteMeas.multiEval.modulation.ewLength.set(length_cp_normal = [1, 2, 3], length_cp_extended = [1, 2, 3])

Specifies the EVM window length in samples for all channel bandwidths, depending on the cyclic prefix (CP) type.

param length_cp_normal:

No help available

param length_cp_extended:

No help available

Cloning the Group

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

Subgroups