Ntps

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:NTPS
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default) bool[source]
# [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.

Parameters:

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

Returns:

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]
# [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.

Parameters:
  • 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.

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