Holdoff

SCPI Commands

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()

This command defines the holding time before the baseband power trigger event. Note that this command is maintained for compatibility reasons only. Use the method RsFswp.Applications.K50_Spurious.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)

This command defines the holding time before the baseband power trigger event. Note that this command is maintained for compatibility reasons only. Use the method RsFswp.Applications.K50_Spurious.Trigger.Sequence.IfPower.Holdoff.set command for new remote control programs.

param period

Range: 150 ns to 1000 s, Unit: S