API Reference v10.1.0

RemoteModeExceptionclass

Module: ZaberMotionExceptions

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 import ZaberMotionExceptions to the top of your source code.

Parent Class

CommandFailedException

Index

pProperties
mMethods

Properties

p

details

readonlyinherited
remoteModeException.details
CommandFailedExceptionData Additional data for RemoteModeException.
p

message

readonlyinherited
remoteModeException.message
String Error message of the exception.

Methods

m

toString()

inherited
remoteModeException.toString()
Returns a string that represents the exception.
Return Value
String A string that represents the exception.