Hlx

SCPI Command :

TRIGger:EVENt<*>:STATe:QUALify:ANALog:CHAN<*>:HLX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(evnt=Evnt.Default, channel=Channel.Default) Hlx[source]
# TRIGger:EVENt<*>:STATe:QUALify:ANALog:CHAN<*>:HLX
value: enums.Hlx = driver.trigger.event.state.qualify.analog.chan.hlx.get(evnt = repcap.Evnt.Default, channel = repcap.Channel.Default)

Set the state for each channel. For the state trigger, the clock source is indicated and does not get a state.

Parameters:
  • evnt – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Event’)

  • channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Chan’)

Returns:

hlx: State of the individual channels

set(hlx: Hlx, evnt=Evnt.Default, channel=Channel.Default) None[source]
# TRIGger:EVENt<*>:STATe:QUALify:ANALog:CHAN<*>:HLX
driver.trigger.event.state.qualify.analog.chan.hlx.set(hlx = enums.Hlx.DONTcare, evnt = repcap.Evnt.Default, channel = repcap.Channel.Default)

Set the state for each channel. For the state trigger, the clock source is indicated and does not get a state.

Parameters:
  • hlx – State of the individual channels

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

  • channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Chan’)