Ntps

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:NTPS
class NtpsCls[source]

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

get(frameBlock=FrameBlock.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:NTPS
value: bool = driver.source.bb.wlnn.fblock.ntps.get(frameBlock = repcap.FrameBlock.Default)

(Available only for VHT Tx mode) Indicates whether VHT AP allows VHT non-AP STAs in TXOP power save mode to enter during TXOP.

param frameBlock

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

return

ntps: OFF| ON ON Indicates that the VHT AP allows VHT non-AP STAs to enter doze mode during a TXOP. OFF Indicates that the VHT AP does not allow VHT non-AP STAs to enter doze mode during a TXOP.

set(ntps: bool, frameBlock=FrameBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:NTPS
driver.source.bb.wlnn.fblock.ntps.set(ntps = False, frameBlock = repcap.FrameBlock.Default)

(Available only for VHT Tx mode) Indicates whether VHT AP allows VHT non-AP STAs in TXOP power save mode to enter during TXOP.

param ntps

OFF| ON ON Indicates that the VHT AP allows VHT non-AP STAs to enter doze mode during a TXOP. OFF Indicates that the VHT AP does not allow VHT non-AP STAs to enter doze mode during a TXOP.

param frameBlock

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