Itime

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:ITIMe
class ItimeCls[source]

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

get(frameBlock=FrameBlock.Default) float[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:ITIMe
value: float = driver.source.bb.wlnn.fblock.itime.get(frameBlock = repcap.FrameBlock.Default)

Sets the time interval separating two frames in this frame block. The default unit for the time interval are seconds. However, the time interval can be set in milliseconds. In this case the unit has to be set.

param frameBlock:

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

return:

itime: float Range: 0 to 1

set(itime: float, frameBlock=FrameBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:ITIMe
driver.source.bb.wlnn.fblock.itime.set(itime = 1.0, frameBlock = repcap.FrameBlock.Default)

Sets the time interval separating two frames in this frame block. The default unit for the time interval are seconds. However, the time interval can be set in milliseconds. In this case the unit has to be set.

param itime:

float Range: 0 to 1

param frameBlock:

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