Stbc
SCPI Command :
[SOURce<HW>]:BB:WLAY:PCONfig:HDA:STBC:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [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.
- Returns:
stbc: 1 | ON | 0| OFF
- set_state(stbc: bool) None[source]
# [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.
- Parameters:
stbc – 1 | ON | 0| OFF