Modulation
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>:PRACh:MODulation:EWPosition
- Commands in total: 3Subgroups: 1Direct child commands: 1
- get_ew_position() LowHigh[source]
# 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.
- Returns:
evm_window_pos: LOW | HIGH
- set_ew_position(evm_window_pos: LowHigh) None[source]
# 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.
- Parameters:
evm_window_pos – LOW | HIGH
Cloning the Group
# Create a copy of the original group, that exists independently
modulation_copy = driver.configure.nrSubMeas.prach.modulation.clone()
Subgroups