Result

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:RXQuality:RESult:FERFch
CONFigure:CDMA:SIGNaling<Instance>:RXQuality:RESult:FERSch
CONFigure:CDMA:SIGNaling<Instance>:RXQuality:RESult:RLP
CONFigure:CDMA:SIGNaling<Instance>:RXQuality:RESult:SPEech
CONFigure:CDMA:SIGNaling<Instance>:RXQuality:RESult:PSTRength
class Result[source]

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

get_ferf_ch()bool[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RXQuality:RESult:FERFch
value: bool = driver.configure.rxQuality.result.get_ferf_ch()

Enables or disables the evaluation and display of ‘FER FCH’, ‘FER SCH0’, ‘RLP’, ‘PSTRength’ or ‘SPEech’ results.

return

enable: OFF | ON

get_fers_ch()bool[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RXQuality:RESult:FERSch
value: bool = driver.configure.rxQuality.result.get_fers_ch()

Enables or disables the evaluation and display of ‘FER FCH’, ‘FER SCH0’, ‘RLP’, ‘PSTRength’ or ‘SPEech’ results.

return

enable: OFF | ON

get_pstrength()bool[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RXQuality:RESult:PSTRength
value: bool = driver.configure.rxQuality.result.get_pstrength()

Enables or disables the evaluation and display of ‘FER FCH’, ‘FER SCH0’, ‘RLP’, ‘PSTRength’ or ‘SPEech’ results.

return

enable: OFF | ON

get_rlp()bool[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RXQuality:RESult:RLP
value: bool = driver.configure.rxQuality.result.get_rlp()

Enables or disables the evaluation and display of ‘FER FCH’, ‘FER SCH0’, ‘RLP’, ‘PSTRength’ or ‘SPEech’ results.

return

enable: OFF | ON

get_speech()bool[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RXQuality:RESult:SPEech
value: bool = driver.configure.rxQuality.result.get_speech()

Enables or disables the evaluation and display of ‘FER FCH’, ‘FER SCH0’, ‘RLP’, ‘PSTRength’ or ‘SPEech’ results.

return

enable: OFF | ON

set_ferf_ch(enable: bool)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RXQuality:RESult:FERFch
driver.configure.rxQuality.result.set_ferf_ch(enable = False)

Enables or disables the evaluation and display of ‘FER FCH’, ‘FER SCH0’, ‘RLP’, ‘PSTRength’ or ‘SPEech’ results.

param enable

OFF | ON

set_fers_ch(enable: bool)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RXQuality:RESult:FERSch
driver.configure.rxQuality.result.set_fers_ch(enable = False)

Enables or disables the evaluation and display of ‘FER FCH’, ‘FER SCH0’, ‘RLP’, ‘PSTRength’ or ‘SPEech’ results.

param enable

OFF | ON

set_pstrength(enable: bool)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RXQuality:RESult:PSTRength
driver.configure.rxQuality.result.set_pstrength(enable = False)

Enables or disables the evaluation and display of ‘FER FCH’, ‘FER SCH0’, ‘RLP’, ‘PSTRength’ or ‘SPEech’ results.

param enable

OFF | ON

set_rlp(enable: bool)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RXQuality:RESult:RLP
driver.configure.rxQuality.result.set_rlp(enable = False)

Enables or disables the evaluation and display of ‘FER FCH’, ‘FER SCH0’, ‘RLP’, ‘PSTRength’ or ‘SPEech’ results.

param enable

OFF | ON

set_speech(enable: bool)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RXQuality:RESult:SPEech
driver.configure.rxQuality.result.set_speech(enable = False)

Enables or disables the evaluation and display of ‘FER FCH’, ‘FER SCH0’, ‘RLP’, ‘PSTRength’ or ‘SPEech’ results.

param enable

OFF | ON