Set

SCPI Command :

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

Sets the TSC set for the corresponding GMSK normal burst or VAMOS subchannel, user and slot.

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:

set_py: SET1 | SET2

set(set_py: TcwDip, 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:SET
driver.source.bb.gsm.frame.slot.subChannel.user.source.tsc.set.set(set_py = enums.TcwDip.SET1, frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subChannel = repcap.SubChannel.Default, userIx = repcap.UserIx.Default)

Sets the TSC set for the corresponding GMSK normal burst or VAMOS subchannel, user and slot.

Parameters:
  • set_py – SET1 | SET2

  • 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’)