Bnc
SCPI Commands :
TEST:BB:BNC:CONNection
TEST:BB:BNC:DESTination
TEST:BB:BNC:LOG
TEST:BB:BNC:SOURce
- Commands in total: 4Subgroups: 0Direct child commands: 4
- get_connection() Test[source]
# 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
RsSmw.system.protect.state.set().- Returns:
test_status: 0 | 1| RUNning | STOPped
- get_destination() TestBbBncConn[source]
# 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
RsSmw.system.protect.state.set().- Returns:
bnc_destination: 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
- get_log() str[source]
# 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
RsSmw.system.protect.state.set().- Returns:
log: string
- get_source() TestBbBncConn[source]
# 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
RsSmw.system.protect.state.set().- Returns:
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: TestBbBncConn) None[source]
# 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
RsSmw.system.protect.state.set().- Parameters:
bnc_destination – 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_source(bnc_source: TestBbBncConn) None[source]
# 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
RsSmw.system.protect.state.set().- Parameters:
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