Itime
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:ITIMe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) float[source]
# [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.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- Returns:
itime: float Range: 0 to 1
- set(itime: float, frameBlock=FrameBlock.Default) None[source]
# [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.
- Parameters:
itime – float Range: 0 to 1
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)