Modulation

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:PRACh:MODulation:EWPosition
class ModulationCls[source]

Modulation commands group definition. 3 total commands, 1 Subgroups, 1 group commands

get_ew_position() LowHigh[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:PRACh:MODulation:EWPosition
value: enums.LowHigh = driver.configure.nrSubMeas.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

set_ew_position(evm_window_pos: LowHigh) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:PRACh:MODulation:EWPosition
driver.configure.nrSubMeas.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

Cloning the Group

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

Subgroups