Id
SCPI Command :
[SOURce<HW>]:BB:DVB:DVBT:TPS:ID:STATe
- class IdCls[source]
Id commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [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.
- return
state: 1| ON| 0| OFF
- set_state(state: bool) None [source]
# SCPI: [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.
- param state
1| ON| 0| OFF
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.dvb.dvbt.tps.id.clone()
Subgroups