Etsc
SCPI Command :
[SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:ETSC
- class EtscCls[source]
Etsc commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get(frameIx=FrameIx.Default, slotNull=SlotNull.Default, subChannel=SubChannel.Default, userIx=UserIx.Default) GsmBursTscExt [source]
# SCPI: [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:ETSC value: enums.GsmBursTscExt = driver.source.bb.gsm.frame.slot.subChannel.user.etsc.get(frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subChannel = repcap.SubChannel.Default, userIx = repcap.UserIx.Default)
The command selects an extended training sequence for the Synchronization burst. There is a choice of three predefined sequences STANdard | CTS | COMPact and, if defined, a USER sequence (only for selection of burst type BB:GSM:SLOT:TYPE SYNC) .
- 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:
etsc: STANdard| CTS| COMPact| USER
- set(etsc: GsmBursTscExt, 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 driver.source.bb.gsm.frame.slot.subChannel.user.etsc.set(etsc = enums.GsmBursTscExt.COMPact, frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subChannel = repcap.SubChannel.Default, userIx = repcap.UserIx.Default)
The command selects an extended training sequence for the Synchronization burst. There is a choice of three predefined sequences STANdard | CTS | COMPact and, if defined, a USER sequence (only for selection of burst type BB:GSM:SLOT:TYPE SYNC) .
- param etsc:
STANdard| CTS| COMPact| USER
- 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’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gsm.frame.slot.subChannel.user.etsc.clone()
Subgroups