Bnc

SCPI Commands :

TEST:BB:BNC:CONNection
TEST:BB:BNC:DESTination
TEST:BB:BNC:LOG
TEST:BB:BNC:SOURce
class BncCls[source]

Bnc commands group definition. 4 total commands, 0 Subgroups, 4 group commands

get_connection() RsSmbv.enums.Test[source]
# SCPI: TEST:BB:BNC:CONNection
value: enums.Test = driver.test.bb.bnc.get_connection()

Queries the BNC connection test result. This is a password-protected function. Unlock the protection level 1 to access it. See method RsSmbv.System.Protect.State.set.

return

test_status: 0| 1| RUNning| STOPped

get_destination() RsSmbv.enums.TestBbBncConn[source]
# SCPI: TEST:BB:BNC:DESTination
value: enums.TestBbBncConn = driver.test.bb.bnc.get_destination()

Selects the BNC connection test destination. This is a password-protected function. Unlock the protection level 1 to access it. See method RsSmbv.System.Protect.State.set.

return

bnc_destination: AUTO| USER1| USER2| USER3| USER4| USER5

get_log() str[source]
# SCPI: TEST:BB:BNC:LOG
value: str = driver.test.bb.bnc.get_log()

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

return

log: string

get_source() RsSmbv.enums.TestBbBncConn[source]
# SCPI: TEST:BB:BNC:SOURce
value: enums.TestBbBncConn = driver.test.bb.bnc.get_source()

Selects the BNC connection test source. This is a password-protected function. Unlock the protection level 1 to access it. See method RsSmbv.System.Protect.State.set.

return

bnc_source: AUTO| USER1| USER2| USER3| USER4| USER5| USER6| TRGA| TRGB| C1TMC1| C1TM2| C1TM3| C2TMC4| C2TM5| C2TM6| F1TMC1| F1TM2| F1TM3| F2TMC4| F2TM5| F2TM6| F3TMC1| F3TM2| F3TM3| F4TMC4| F4TM5| F4TM6

set_destination(bnc_destination: RsSmbv.enums.TestBbBncConn) None[source]
# SCPI: TEST:BB:BNC:DESTination
driver.test.bb.bnc.set_destination(bnc_destination = enums.TestBbBncConn.AUTO)

Selects the BNC connection test destination. This is a password-protected function. Unlock the protection level 1 to access it. See method RsSmbv.System.Protect.State.set.

param bnc_destination

AUTO| USER1| USER2| USER3| USER4| USER5

set_source(bnc_source: RsSmbv.enums.TestBbBncConn) None[source]
# SCPI: TEST:BB:BNC:SOURce
driver.test.bb.bnc.set_source(bnc_source = enums.TestBbBncConn.AUTO)

Selects the BNC connection test source. This is a password-protected function. Unlock the protection level 1 to access it. See method RsSmbv.System.Protect.State.set.

param bnc_source

AUTO| USER1| USER2| USER3| USER4| USER5| USER6| TRGA| TRGB| C1TMC1| C1TM2| C1TM3| C2TMC4| C2TM5| C2TM6| F1TMC1| F1TM2| F1TM3| F2TMC4| F2TM5| F2TM6| F3TMC1| F3TM2| F3TM3| F4TMC4| F4TM5| F4TM6