TypePy

SCPI Command :

[SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameIx=FrameIx.Default, slotNull=SlotNull.Default) GsmBursType[source]
# [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:TYPE
value: enums.GsmBursType = driver.source.bb.gsm.frame.slot.typePy.get(frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default)

Selects the burst (slot) type.

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

Returns:

type_py: NORMal | HALF | EDGE | SYNC | FCORrection | DUMMy | ACCess | ADATa | AEDGe | N16Qam | N32Qam | A16Qam | A32Qam | HQPSk | H16Qam | H32Qam | HAQPsk | HA16Qam | HA32Qam | NAFF | NAFH | NAHH | AAQPsk N16Qam | N32Qam Normal 16QAM | Normal 32QAM HQPSk | H16Qam | H32Qam HSR QPSK | HSR 16QAM | HSR 32QAM NAFF | NAFH | NAHH Normal AQPSK Full rate - Full rate | Normal AQPSK Full rate - Half rate | Normal AQPSK Half rate - Half rate Axxxxx (All Data) The types All Data xxx are not defined in the standard.

set(type_py: GsmBursType, frameIx=FrameIx.Default, slotNull=SlotNull.Default) None[source]
# [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:TYPE
driver.source.bb.gsm.frame.slot.typePy.set(type_py = enums.GsmBursType.A16Qam, frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default)

Selects the burst (slot) type.

Parameters:
  • type_py – NORMal | HALF | EDGE | SYNC | FCORrection | DUMMy | ACCess | ADATa | AEDGe | N16Qam | N32Qam | A16Qam | A32Qam | HQPSk | H16Qam | H32Qam | HAQPsk | HA16Qam | HA32Qam | NAFF | NAFH | NAHH | AAQPsk N16Qam | N32Qam Normal 16QAM | Normal 32QAM HQPSk | H16Qam | H32Qam HSR QPSK | HSR 16QAM | HSR 32QAM NAFF | NAFH | NAHH Normal AQPSK Full rate - Full rate | Normal AQPSK Full rate - Half rate | Normal AQPSK Half rate - Half rate Axxxxx (All Data) The types All Data xxx are not defined in the standard.

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