Di

SCPI Commands :

[SOURce<HW>]:BB:RADio:FM:RDS:DI:ARTificial
[SOURce<HW>]:BB:RADio:FM:RDS:DI:COMPressed
[SOURce<HW>]:BB:RADio:FM:RDS:DI:DYNamic
[SOURce<HW>]:BB:RADio:FM:RDS:DI:STEReo
class DiCls[source]

Di commands group definition. 4 total commands, 0 Subgroups, 4 group commands

get_artificial() bool[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:DI:ARTificial
value: bool = driver.source.bb.radio.fm.rds.di.get_artificial()

Enables/disables ‘artificial head’ decoder identification.

return:

di_artifical: 1| ON| 0| OFF

get_compressed() bool[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:DI:COMPressed
value: bool = driver.source.bb.radio.fm.rds.di.get_compressed()

Enables/disables compressed decoder identification.

return:

di_compressed: 1| ON| 0| OFF

get_dynamic() bool[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:DI:DYNamic
value: bool = driver.source.bb.radio.fm.rds.di.get_dynamic()

Enables/disables dynamic decoder identification.

return:

di_dynamic: 1| ON| 0| OFF

get_stereo() bool[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:DI:STEReo
value: bool = driver.source.bb.radio.fm.rds.di.get_stereo()

Enables/disables stereo decoder identification.

return:

di_stereo: 1| ON| 0| OFF ON Stereo transmission OFF Mono transmission

set_artificial(di_artifical: bool) None[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:DI:ARTificial
driver.source.bb.radio.fm.rds.di.set_artificial(di_artifical = False)

Enables/disables ‘artificial head’ decoder identification.

param di_artifical:

1| ON| 0| OFF

set_compressed(di_compressed: bool) None[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:DI:COMPressed
driver.source.bb.radio.fm.rds.di.set_compressed(di_compressed = False)

Enables/disables compressed decoder identification.

param di_compressed:

1| ON| 0| OFF

set_dynamic(di_dynamic: bool) None[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:DI:DYNamic
driver.source.bb.radio.fm.rds.di.set_dynamic(di_dynamic = False)

Enables/disables dynamic decoder identification.

param di_dynamic:

1| ON| 0| OFF

set_stereo(di_stereo: bool) None[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:DI:STEReo
driver.source.bb.radio.fm.rds.di.set_stereo(di_stereo = False)

Enables/disables stereo decoder identification.

param di_stereo:

1| ON| 0| OFF ON Stereo transmission OFF Mono transmission