Tstamp

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:TSTamp
class TstampCls[source]

Tstamp commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(frameBlock=FrameBlock.Default) List[str][source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:TSTamp
value: List[str] = driver.source.bb.wlnn.fblock.bfConfiguration.tstamp.get(frameBlock = repcap.FrameBlock.Default)

Sets the value of the TSF timer (Timing Synchronization Function of a frame’s source) .

param frameBlock

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

return

tstamp: integer

set(tstamp: List[str], frameBlock=FrameBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:TSTamp
driver.source.bb.wlnn.fblock.bfConfiguration.tstamp.set(tstamp = ['rawAbc1', 'rawAbc2', 'rawAbc3'], frameBlock = repcap.FrameBlock.Default)

Sets the value of the TSF timer (Timing Synchronization Function of a frame’s source) .

param tstamp

integer

param frameBlock

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