Stbc

SCPI Command :

[SOURce<HW>]:BB:WLAY:PCONfig:HDA:STBC:STATe
class StbcCls[source]

Stbc commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:WLAY:PCONfig:HDA:STBC:STATe
value: bool = driver.source.bb.wlay.pconfig.hda.stbc.get_state()

Queries the state of space-time block coding that is off.

return

stbc: 1| ON| 0| OFF

set_state(stbc: bool) None[source]
# SCPI: [SOURce<HW>]:BB:WLAY:PCONfig:HDA:STBC:STATe
driver.source.bb.wlay.pconfig.hda.stbc.set_state(stbc = False)

Queries the state of space-time block coding that is off.

param stbc

1| ON| 0| OFF