IrfLength

SCPI Command :

TRIGger<*>:SENT:IRFLength
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) bool[source]
# TRIGger<*>:SENT:IRFLength
value: bool = driver.trigger.sent.irfLength.get(trigger = repcap.Trigger.Default)

Triggers on frame length errors in transmission sequences when pause pulse for constant frame length is set, see BUS<bb>:SENT:PPULse PPFL. An error occurs when the total length of the transmission sequence (including pause pulse) does not match the frame length setting, see method RsRtx.bus.sent.ppfLength.set() . To trigger on an error event, select the correspondig trigger type with TRIGger<t>:SENT:TYPE ERRC.

Parameters:

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

Returns:

irregular_frm_len: OFF | ON

set(irregular_frm_len: bool, trigger=Trigger.Default) None[source]
# TRIGger<*>:SENT:IRFLength
driver.trigger.sent.irfLength.set(irregular_frm_len = False, trigger = repcap.Trigger.Default)

Triggers on frame length errors in transmission sequences when pause pulse for constant frame length is set, see BUS<bb>:SENT:PPULse PPFL. An error occurs when the total length of the transmission sequence (including pause pulse) does not match the frame length setting, see method RsRtx.bus.sent.ppfLength.set() . To trigger on an error event, select the correspondig trigger type with TRIGger<t>:SENT:TYPE ERRC.

Parameters:
  • irregular_frm_len – OFF | ON

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