Result

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:RXQuality:RESult:FLPer
CONFigure:EVDO:SIGNaling<Instance>:RXQuality:RESult:RLPer
CONFigure:EVDO:SIGNaling<Instance>:RXQuality:RESult:FLPFormance
CONFigure:EVDO:SIGNaling<Instance>:RXQuality:RESult:RLPFormance
CONFigure:EVDO:SIGNaling<Instance>:RXQuality:RESult:IPSTatistics
class Result[source]

Result commands group definition. 5 total commands, 0 Sub-groups, 5 group commands

get_fl_per()bool[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:RXQuality:RESult:FLPer
value: bool = driver.configure.rxQuality.result.get_fl_per()

Enables/disables the view of the following RX measurements as indicated by the last mnemonics: ‘Forward Link PER’, ‘Forward Link Throughput’, ‘Reverse Link PER’, ‘Reverse Link Throughput’ and ‘RLP & IP Statistics’ (data) . For a disabled view, results are not displayed or calculated.

return

enable: OFF | ON

get_fl_performance()bool[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:RXQuality:RESult:FLPFormance
value: bool = driver.configure.rxQuality.result.get_fl_performance()

Enables/disables the view of the following RX measurements as indicated by the last mnemonics: ‘Forward Link PER’, ‘Forward Link Throughput’, ‘Reverse Link PER’, ‘Reverse Link Throughput’ and ‘RLP & IP Statistics’ (data) . For a disabled view, results are not displayed or calculated.

return

enable: OFF | ON

get_ip_statistics()bool[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:RXQuality:RESult:IPSTatistics
value: bool = driver.configure.rxQuality.result.get_ip_statistics()

Enables/disables the view of the following RX measurements as indicated by the last mnemonics: ‘Forward Link PER’, ‘Forward Link Throughput’, ‘Reverse Link PER’, ‘Reverse Link Throughput’ and ‘RLP & IP Statistics’ (data) . For a disabled view, results are not displayed or calculated.

return

enable: OFF | ON

get_rl_per()bool[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:RXQuality:RESult:RLPer
value: bool = driver.configure.rxQuality.result.get_rl_per()

Enables/disables the view of the following RX measurements as indicated by the last mnemonics: ‘Forward Link PER’, ‘Forward Link Throughput’, ‘Reverse Link PER’, ‘Reverse Link Throughput’ and ‘RLP & IP Statistics’ (data) . For a disabled view, results are not displayed or calculated.

return

enable: OFF | ON

get_rl_performance()bool[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:RXQuality:RESult:RLPFormance
value: bool = driver.configure.rxQuality.result.get_rl_performance()

Enables/disables the view of the following RX measurements as indicated by the last mnemonics: ‘Forward Link PER’, ‘Forward Link Throughput’, ‘Reverse Link PER’, ‘Reverse Link Throughput’ and ‘RLP & IP Statistics’ (data) . For a disabled view, results are not displayed or calculated.

return

enable: OFF | ON

set_fl_per(enable: bool)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:RXQuality:RESult:FLPer
driver.configure.rxQuality.result.set_fl_per(enable = False)

Enables/disables the view of the following RX measurements as indicated by the last mnemonics: ‘Forward Link PER’, ‘Forward Link Throughput’, ‘Reverse Link PER’, ‘Reverse Link Throughput’ and ‘RLP & IP Statistics’ (data) . For a disabled view, results are not displayed or calculated.

param enable

OFF | ON

set_fl_performance(enable: bool)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:RXQuality:RESult:FLPFormance
driver.configure.rxQuality.result.set_fl_performance(enable = False)

Enables/disables the view of the following RX measurements as indicated by the last mnemonics: ‘Forward Link PER’, ‘Forward Link Throughput’, ‘Reverse Link PER’, ‘Reverse Link Throughput’ and ‘RLP & IP Statistics’ (data) . For a disabled view, results are not displayed or calculated.

param enable

OFF | ON

set_ip_statistics(enable: bool)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:RXQuality:RESult:IPSTatistics
driver.configure.rxQuality.result.set_ip_statistics(enable = False)

Enables/disables the view of the following RX measurements as indicated by the last mnemonics: ‘Forward Link PER’, ‘Forward Link Throughput’, ‘Reverse Link PER’, ‘Reverse Link Throughput’ and ‘RLP & IP Statistics’ (data) . For a disabled view, results are not displayed or calculated.

param enable

OFF | ON

set_rl_per(enable: bool)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:RXQuality:RESult:RLPer
driver.configure.rxQuality.result.set_rl_per(enable = False)

Enables/disables the view of the following RX measurements as indicated by the last mnemonics: ‘Forward Link PER’, ‘Forward Link Throughput’, ‘Reverse Link PER’, ‘Reverse Link Throughput’ and ‘RLP & IP Statistics’ (data) . For a disabled view, results are not displayed or calculated.

param enable

OFF | ON

set_rl_performance(enable: bool)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:RXQuality:RESult:RLPFormance
driver.configure.rxQuality.result.set_rl_performance(enable = False)

Enables/disables the view of the following RX measurements as indicated by the last mnemonics: ‘Forward Link PER’, ‘Forward Link Throughput’, ‘Reverse Link PER’, ‘Reverse Link Throughput’ and ‘RLP & IP Statistics’ (data) . For a disabled view, results are not displayed or calculated.

param enable

OFF | ON