Modulation

SCPI Commands :

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

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

get_ew_position() LowHigh[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:SRS:MODulation:EWPosition
value: enums.LowHigh = driver.configure.nrSubMeas.srs.modulation.get_ew_position()

No command help available

return:

evm_window_pos: No help available

get_ssymbol() int[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:SRS:MODulation:SSYMbol
value: int = driver.configure.nrSubMeas.srs.modulation.get_ssymbol()

No command help available

return:

selected_symbol: No help available

set_ew_position(evm_window_pos: LowHigh) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:SRS:MODulation:EWPosition
driver.configure.nrSubMeas.srs.modulation.set_ew_position(evm_window_pos = enums.LowHigh.HIGH)

No command help available

param evm_window_pos:

No help available

set_ssymbol(selected_symbol: int) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:SRS:MODulation:SSYMbol
driver.configure.nrSubMeas.srs.modulation.set_ssymbol(selected_symbol = 1)

No command help available

param selected_symbol:

No help available

Cloning the Group

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

Subgroups