SlotState<SlotNull>

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:BCH:SLOTstate<CH0>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr0 .. Nr15

driver.source.bb.tdscdma.down.cell.enh.bch.slotState.repcap_slotNull_set(repcap.SlotNull.Nr0)
get(cell=Cell.Default, slotNull=SlotNull.Default) bool[source]
# [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.

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

  • slotNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘SlotState’)

Returns:

slot_state: 1 | ON | 0| OFF

Cloning the Group

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