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