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


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