Sets the subframe height. Also returns the current value.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax Property NumY As Integer
Get
Set
property int NumY {
int get ();
void set (int value);
}
Property Value
Type:
Int32The num Y.
Remarks
If binning is active,
value is in binned pixels. No error check is performed when the value is set.
Should default to
CameraYSize.
See Also