Fixed

SCPI Command :

[SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:FCORrection:FIXed
class FixedCls[source]

Fixed commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get(frameIx=FrameIx.Default, slotNull=SlotNull.Default, subChannel=SubChannel.Default, userIx=UserIx.Default) GsmBursFix[source]
# SCPI: [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:FCORrection:FIXed
value: enums.GsmBursFix = driver.source.bb.gsm.frame.slot.subChannel.user.fcorrection.fixed.get(frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subChannel = repcap.SubChannel.Default, userIx = repcap.UserIx.Default)

The command selects the content of the FIXED field for the Frequency Correction burst. There is a choice of two predefined sequences STANdard and COMPact and, if defined, a USER sequence (only for burst type selection BB:GSM:SLOT:TYPE FCORrection) .

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:

fixed: STANdard| COMPact| USER

set(fixed: GsmBursFix, 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>]:FCORrection:FIXed
driver.source.bb.gsm.frame.slot.subChannel.user.fcorrection.fixed.set(fixed = enums.GsmBursFix.COMPact, frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subChannel = repcap.SubChannel.Default, userIx = repcap.UserIx.Default)

The command selects the content of the FIXED field for the Frequency Correction burst. There is a choice of two predefined sequences STANdard and COMPact and, if defined, a USER sequence (only for burst type selection BB:GSM:SLOT:TYPE FCORrection) .

param fixed:

STANdard| 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.fcorrection.fixed.clone()

Subgroups