GetParameterSet¶
-
virtual PParameterSet IAxisControl::GetParameterSet(const std::string &name) = 0¶
Gets the parameter set of this axis control with the specified name.
- Parameters
name – Name of parameter set.
- Returns
PParameterSet – The parameter set with the specified name.
- Throws
CInvalidArgumentException
– Parameter set with specified name does not exist for this axis control.CCommunicationErrorException
– Protocol error.CConnectionLostException
– Connection to controller lost.CRebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.