Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
C# (CSharp) ASCOM.SSFocuser Focuser.DefinePositionの例
プログラミング言語:
C# (CSharp)
名前空間/パッケージ名:
ASCOM.SSFocuser
クラス/型:
Focuser
メソッド/関数:
DefinePosition
hotexamples.comのコード掲載数:
1
C# (CSharp) ASCOM.SSFocuser Focuser.DefinePosition - 1件のコード例が見つかりました
。すべてオープンソースプロジェクトから抽出されたC# (CSharp)の
ASCOM.SSFocuser.Focuser.DefinePosition
の実例で、最も評価が高いものを厳選しています。コード例の評価を行っていただくことで、より質の高いコード例が表示されるようになります。
よく使われるメソッド
表示
非表示
SlewOut(3)
SlewIn(3)
WriteProfile(2)
GetMovState(2)
GetPosition(2)
GetSpeed(2)
GetTemperature(2)
Halt(2)
SetSpeed(2)
SetBluetooth(1)
SetReverse(1)
SetLowPower(1)
DefinePosition(1)
OnlyEnterPlusNumber(1)
OnlyEnterPlusInt(1)
GetMicrostep(1)
OnlyEnterInt(1)
GetReverse(1)
GetPowerWaste(1)
OnlyEnterNumber(1)
よく使われるメソッド
SlewOut (3)
SlewIn (3)
WriteProfile (2)
GetMovState (2)
GetPosition (2)
GetSpeed (2)
GetTemperature (2)
Halt (2)
SetSpeed (2)
SetBluetooth (1)
よく使われるメソッド
SetReverse (1)
SetLowPower (1)
DefinePosition (1)
OnlyEnterPlusNumber (1)
OnlyEnterPlusInt (1)
GetMicrostep (1)
OnlyEnterInt (1)
GetReverse (1)
GetPowerWaste (1)
OnlyEnterNumber (1)
コード例 #1
0
ファイルを表示
ファイル:
FocuserToolbox.cs
プロジェクト:
dingxu6207/xingtuan
private void buttonDefineZero_Click(object sender, EventArgs e) { MyFocuser.DefinePosition(0); }
x