Postamble<Index>

RepCap Settings

# Range: Nr1 .. Nr64
rc = driver.source.bb.w3Gpp.mstation.udtx.postamble.repcap_index_get()
driver.source.bb.w3Gpp.mstation.udtx.postamble.repcap_index_set(repcap.Index.Nr1)

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation:UDTX:POSTamble<CH>
class PostambleCls[source]

Postamble commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Index, default value after init: Index.Nr1

get(index=Index.Default) int[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation:UDTX:POSTamble<CH>
value: int = driver.source.bb.w3Gpp.mstation.udtx.postamble.get(index = repcap.Index.Default)

Queries the postamble length in slots, when the corresponding UE-DTX cycle is applied. The postamble length is fixed to 1 slot.

param index

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

return

postamble: integer Range: 1 to 1

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.w3Gpp.mstation.udtx.postamble.clone()