State
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell=Cell.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:STATe value: bool = driver.source.bb.tdscdma.down.cell.enh.dch.state.get(cell = repcap.Cell.Default)
Activates or deactivates the enhanced state for the DCH channel coding.
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- return
state: 1| ON| 0| OFF
- set(state: bool, cell=Cell.Default) None [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:STATe driver.source.bb.tdscdma.down.cell.enh.dch.state.set(state = False, cell = repcap.Cell.Default)
Activates or deactivates the enhanced state for the DCH channel coding.
- param state
1| ON| 0| OFF
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)