Imax
SCPI Command :
TRIGger<*>:CMSB:IMAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) int[source]
# TRIGger<*>:CMSB:IMAX value: int = driver.trigger.cmsb.imax.get(trigger = repcap.Trigger.Default)
Sets the end value of the bit index range (data position range) , if method
RsRtx.trigger.cmsb.icondition.set()is set to ‘INRange’.- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
data_position_to: 0 to 65.535E+3
- set(data_position_to: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:CMSB:IMAX driver.trigger.cmsb.imax.set(data_position_to = 1, trigger = repcap.Trigger.Default)
Sets the end value of the bit index range (data position range) , if method
RsRtx.trigger.cmsb.icondition.set()is set to ‘INRange’.- Parameters:
data_position_to – 0 to 65.535E+3
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)