Alert

SCPI Command :

[SOURce<HW>]:BB:ISDBt:[SPECial]:ALERt:[BROadcast]
class AlertCls[source]

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

get_broadcast() bool[source]
# SCPI: [SOURce<HW>]:BB:ISDBt:[SPECial]:ALERt:[BROadcast]
value: bool = driver.source.bb.isdbt.special.alert.get_broadcast()

Enables or disables the alert broadcasting flag in the data.

return:

alert_bc_flag: 1| ON| 0| OFF

set_broadcast(alert_bc_flag: bool) None[source]
# SCPI: [SOURce<HW>]:BB:ISDBt:[SPECial]:ALERt:[BROadcast]
driver.source.bb.isdbt.special.alert.set_broadcast(alert_bc_flag = False)

Enables or disables the alert broadcasting flag in the data.

param alert_bc_flag:

1| ON| 0| OFF