State
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:PRAC:MSG:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cell=Cell.Default, slotNull=SlotNull.Default) bool[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:PRAC:MSG:STATe value: bool = driver.source.bb.tdscdma.up.cell.slot.prac.msg.state.get(cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default)
Activates or deactivates the RACH (random access channel) message part.
- 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 ‘Slot’)
- Returns:
state: 1 | ON | 0| OFF
- set(state: bool, cell=Cell.Default, slotNull=SlotNull.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:PRAC:MSG:STATe driver.source.bb.tdscdma.up.cell.slot.prac.msg.state.set(state = False, cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default)
Activates or deactivates the RACH (random access channel) message part.
- Parameters:
state – 1 | ON | 0| OFF
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 ‘Slot’)