TpTime
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:TFConfig:TPTime
- class TpTimeCls[source]
TpTime commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) RsSmbv.enums.WlannFbTrigFrmMinTrigProcTime [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:TFConfig:TPTime value: enums.WlannFbTrigFrmMinTrigProcTime = driver.source.bb.wlnn.fblock.user.tfConfig.tpTime.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
Sets minimum time to process the trigger frame in microseconds.
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- return
trig_proc_time: TPT0| TPT8| TPT16 TPT0|TPT8|TPT16 0/8/16 us
- set(trig_proc_time: RsSmbv.enums.WlannFbTrigFrmMinTrigProcTime, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:TFConfig:TPTime driver.source.bb.wlnn.fblock.user.tfConfig.tpTime.set(trig_proc_time = enums.WlannFbTrigFrmMinTrigProcTime.TPT0, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
Sets minimum time to process the trigger frame in microseconds.
- param trig_proc_time
TPT0| TPT8| TPT16 TPT0|TPT8|TPT16 0/8/16 us
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)