Modulation
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>:MEValuation:MODulation:TDLoffset
- class ModulationCls[source]
Modulation commands group definition. 8 total commands, 3 Subgroups, 1 group commands
- get_tdl_offset() float[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:MODulation:TDLoffset value: float = driver.configure.nrSubMeas.multiEval.modulation.get_tdl_offset()
Specifies the offset of the UL DC subcarrier from the center frequency, as number of subcarriers.
- return:
offset: numeric Range: -2048 to 2047
- set_tdl_offset(offset: float) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:MODulation:TDLoffset driver.configure.nrSubMeas.multiEval.modulation.set_tdl_offset(offset = 1.0)
Specifies the offset of the UL DC subcarrier from the center frequency, as number of subcarriers.
- param offset:
numeric Range: -2048 to 2047
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.configure.nrSubMeas.multiEval.modulation.clone()
Subgroups