Binterval
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:BINTerval
- class BintervalCls[source]
Binterval commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default) float [source]
# SCPI: [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.
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- return
binterval: float Range: 0 to 65, Unit: s
- set(binterval: float, frameBlock=FrameBlock.Default) None [source]
# SCPI: [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.
- param binterval
float Range: 0 to 65, Unit: s
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)