Modulation

SCPI Commands :

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

Modulation commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_ew_length() List[int][source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:PRACh:MODulation:EWLength
value: List[int] = driver.configure.nrMmwMeas.prach.modulation.get_ew_length()

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

return:

evm_window_length: No help available

get_ew_position() LowHigh[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:PRACh:MODulation:EWPosition
value: enums.LowHigh = driver.configure.nrMmwMeas.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_length(evm_window_length: List[int]) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:PRACh:MODulation:EWLength
driver.configure.nrMmwMeas.prach.modulation.set_ew_length(evm_window_length = [1, 2, 3])

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

param evm_window_length:

No help available

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