Rmin
SCPI Command :
TRIGger<*>:MILStd:CMD:RMIN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) int[source]
# TRIGger<*>:MILStd:CMD:RMIN value: int = driver.trigger.milstd.cmd.rmin.get(trigger = repcap.Trigger.Default)
Specify a remote terminal address or set the start value of a remote terminal address range: Use the following commands to set up the application:
DATA: for data words
CMD: for command words
CDST: for status words
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
rta_pattern_min: Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .
- set(rta_pattern_min: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:MILStd:CMD:RMIN driver.trigger.milstd.cmd.rmin.set(rta_pattern_min = 1, trigger = repcap.Trigger.Default)
Specify a remote terminal address or set the start value of a remote terminal address range: Use the following commands to set up the application:
DATA: for data words
CMD: for command words
CDST: for status words
- Parameters:
rta_pattern_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’)