Overload
SCPI Command :
CHANnel<*>:OVERload
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default) bool[source]
# CHANnel<*>:OVERload value: bool = driver.channel.overload.get(channel = repcap.Channel.Default)
Retrieves the overload status of the specified channel from the status bit. When the overload problem is solved, the command resets the status bit. The overload status is returned asynchronously. Therefore, it is not possible to assign an overload to a specific acquisition during continuous acquisition. This assignment is only possible for a single acquisition.
- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- Returns:
overload: Use OFF to reset the overload status bit.
- set(overload: bool, channel=Channel.Default) None[source]
# CHANnel<*>:OVERload driver.channel.overload.set(overload = False, channel = repcap.Channel.Default)
Retrieves the overload status of the specified channel from the status bit. When the overload problem is solved, the command resets the status bit. The overload status is returned asynchronously. Therefore, it is not possible to assign an overload to a specific acquisition during continuous acquisition. This assignment is only possible for a single acquisition.
- Parameters:
overload – Use OFF to reset the overload status bit.
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)