Imax
SCPI Command :
TRIGger<*>:MILStd:CDST:IMAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) int[source]
# TRIGger<*>:MILStd:CDST:IMAX value: int = driver.trigger.milstd.cdst.imax.get(trigger = repcap.Trigger.Default)
Sets the end value of the info range if method
RsRtx.trigger.milstd.cdst.icondition.set()is set to INRange.- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
info_patt_max: Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .
- set(info_patt_max: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:MILStd:CDST:IMAX driver.trigger.milstd.cdst.imax.set(info_patt_max = 1, trigger = repcap.Trigger.Default)
Sets the end value of the info range if method
RsRtx.trigger.milstd.cdst.icondition.set()is set to INRange.- Parameters:
info_patt_max – 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’)