Holdoff
SCPI Command :
TRIGger[:SEQuence]:BBPower:HOLDoff
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# TRIGger[:SEQuence]:BBPower:HOLDoff value: float = driver.applications.k14Xnr5G.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.k10Xlte.trigger.sequence.ifPower.holdoff.set()command for new remote control programs.- Returns:
period: Range: 150 ns to 1000 s, Unit: S
- set(period: float) None[source]
# TRIGger[:SEQuence]:BBPower:HOLDoff driver.applications.k14Xnr5G.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.k10Xlte.trigger.sequence.ifPower.holdoff.set()command for new remote control programs.- Parameters:
period – Range: 150 ns to 1000 s, Unit: S