User
SCPI Command :
[SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:SYNC:USER
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameIx=FrameIx.Default, slotNull=SlotNull.Default, subChannel=SubChannel.Default, userIx=UserIx.Default) str[source]
# [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:SYNC:USER value: 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.
- 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:
user: integer Range: #B0,1 to #B111…,41
- set(user: str, 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>]:SYNC:USER driver.source.bb.gsm.frame.slot.subChannel.user.sync.user.set(user = rawAbc, 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.
- Parameters:
user – integer Range: #B0,1 to #B111…,41
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’)