Holdoff

SCPI Command :

TRIGger<tp>[:SEQuence]:BBPower:HOLDoff
class HoldoffCls[source]

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

get(triggerPort=TriggerPort.Default) float[source]
# SCPI: TRIGger<tp>[:SEQuence]:BBPower:HOLDoff
value: float = driver.applications.k70Vsa.trigger.sequence.bbPower.holdoff.get(triggerPort = repcap.TriggerPort.Default)

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 triggerPort

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

return

if_power_holdoff: No help available

set(if_power_holdoff: float, triggerPort=TriggerPort.Default) None[source]
# SCPI: TRIGger<tp>[:SEQuence]:BBPower:HOLDoff
driver.applications.k70Vsa.trigger.sequence.bbPower.holdoff.set(if_power_holdoff = 1.0, triggerPort = repcap.TriggerPort.Default)

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 if_power_holdoff

Range: 150 ns to 1000 s, Unit: S

param triggerPort

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