Pattern
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:CHANnel<US0>:DPCCh:SYNC:PATTern
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cell=Cell.Default, slotNull=SlotNull.Default, channelNull=ChannelNull.Default) str[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:CHANnel<US0>:DPCCh:SYNC:PATTern value: str = driver.source.bb.tdscdma.up.cell.slot.channel.dpcch.sync.pattern.get(cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default, channelNull = repcap.ChannelNull.Default)
Sets the bit pattern for the sync shift.
- 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’)
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- Returns:
pattern: string The maximum pattern length is 64 bits.
- set(pattern: str, cell=Cell.Default, slotNull=SlotNull.Default, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:CHANnel<US0>:DPCCh:SYNC:PATTern driver.source.bb.tdscdma.up.cell.slot.channel.dpcch.sync.pattern.set(pattern = 'abc', cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default, channelNull = repcap.ChannelNull.Default)
Sets the bit pattern for the sync shift.
- Parameters:
pattern – string The maximum pattern length is 64 bits.
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’)
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)