Id

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBT:TPS:ID:STATe
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:BB:DVB:DVBT:TPS:ID:STATe
value: bool = driver.source.bb.dvb.dvbt.tps.id.get_state()

Activates/deactivates the TPS cell identification.

Returns:

state: 1 | ON | 0| OFF

set_state(state: bool) None[source]
# [SOURce<HW>]:BB:DVB:DVBT:TPS:ID:STATe
driver.source.bb.dvb.dvbt.tps.id.set_state(state = False)

Activates/deactivates the TPS cell identification.

Parameters:

state – 1 | ON | 0| OFF

Cloning the Group

# Create a copy of the original group, that exists independently
id_copy = driver.source.bb.dvb.dvbt.tps.id.clone()

Subgroups