Logging
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:LOGGing
- class LoggingCls[source]
Logging commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:LOGGing value: bool = driver.source.bb.wlnn.fblock.logging.get(frameBlock = repcap.FrameBlock.Default)
If enabled (ON) , the contents of HE-SIG-A and HE-SIG-B fields are written to a file in a text form. The location of the file can be queried with [:SOURce<hw>]:BB:WLNN:FBLock<ch>:LOGGing.
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- return
logging_state: 1| ON| 0| OFF
- set(logging_state: bool, frameBlock=FrameBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:LOGGing driver.source.bb.wlnn.fblock.logging.set(logging_state = False, frameBlock = repcap.FrameBlock.Default)
If enabled (ON) , the contents of HE-SIG-A and HE-SIG-B fields are written to a file in a text form. The location of the file can be queried with [:SOURce<hw>]:BB:WLNN:FBLock<ch>:LOGGing.
- param logging_state
1| ON| 0| OFF
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)