Tii

SCPI Commands :

[SOURce<HW>]:BB:TDMB:TII:MAIN
[SOURce<HW>]:BB:TDMB:TII:STATe
[SOURce<HW>]:BB:TDMB:TII:SUB
class TiiCls[source]

Tii commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_main() int[source]
# SCPI: [SOURce<HW>]:BB:TDMB:TII:MAIN
value: int = driver.source.bb.tdmb.tii.get_main()

Defines the main ID.

return:

tii_main: integer Range: 0 to 69

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:TDMB:TII:STATe
value: bool = driver.source.bb.tdmb.tii.get_state()

Enables/disables the transmission of the signal.

return:

tii_state: 1| ON| 0| OFF

get_sub() int[source]
# SCPI: [SOURce<HW>]:BB:TDMB:TII:SUB
value: int = driver.source.bb.tdmb.tii.get_sub()

Defines the sub ID.

return:

tii_sub: integer Range: 1 to 23

set_main(tii_main: int) None[source]
# SCPI: [SOURce<HW>]:BB:TDMB:TII:MAIN
driver.source.bb.tdmb.tii.set_main(tii_main = 1)

Defines the main ID.

param tii_main:

integer Range: 0 to 69

set_state(tii_state: bool) None[source]
# SCPI: [SOURce<HW>]:BB:TDMB:TII:STATe
driver.source.bb.tdmb.tii.set_state(tii_state = False)

Enables/disables the transmission of the signal.

param tii_state:

1| ON| 0| OFF

set_sub(tii_sub: int) None[source]
# SCPI: [SOURce<HW>]:BB:TDMB:TII:SUB
driver.source.bb.tdmb.tii.set_sub(tii_sub = 1)

Defines the sub ID.

param tii_sub:

integer Range: 1 to 23