Binterval
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:BINTerval
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) float[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:BINTerval value: float = driver.source.bb.wlnn.fblock.bfConfiguration.binterval.get(frameBlock = repcap.FrameBlock.Default)
Defines the time interval between two beacon transmissions.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- Returns:
binterval: float Range: 0 to 65, Unit: s
- set(binterval: float, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:BINTerval driver.source.bb.wlnn.fblock.bfConfiguration.binterval.set(binterval = 1.0, frameBlock = repcap.FrameBlock.Default)
Defines the time interval between two beacon transmissions.
- Parameters:
binterval – float Range: 0 to 65, Unit: s
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)