Modulation

SCPI Commands :

CONFigure:NRMMw:MEASurement<Instance>:MEValuation:MODulation:TDLoffset
CONFigure:NRMMw:MEASurement<Instance>:MEValuation:MODulation:DPReceiver
class ModulationCls[source]

Modulation commands group definition. 11 total commands, 4 Subgroups, 2 group commands

get_dp_receiver() bool[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:MODulation:DPReceiver
value: bool = driver.configure.nrMmwMeas.multiEval.modulation.get_dp_receiver()

Enables maximum ratio combining for modulation measurements with two RX antennas plus one transmission layer.

return:

enable: No help available

get_tdl_offset() int[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:MODulation:TDLoffset
value: int = driver.configure.nrMmwMeas.multiEval.modulation.get_tdl_offset()

Specifies the offset of the UL DC subcarrier from the center frequency (number of subcarriers) .

return:

offset: No help available

set_dp_receiver(enable: bool) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:MODulation:DPReceiver
driver.configure.nrMmwMeas.multiEval.modulation.set_dp_receiver(enable = False)

Enables maximum ratio combining for modulation measurements with two RX antennas plus one transmission layer.

param enable:

No help available

set_tdl_offset(offset: int) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:MODulation:TDLoffset
driver.configure.nrMmwMeas.multiEval.modulation.set_tdl_offset(offset = 1)

Specifies the offset of the UL DC subcarrier from the center frequency (number of subcarriers) .

param offset:

No help available

Cloning the Group

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

Subgroups