Imin

SCPI Command :

TRIGger<*>:MILStd:CDST:IMIN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) int[source]
# TRIGger<*>:MILStd:CDST:IMIN
value: int = driver.trigger.milstd.cdst.imin.get(trigger = repcap.Trigger.Default)

Specifies an info or sets the start value of an info range.

Parameters:

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

Returns:

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

set(info_patt_min: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:MILStd:CDST:IMIN
driver.trigger.milstd.cdst.imin.set(info_patt_min = 1, trigger = repcap.Trigger.Default)

Specifies an info or sets the start value of an info range.

Parameters:
  • info_patt_min – Numeric or string pattern, see ‘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’)