Result

SCPI Commands :

CONFigure:NRSub:MEASurement<Instance>:SRS:RESult:MODulation
CONFigure:NRSub:MEASurement<Instance>:SRS:RESult:PDYNamics
CONFigure:NRSub:MEASurement<Instance>:SRS:RESult:PVSYmbol
Commands in total: 3
Subgroups: 0
Direct child commands: 3
get_modulation() bool[source]
# CONFigure:NRSub:MEASurement<Instance>:SRS:RESult:MODulation
value: bool = driver.configure.nrSubMeas.srs.result.get_modulation()

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

Returns:

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

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

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

Returns:

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

get_pv_symbol() bool[source]
# CONFigure:NRSub:MEASurement<Instance>:SRS:RESult:PVSYmbol
value: bool = driver.configure.nrSubMeas.srs.result.get_pv_symbol()

Enables or disables the evaluation of power vs symbol results in the SRS measurement.

Returns:

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

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

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

Parameters:

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

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

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

Parameters:

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

set_pv_symbol(enable: bool) None[source]
# CONFigure:NRSub:MEASurement<Instance>:SRS:RESult:PVSYmbol
driver.configure.nrSubMeas.srs.result.set_pv_symbol(enable = False)

Enables or disables the evaluation of power vs symbol results in the SRS measurement.

Parameters:

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