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) str[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:TSTamp
value: 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: str, frameBlock=FrameBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:TSTamp
driver.source.bb.wlnn.fblock.bfConfiguration.tstamp.set(tstamp = rawAbc, 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’)