SlotState<Slot>

RepCap Settings

# Range: Nr1 .. Nr16
rc = driver.source.bb.tdscdma.down.cell.enh.dch.slotState.repcap_slot_get()
driver.source.bb.tdscdma.down.cell.enh.dch.slotState.repcap_slot_set(repcap.Slot.Nr1)

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:SLOTstate<CH>
class SlotStateCls[source]

SlotState commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Slot, default value after init: Slot.Nr1

get(cell=Cell.Default, slot=Slot.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:SLOTstate<CH>
value: bool = driver.source.bb.tdscdma.down.cell.enh.dch.slotState.get(cell = repcap.Cell.Default, slot = repcap.Slot.Default)

Queries the state of the slots off cell 1 used to transmit the transport channel.

param cell

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)

param slot

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SlotState’)

return

slot_state: 1| ON| 0| OFF

set(slot_state: bool, cell=Cell.Default, slot=Slot.Default) None[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:SLOTstate<CH>
driver.source.bb.tdscdma.down.cell.enh.dch.slotState.set(slot_state = False, cell = repcap.Cell.Default, slot = repcap.Slot.Default)

Queries the state of the slots off cell 1 used to transmit the transport channel.

param slot_state

1| ON| 0| OFF

param cell

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)

param slot

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SlotState’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.tdscdma.down.cell.enh.dch.slotState.clone()