TpTime

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:TFConfig:TPTime
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) WlannFbTrigFrmMinTrigProcTime[source]
# [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.

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

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

Returns:

trig_proc_time: TPT0 | TPT8 | TPT16 TPT0 | TPT8 | TPT16 0/8/16 us

set(trig_proc_time: WlannFbTrigFrmMinTrigProcTime, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# [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.

Parameters:
  • trig_proc_time – TPT0 | TPT8 | TPT16 TPT0 | TPT8 | TPT16 0/8/16 us

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

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