Set

SCPI Command :

[SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:[SOURce]:TSC:SET
class SetCls[source]

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

get(frameIx=FrameIx.Default, slotNull=SlotNull.Default, subChannel=SubChannel.Default, userIx=UserIx.Default) TcwDip[source]
# SCPI: [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.

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:

set_py: SET1| SET2

set(set_py: TcwDip, 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>]:[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.

param set_py:

SET1| SET2

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