Opf

SCPI Command :

[SOURce<HW>]:BB:RADio:FM:RDS:OPF:[STATe]
class OpfCls[source]

Opf commands group definition. 71 total commands, 24 Subgroups, 1 group commands

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

Enables the open format.

return:

open_format_state: 1| ON| 0| OFF

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

Enables the open format.

param open_format_state:

1| ON| 0| OFF

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.radio.fm.rds.opf.clone()

Subgroups