Apf2

SCPI Command :

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

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

get(testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) List[str][source]
# SCPI: [SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:APF2
value: List[str] = driver.source.bb.tetra.sconfiguration.tmode.slot.ldirection.apf2.get(testMode = repcap.TestMode.Default, slot = repcap.Slot.Default, channel = repcap.Channel.Default)

Sets the value for the information element Field 2 of the Access-Assign PDU.

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

apf_2: 8 bits

set(apf_2: List[str], testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) None[source]
# SCPI: [SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:APF2
driver.source.bb.tetra.sconfiguration.tmode.slot.ldirection.apf2.set(apf_2 = ['rawAbc1', 'rawAbc2', 'rawAbc3'], testMode = repcap.TestMode.Default, slot = repcap.Slot.Default, channel = repcap.Channel.Default)

Sets the value for the information element Field 2 of the Access-Assign PDU.

param apf_2

8 bits

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