API Reference v10.1.0

RemoteModeExceptionclass

Module: zaber_motion.exceptions

Thrown when a command is rejected because the device is in EtherCAT Control (remote) mode. Change the device setting comm.ethercat.remote to 0 to switch to local control.

To use this type, add from zaber_motion.exceptions import RemoteModeException to the top of your source code.

Parent Class

CommandFailedException

Index

pProperties
mMethods

Properties

p

details

readonlyinherited
remote_mode_exception.details
CommandFailedExceptionData Additional data for RemoteModeException.
p

message

readonlyinherited
remote_mode_exception.message
str Error message of the exception.

Methods

m

__repr__()

inherited
remote_mode_exception.__repr__()
Returns a string that represents the exception.
Return Value
str A string that represents the exception.