User

SCPI Command :

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

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

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

The command outputs the bit pattern of the User Sync sequence for the Access burst. The length is 64 bits. Superfluous bits are truncated on input. Missing bits are filled with 0. The command is valid only for selection BB:GSM:SLOT:SYNC:SEL USER and 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

user: integer Range: #B0,1 to #B111…,41

set(user: List[str], 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:USER
driver.source.bb.gsm.frame.slot.subChannel.user.sync.user.set(user = ['rawAbc1', 'rawAbc2', 'rawAbc3'], frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subchannel = repcap.Subchannel.Default, userIx = repcap.UserIx.Default)

The command outputs the bit pattern of the User Sync sequence for the Access burst. The length is 64 bits. Superfluous bits are truncated on input. Missing bits are filled with 0. The command is valid only for selection BB:GSM:SLOT:SYNC:SEL USER and for burst type selection BB:GSM:SLOT:TYPE ACC.

param user

integer Range: #B0,1 to #B111…,41

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