TeIndication

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBS: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:DVBS:THConfig:TEINdication:[STATe]
value: bool = driver.source.bb.dvb.dvbs.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:DVBS:THConfig:TEINdication:[STATe]
driver.source.bb.dvb.dvbs.thConfig.teIndication.set_state(te_indication = False)

Inserts transport error indication information in the header.

param te_indication

1| ON| 0| OFF