Baseband

SCPI Commands :

TEST:BASeband:LOG
TEST:BASeband
class BasebandCls[source]

Baseband commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_log() str[source]
# SCPI: TEST:BASeband:LOG
value: str = driver.test.baseband.get_log()

Queries the log message reported during the baseband test. This is a password-protected function. Unlock the protection level 1 to access it. See method RsSmbv.System.Protect.State.set.

return

test_baseband_log: string

get_value() RsSmbv.enums.Test[source]
# SCPI: TEST:BASeband
value: enums.Test = driver.test.baseband.get_value()

Queries the result of the baseband selftest.

return

test_bb_error: 0| 1| RUNning| STOPped