Fixed

SCPI Command :

[SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:FCORrection:FIXed
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(frameIx=FrameIx.Default, slotNull=SlotNull.Default, subChannel=SubChannel.Default, userIx=UserIx.Default) GsmBursFix[source]
# [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) .

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:

fixed: STANdard | COMPact | USER

set(fixed: GsmBursFix, 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>]: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) .

Parameters:
  • fixed – STANdard | COMPact | USER

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

Cloning the Group

# Create a copy of the original group, that exists independently
fixed_copy = driver.source.bb.gsm.frame.slot.subChannel.user.fcorrection.fixed.clone()

Subgroups