Amode

SCPI Command :

[SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:AMODe
class AmodeCls[source]

Amode commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) RsSmw.enums.TetraAachqMode[source]
# SCPI: [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.

param testMode

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

param slot

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

param channel

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

return

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: RsSmw.enums.TetraAachqMode, testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) None[source]
# SCPI: [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.

param 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.

param testMode

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

param slot

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

param channel

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