User
SCPI Command :
[SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:ETSC: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) str [source]
# SCPI: [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:ETSC:USER value: str = driver.source.bb.gsm.frame.slot.subChannel.user.etsc.user.get(frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subChannel = repcap.SubChannel.Default, userIx = repcap.UserIx.Default)
(only for selection of burst type BB:GSM:SLOT:TYPE SYNC) The command selects an extended training sequence for the Synchronization burst USER sequence.
- 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
- set(user: 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>]:ETSC:USER driver.source.bb.gsm.frame.slot.subChannel.user.etsc.user.set(user = rawAbc, frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subChannel = repcap.SubChannel.Default, userIx = repcap.UserIx.Default)
(only for selection of burst type BB:GSM:SLOT:TYPE SYNC) The command selects an extended training sequence for the Synchronization burst USER sequence.
- param user:
integer
- 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’)