Eon

SCPI Commands :

[SOURce<HW>]:BB:RADio:FM:RDS:EON:EG
[SOURce<HW>]:BB:RADio:FM:RDS:EON:ILS
[SOURce<HW>]:BB:RADio:FM:RDS:EON:LA
[SOURce<HW>]:BB:RADio:FM:RDS:EON:LSN
[SOURce<HW>]:BB:RADio:FM:RDS:EON:PI
[SOURce<HW>]:BB:RADio:FM:RDS:EON:PIN
[SOURce<HW>]:BB:RADio:FM:RDS:EON:PS
[SOURce<HW>]:BB:RADio:FM:RDS:EON:PTY
[SOURce<HW>]:BB:RADio:FM:RDS:EON:TP
[SOURce<HW>]:BB:RADio:FM:RDS:EON:Ta
class EonCls[source]

Eon commands group definition. 16 total commands, 1 Subgroups, 10 group commands

get_eg() bool[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:EON:EG
value: bool = driver.source.bb.radio.fm.rds.eon.get_eg()

Enables the enhanced other network extended generic indicator.

return:

eon_eg: 1| ON| 0| OFF

get_ils() bool[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:EON:ILS
value: bool = driver.source.bb.radio.fm.rds.eon.get_ils()

Enables the enhanced other network international linkage set indicator.

return:

eon_ils: 1| ON| 0| OFF

get_la() bool[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:EON:LA
value: bool = driver.source.bb.radio.fm.rds.eon.get_la()

Enables the enhanced other network linkage actuator.

return:

eon_la: 1| ON| 0| OFF

get_lsn() int[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:EON:LSN
value: int = driver.source.bb.radio.fm.rds.eon.get_lsn()

Sets the enhanced other network linkage set number. The LSN comprises a 12-bit value in decimal representation.

return:

eon_lsn: integer Range: 0 to 4095

get_pi() int[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:EON:PI
value: int = driver.source.bb.radio.fm.rds.eon.get_pi()

Sets the enhanced other network program identification.

return:

eon_pi: integer Range: 0 to 65535

get_pin() int[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:EON:PIN
value: int = driver.source.bb.radio.fm.rds.eon.get_pin()

Sets the enhanced other network program item number.

return:

eon_pin: integer Range: 0 to 65535

get_ps() str[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:EON:PS
value: str = driver.source.bb.radio.fm.rds.eon.get_ps()

Sets the enhanced other network program service name.

return:

eon_ps: string

get_pty() int[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:EON:PTY
value: int = driver.source.bb.radio.fm.rds.eon.get_pty()

Sets the enhanced other network program type.

return:

eon_pty: integer Range: 0 to 31

get_ta() bool[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:EON:Ta
value: bool = driver.source.bb.radio.fm.rds.eon.get_ta()

Enables the enhanced other network traffic announcement.

return:

eon_ta: 1| ON| 0| OFF

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

Enables the enhanced other network traffic program.

return:

eon_tp: 1| ON| 0| OFF

set_eg(eon_eg: bool) None[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:EON:EG
driver.source.bb.radio.fm.rds.eon.set_eg(eon_eg = False)

Enables the enhanced other network extended generic indicator.

param eon_eg:

1| ON| 0| OFF

set_ils(eon_ils: bool) None[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:EON:ILS
driver.source.bb.radio.fm.rds.eon.set_ils(eon_ils = False)

Enables the enhanced other network international linkage set indicator.

param eon_ils:

1| ON| 0| OFF

set_la(eon_la: bool) None[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:EON:LA
driver.source.bb.radio.fm.rds.eon.set_la(eon_la = False)

Enables the enhanced other network linkage actuator.

param eon_la:

1| ON| 0| OFF

set_lsn(eon_lsn: int) None[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:EON:LSN
driver.source.bb.radio.fm.rds.eon.set_lsn(eon_lsn = 1)

Sets the enhanced other network linkage set number. The LSN comprises a 12-bit value in decimal representation.

param eon_lsn:

integer Range: 0 to 4095

set_pi(eon_pi: int) None[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:EON:PI
driver.source.bb.radio.fm.rds.eon.set_pi(eon_pi = 1)

Sets the enhanced other network program identification.

param eon_pi:

integer Range: 0 to 65535

set_pin(eon_pin: int) None[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:EON:PIN
driver.source.bb.radio.fm.rds.eon.set_pin(eon_pin = 1)

Sets the enhanced other network program item number.

param eon_pin:

integer Range: 0 to 65535

set_ps(eon_ps: str) None[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:EON:PS
driver.source.bb.radio.fm.rds.eon.set_ps(eon_ps = 'abc')

Sets the enhanced other network program service name.

param eon_ps:

string

set_pty(eon_pty: int) None[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:EON:PTY
driver.source.bb.radio.fm.rds.eon.set_pty(eon_pty = 1)

Sets the enhanced other network program type.

param eon_pty:

integer Range: 0 to 31

set_ta(eon_ta: bool) None[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:EON:Ta
driver.source.bb.radio.fm.rds.eon.set_ta(eon_ta = False)

Enables the enhanced other network traffic announcement.

param eon_ta:

1| ON| 0| OFF

set_tp(eon_tp: bool) None[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:EON:TP
driver.source.bb.radio.fm.rds.eon.set_tp(eon_tp = False)

Enables the enhanced other network traffic program.

param eon_tp:

1| ON| 0| OFF

Cloning the Group

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

Subgroups