TeIndication
SCPI Command :
[SOURce<HW>]:BB:DVB:DVBX:THConfig:TEINdication:[STATe]
- class TeIndicationCls[source]
TeIndication commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBX:THConfig:TEINdication:[STATe] value: bool = driver.source.bb.dvb.dvbx.thConfig.teIndication.get_state()
Inserts transport error indication information in the header.
- return
te_indication: 1| ON| 0| OFF
- set_state(te_indication: bool) None [source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBX:THConfig:TEINdication:[STATe] driver.source.bb.dvb.dvbx.thConfig.teIndication.set_state(te_indication = False)
Inserts transport error indication information in the header.
- param te_indication
1| ON| 0| OFF