SlotState<SlotNull>
RepCap Settings
# Range: Nr0 .. Nr15
rc = driver.source.bb.tdscdma.down.cell.enh.bch.slotState.repcap_slotNull_get()
driver.source.bb.tdscdma.down.cell.enh.bch.slotState.repcap_slotNull_set(repcap.SlotNull.Nr0)
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:BCH:SLOTstate<CH0>
- class SlotStateCls[source]
- SlotState commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: SlotNull, default value after init: SlotNull.Nr0 - get(cell=Cell.Default, slotNull=SlotNull.Default) bool[source]
- # SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:BCH:SLOTstate<CH0> value: bool = driver.source.bb.tdscdma.down.cell.enh.bch.slotState.get(cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default) - Queries the state of the slots off cell 1 used to transmit the broadcast channels. Slot 0 is always on and all the other slots are always 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 ‘SlotState’) 
- return
- slot_state: 1| ON| 0| OFF 
 
 
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.tdscdma.down.cell.enh.bch.slotState.clone()