All

SCPI Command :

CONFigure:NRMMw:MEASurement<Instance>:PRACh:RESult[:ALL]
class AllCls[source]

All commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class AllStruct[source]

Response structure. Fields:

  • Modulation: bool: OFF: Do not evaluate the results. ON: Evaluate the results.

  • Power_Dynamics: bool: OFF: Do not evaluate the results. ON: Evaluate the results.

get() AllStruct[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:PRACh:RESult[:ALL]
value: AllStruct = driver.configure.nrMmwMeas.prach.result.all.get()

Enables or disables the evaluation of results in the PRACH measurement. This command combines all other CONFigure:NRMMw:MEAS<i>:PRACh:RESult… commands.

return:

structure: for return value, see the help for AllStruct structure arguments.

set(modulation: bool, power_dynamics: bool) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:PRACh:RESult[:ALL]
driver.configure.nrMmwMeas.prach.result.all.set(modulation = False, power_dynamics = False)

Enables or disables the evaluation of results in the PRACH measurement. This command combines all other CONFigure:NRMMw:MEAS<i>:PRACh:RESult… commands.

param modulation:

OFF: Do not evaluate the results. ON: Evaluate the results.

param power_dynamics:

OFF: Do not evaluate the results. ON: Evaluate the results.