Result

SCPI Commands :

CONFigure:NRSub:MEASurement<Instance>:PRACh:RESult:MODulation
CONFigure:NRSub:MEASurement<Instance>:PRACh:RESult:PDYNamics
CONFigure:NRSub:MEASurement<Instance>:PRACh:RESult[:ALL]
CONFigure:NRSub:MEASurement<Instance>:PRACh:RESult:EVMagnitude
CONFigure:NRSub:MEASurement<Instance>:PRACh:RESult:EVPReamble
CONFigure:NRSub:MEASurement<Instance>:PRACh:RESult:MERRor
CONFigure:NRSub:MEASurement<Instance>:PRACh:RESult:PERRor
CONFigure:NRSub:MEASurement<Instance>:PRACh:RESult:IQ
CONFigure:NRSub:MEASurement<Instance>:PRACh:RESult:PVPReamble
CONFigure:NRSub:MEASurement<Instance>:PRACh:RESult:TXM
class ResultCls[source]

Result commands group definition. 10 total commands, 0 Subgroups, 10 group commands

class AllStruct[source]

Structure for setting input parameters. Contains optional set arguments. Fields:

  • Evm: bool: No parameter help available

  • Magnitude_Error: bool: No parameter help available

  • Phase_Error: bool: No parameter help available

  • Iq: bool: No parameter help available

  • Power_Dynamics: bool: No parameter help available

  • Tx_Measurement: bool: No parameter help available

  • Evm_Vs_Preamble: bool: No parameter help available

  • Power_Vs_Preamble: bool: No parameter help available

get_all() AllStruct[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:PRACh:RESult[:ALL]
value: AllStruct = driver.configure.nrSubMeas.prach.result.get_all()

No command help available

return:

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

get_ev_magnitude() bool[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:PRACh:RESult:EVMagnitude
value: bool = driver.configure.nrSubMeas.prach.result.get_ev_magnitude()

No command help available

return:

enable: No help available

get_ev_preamble() bool[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:PRACh:RESult:EVPReamble
value: bool = driver.configure.nrSubMeas.prach.result.get_ev_preamble()

No command help available

return:

enable: No help available

get_iq() bool[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:PRACh:RESult:IQ
value: bool = driver.configure.nrSubMeas.prach.result.get_iq()

No command help available

return:

enable: No help available

get_merror() bool[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:PRACh:RESult:MERRor
value: bool = driver.configure.nrSubMeas.prach.result.get_merror()

No command help available

return:

enable: No help available

get_modulation() bool[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:PRACh:RESult:MODulation
value: bool = driver.configure.nrSubMeas.prach.result.get_modulation()

Enables or disables the evaluation of modulation results in the PRACH measurement.

return:

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

get_pdynamics() bool[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:PRACh:RESult:PDYNamics
value: bool = driver.configure.nrSubMeas.prach.result.get_pdynamics()

Enables or disables the evaluation of power dynamics results in the PRACH measurement.

return:

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

get_perror() bool[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:PRACh:RESult:PERRor
value: bool = driver.configure.nrSubMeas.prach.result.get_perror()

No command help available

return:

enable: No help available

get_pv_preamble() bool[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:PRACh:RESult:PVPReamble
value: bool = driver.configure.nrSubMeas.prach.result.get_pv_preamble()

No command help available

return:

enable: No help available

get_txm() bool[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:PRACh:RESult:TXM
value: bool = driver.configure.nrSubMeas.prach.result.get_txm()

No command help available

return:

enable: No help available

set_all(value: AllStruct) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:PRACh:RESult[:ALL]
structure = driver.configure.nrSubMeas.prach.result.AllStruct()
structure.Evm: bool = False
structure.Magnitude_Error: bool = False
structure.Phase_Error: bool = False
structure.Iq: bool = False
structure.Power_Dynamics: bool = False
structure.Tx_Measurement: bool = False
structure.Evm_Vs_Preamble: bool = False
structure.Power_Vs_Preamble: bool = False
driver.configure.nrSubMeas.prach.result.set_all(value = structure)

No command help available

param value:

see the help for AllStruct structure arguments.

set_ev_magnitude(enable: bool) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:PRACh:RESult:EVMagnitude
driver.configure.nrSubMeas.prach.result.set_ev_magnitude(enable = False)

No command help available

param enable:

No help available

set_ev_preamble(enable: bool) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:PRACh:RESult:EVPReamble
driver.configure.nrSubMeas.prach.result.set_ev_preamble(enable = False)

No command help available

param enable:

No help available

set_iq(enable: bool) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:PRACh:RESult:IQ
driver.configure.nrSubMeas.prach.result.set_iq(enable = False)

No command help available

param enable:

No help available

set_merror(enable: bool) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:PRACh:RESult:MERRor
driver.configure.nrSubMeas.prach.result.set_merror(enable = False)

No command help available

param enable:

No help available

set_modulation(enable: bool) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:PRACh:RESult:MODulation
driver.configure.nrSubMeas.prach.result.set_modulation(enable = False)

Enables or disables the evaluation of modulation results in the PRACH measurement.

param enable:

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

set_pdynamics(enable: bool) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:PRACh:RESult:PDYNamics
driver.configure.nrSubMeas.prach.result.set_pdynamics(enable = False)

Enables or disables the evaluation of power dynamics results in the PRACH measurement.

param enable:

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

set_perror(enable: bool) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:PRACh:RESult:PERRor
driver.configure.nrSubMeas.prach.result.set_perror(enable = False)

No command help available

param enable:

No help available

set_pv_preamble(enable: bool) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:PRACh:RESult:PVPReamble
driver.configure.nrSubMeas.prach.result.set_pv_preamble(enable = False)

No command help available

param enable:

No help available

set_txm(enable: bool) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:PRACh:RESult:TXM
driver.configure.nrSubMeas.prach.result.set_txm(enable = False)

No command help available

param enable:

No help available