Amode

SCPI Command :

[SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:AMODe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) TetraAachqMode[source]
# [SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:AMODe
value: enums.TetraAachqMode = driver.source.bb.tetra.sconfiguration.tmode.slot.ldirection.amode.get(testMode = repcap.TestMode.Default, slot = repcap.Slot.Default, channel = repcap.Channel.Default)

(enabled for Frame 1- 17) Sets the AACH-Q Mode element that indicates whether the Access-Assign PDU follows in the AACH-Q. The AACH-Q (Access Assignment Channel, QAM) channel is present on all transmitted downlink slots (except slots containing BLCH-Q) and is used to indicate on each QAM physical channel the assignment of the uplink and downlink slots.

Parameters:
  • testMode – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tmode’)

  • slot – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Slot’)

  • channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ldirection’)

Returns:

amode: AAPDu | RELement AAPDu The value of the AACH-Q Mode element is set to 0, i.e. contents of Access-Assign PDU are present. The Access-Assign PDU is used to convey information about the downlink slot in which it appears and also the access rights for the corresponding (same-numbered) uplink slot. The fields of the ‘Access-Assign PDU’ are defined with the corresponding parameters. RELement The value shall be set to all zeros.

set(amode: TetraAachqMode, testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) None[source]
# [SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:AMODe
driver.source.bb.tetra.sconfiguration.tmode.slot.ldirection.amode.set(amode = enums.TetraAachqMode.AAPDu, testMode = repcap.TestMode.Default, slot = repcap.Slot.Default, channel = repcap.Channel.Default)

(enabled for Frame 1- 17) Sets the AACH-Q Mode element that indicates whether the Access-Assign PDU follows in the AACH-Q. The AACH-Q (Access Assignment Channel, QAM) channel is present on all transmitted downlink slots (except slots containing BLCH-Q) and is used to indicate on each QAM physical channel the assignment of the uplink and downlink slots.

Parameters:
  • amode – AAPDu | RELement AAPDu The value of the AACH-Q Mode element is set to 0, i.e. contents of Access-Assign PDU are present. The Access-Assign PDU is used to convey information about the downlink slot in which it appears and also the access rights for the corresponding (same-numbered) uplink slot. The fields of the ‘Access-Assign PDU’ are defined with the corresponding parameters. RELement The value shall be set to all zeros.

  • testMode – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tmode’)

  • slot – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Slot’)

  • channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ldirection’)