Tp

SCPI Command :

[SOURce<HW>]:BB:RADio:FM:RDS:TP:[STATe]
class TpCls[source]

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

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:TP:[STATe]
value: bool = driver.source.bb.radio.fm.rds.tp.get_state()

Enable/disables the traffic program flag.

return:

tp: 1| ON| 0| OFF

set_state(tp: bool) None[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:TP:[STATe]
driver.source.bb.radio.fm.rds.tp.set_state(tp = False)

Enable/disables the traffic program flag.

param tp:

1| ON| 0| OFF