Holdoff

SCPI Command :

TRIGger[:SEQuence]:BBPower:HOLDoff
class HoldoffCls[source]

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

get() float[source]
# SCPI: TRIGger[:SEQuence]:BBPower:HOLDoff
value: float = driver.trigger.sequence.bbPower.holdoff.get()

Defines the holding time before the baseband power trigger event. The command requires the optional ‘Digital Baseband’ interface or the optional ‘Analog Baseband’ interface. Note that this command is maintained for compatibility reasons only. Use the method RsFsw.Applications.K10x_Lte.Trigger.Sequence.IfPower.Holdoff.set command for new remote control programs.

return

period: Range: 150 ns to 1000 s, Unit: S

set(period: float) None[source]
# SCPI: TRIGger[:SEQuence]:BBPower:HOLDoff
driver.trigger.sequence.bbPower.holdoff.set(period = 1.0)

Defines the holding time before the baseband power trigger event. The command requires the optional ‘Digital Baseband’ interface or the optional ‘Analog Baseband’ interface. Note that this command is maintained for compatibility reasons only. Use the method RsFsw.Applications.K10x_Lte.Trigger.Sequence.IfPower.Holdoff.set command for new remote control programs.

param period

Range: 150 ns to 1000 s, Unit: S