┌────────────────────┬────────────────────┬────────────────────┐
│Keyword             │Type                │Description         │
├────────────────────┼────────────────────┼────────────────────┤
│DISKHANDLE          │NUM                 │Open handle for disk│
│                    │                    │being tested        │
├────────────────────┼────────────────────┼────────────────────┤
│HEAD                │NUM                 │The physical head on│
│                    │                    │the drive           │
├────────────────────┼────────────────────┼────────────────────┤
│CYLINDER            │NUM                 │The cylinder to read│
│                    │                    │from                │
├────────────────────┼────────────────────┼────────────────────┤
│SECTORSTART         │NUM                 │The target start    │
│                    │                    │sector              │
├────────────────────┼────────────────────┼────────────────────┤
│SECTORCOUNT         │NUM                 │The number of       │
│                    │                    │physical sectors to │
│                    │                    │read                │
├────────────────────┼────────────────────┼────────────────────┤
│SECTORSIZE          │NUM                 │Sector size in bytes│
├────────────────────┼────────────────────┼────────────────────┤
│TRACKSIZE           │NUM                 │Track size in       │
│                    │                    │sectors             │
├────────────────────┼────────────────────┼────────────────────┤
│$BUFFER             │STRING              │Name of Read buffer │
└────────────────────┴────────────────────┴────────────────────┘


[Back: READ_PHYSICAL]
[Next: Output Parameter Keywords]