Baseband

SCPI Commands :

TEST:BASeband:LOG
TEST:BASeband
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_log() str[source]
# 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 RsSmw.system.protect.state.set() .

Returns:

test_baseband_log: string

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

Queries the result of the baseband selftest.

Returns:

test_bb_error: 0 | 1| RUNning | STOPped