State
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell=Cell.Default, slotNull=SlotNull.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:STATe value: bool = driver.source.bb.tdscdma.up.cell.slot.state.get(cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default)
Activates and deactivates the slot in the subframe.
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- param slotNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Slot’)
- return
state: 1| ON| 0| OFF
- set(state: bool, cell=Cell.Default, slotNull=SlotNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:STATe driver.source.bb.tdscdma.up.cell.slot.state.set(state = False, cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default)
Activates and deactivates the slot in the subframe.
- param state
1| ON| 0| OFF
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- param slotNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Slot’)