Value
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:SLOT<CH0>:CHANnel<US0>:DPCCh:TFCI:VALue
- class ValueCls[source]
Value commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell=Cell.Default, slotNull=SlotNull.Default, channelNull=ChannelNull.Default) int [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:SLOT<CH0>:CHANnel<US0>:DPCCh:TFCI:VALue value: int = driver.source.bb.tdscdma.down.cell.slot.channel.dpcch.tfci.value.get(cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default, channelNull = repcap.ChannelNull.Default)
The command sets the value of the TFCI field.
- 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 ‘Slot’)
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- return
value: integer Range: 0 to 1023
- set(value: int, cell=Cell.Default, slotNull=SlotNull.Default, channelNull=ChannelNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:SLOT<CH0>:CHANnel<US0>:DPCCh:TFCI:VALue driver.source.bb.tdscdma.down.cell.slot.channel.dpcch.tfci.value.set(value = 1, cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default, channelNull = repcap.ChannelNull.Default)
The command sets the value of the TFCI field.
- param value
integer Range: 0 to 1023
- 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 ‘Slot’)
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)