TeIndication
SCPI Command :
[SOURce<HW>]:BB:DVB:DVBS:THConfig:TEINdication:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:BB:DVB:DVBS:THConfig:TEINdication:[STATe] value: bool = driver.source.bb.dvb.dvbs.thConfig.teIndication.get_state()
Inserts transport error indication information in the header.
- Returns:
te_indication: 1 | ON | 0| OFF
- set_state(te_indication: bool) None[source]
# [SOURce<HW>]:BB:DVB:DVBS:THConfig:TEINdication:[STATe] driver.source.bb.dvb.dvbs.thConfig.teIndication.set_state(te_indication = False)
Inserts transport error indication information in the header.
- Parameters:
te_indication – 1 | ON | 0| OFF