Simax

SCPI Command :

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

Sets the end value of an identifier range for TRIGger<t>:SENT:SICN INRange or OORange.

Parameters:

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

Returns:

smid_pattern_to: Numeric or string pattern, ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .

set(smid_pattern_to: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:SENT:SIMX
driver.trigger.sent.simax.set(smid_pattern_to = 1, trigger = repcap.Trigger.Default)

Sets the end value of an identifier range for TRIGger<t>:SENT:SICN INRange or OORange.

Parameters:
  • smid_pattern_to – Numeric or string pattern, ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .

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