Select

SCPI Command :

[SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:[SOURce]:TSC:SELect
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameIx=FrameIx.Default, slotNull=SlotNull.Default, subChannel=SubChannel.Default, userIx=UserIx.Default) GsmBursTsc[source]
# [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:[SOURce]:TSC:SELect
value: enums.GsmBursTsc = driver.source.bb.gsm.frame.slot.subChannel.user.source.tsc.select.get(frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subChannel = repcap.SubChannel.Default, userIx = repcap.UserIx.Default)

The command selects the training sequence code. The values specified in GSM 5.02 are T0…T7. When USER is selected, the value specified with the aid of the …:TSC:USER command described next is used.

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

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

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

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

Returns:

select: T0 | T1 | T2 | T3 | T4 | T5 | T6 | T7 | USER

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

The command selects the training sequence code. The values specified in GSM 5.02 are T0…T7. When USER is selected, the value specified with the aid of the …:TSC:USER command described next is used.

Parameters:
  • select – T0 | T1 | T2 | T3 | T4 | T5 | T6 | T7 | USER

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

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

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

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