Apsd

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:CAPability:APSD
class ApsdCls[source]

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

get(frameBlock=FrameBlock.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:CAPability:APSD
value: bool = driver.source.bb.wlnn.fblock.bfConfiguration.capability.apsd.get(frameBlock = repcap.FrameBlock.Default)

Informs the associated stations if automatic power save delivery (APSD, energy saving function) is supported.

param frameBlock

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

return

ca_psd: 1| ON| 0| OFF

set(ca_psd: bool, frameBlock=FrameBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:CAPability:APSD
driver.source.bb.wlnn.fblock.bfConfiguration.capability.apsd.set(ca_psd = False, frameBlock = repcap.FrameBlock.Default)

Informs the associated stations if automatic power save delivery (APSD, energy saving function) is supported.

param ca_psd

1| ON| 0| OFF

param frameBlock

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