GseosCmd.EnableRangeCheck
Previous  Top  Next

EnableRangeCheck(bEnable)

By default command arguments are checked against their valid ranges. However, sometimes it is desirable to issue erroneous commands with parameters out of range to verify the response of the instrument. To test this scenario you can disable range checking with this function. To check if range checking is currently turned on or off you can use IsRangeCheckEnabled().

ParameterDescription     
bEnableTrue to turn on range checking, False to turn it off.  

Returns
None