Request of BAP_SetUserPrismDef procedure. Creates request for setting a user prism definition.
The instrument returns the following responses:
grc
– GeoCOM return code.Property | Values |
---|---|
Instruments | TPS1200, TM30/TS30, TS16 |
ASCII request | %R1Q,17032:<prism_name>,<prism_const>,<refl_type>,<creator> |
ASCII response | %R1P,0,0:<grc> |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(request_type), | intent(out) | :: | request |
Prepared request. |
||
character(len=*), | intent(in) | :: | prism_name |
Prism name. |
||
real(kind=r8), | intent(in) | :: | prism_const |
Prism correction constant [mm]. |
||
integer, | intent(in) | :: | refl_type |
Reflector type ( |
||
character(len=*), | intent(in) | :: | creator |
Name of creator. |