Select

SCPI Command :

[SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:SYNC:SELect
class SelectCls[source]

Select commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(frameIx=FrameIx.Default, slotNull=SlotNull.Default, subChannel=SubChannel.Default, userIx=UserIx.Default) GsmBursSync[source]
# SCPI: [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:SYNC:SELect
value: enums.GsmBursSync = driver.source.bb.gsm.frame.slot.subChannel.user.sync.select.get(frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subChannel = repcap.SubChannel.Default, userIx = repcap.UserIx.Default)

The command selects a training sequence (SYNC sequence) for the Access burst (only for burst type selection BB:GSM:SLOT:TYPE ACC) .

param frameIx:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)

param slotNull:

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Slot’)

param subChannel:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubChannel’)

param userIx:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)

return:

select: T0| T1| T2| USER

set(select: GsmBursSync, frameIx=FrameIx.Default, slotNull=SlotNull.Default, subChannel=SubChannel.Default, userIx=UserIx.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:SYNC:SELect
driver.source.bb.gsm.frame.slot.subChannel.user.sync.select.set(select = enums.GsmBursSync.T0, frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subChannel = repcap.SubChannel.Default, userIx = repcap.UserIx.Default)

The command selects a training sequence (SYNC sequence) for the Access burst (only for burst type selection BB:GSM:SLOT:TYPE ACC) .

param select:

T0| T1| T2| USER

param frameIx:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)

param slotNull:

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Slot’)

param subChannel:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubChannel’)

param userIx:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)