SlotState<Slot>
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:SLOTstate<CH>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr16 driver.source.bb.tdscdma.down.cell.enh.dch.slotState.repcap_slot_set(repcap.Slot.Nr1)
- get(cell=Cell.Default, slot=Slot.Default) bool[source]
# [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.
- Parameters:
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
slot – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SlotState’)
- Returns:
slot_state: 1 | ON | 0| OFF
- set(slot_state: bool, cell=Cell.Default, slot=Slot.Default) None[source]
# [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.
- Parameters:
slot_state – 1 | ON | 0| OFF
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
slot – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SlotState’)
Cloning the Group
# Create a copy of the original group, that exists independently
slotState_copy = driver.source.bb.tdscdma.down.cell.enh.dch.slotState.clone()