Tdelay

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation:ADDitional:TDELay:STEP
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_step() int[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:ADDitional:TDELay:STEP
value: int = driver.source.bb.w3Gpp.mstation.additional.tdelay.get_step()

Sets the step width for the time delay of the additional user equipment to one another. The start value is the time delay of UE4.

Returns:

step: integer Range: 0 to 38400 (1 frame) , Unit: chip

set_step(step: int) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:ADDitional:TDELay:STEP
driver.source.bb.w3Gpp.mstation.additional.tdelay.set_step(step = 1)

Sets the step width for the time delay of the additional user equipment to one another. The start value is the time delay of UE4.

Parameters:

step – integer Range: 0 to 38400 (1 frame) , Unit: chip