FindDevices

FindDevices[]

現行のコンピュータシステムで使用可能なデバイスを検索する.

FindDevices[form]

文字列パターン form に名前がマッチするクラスのデバイスリストを与える.

FindDevices[{form1,form2,}]

名前が formiのいずれかにマッチするクラスのデバイスのリストを与える.

FindDevices[forms,n]

最高で n 個のデバイスを返す.

詳細とオプション

  • FindDevicesは,見付かった各デバイスについてのDeviceObjectを返す.
  • FindDevicesは,普通は,見付かったデバイスを自動的には開かない.
  • 文字列パターン patt は,リテラルな文字列,StringExpression文字列パターン,RegularExpressionオブジェクト,あるいは短縮文字列パターンとして与えることができる.
  • FindDevicesは,フレームワークドライバが提供されているデバイスしか見付けることができない.
  • すべてのデバイスが自動的に見付かる訳ではない.

例題

すべて開くすべて閉じる

  (2)

使用中のコンピュータの検出可能なデバイスを求める:

デモデバイスを見付ける:

スコープ  (2)

パターンのリストを使ってデバイスを見付ける:

正規表現にマッチするデバイスを求める:

文字列式にマッチするデバイスを求める:

オプション  (1)

IgnoreCase  (1)

FindDevicesは,デフォルトで,大文字小文字を区別する:

IgnoreCaseオプションを使って大文字小文字を区別しない検索をする:

特性と関係  (1)

シリアルデバイスを含め,デバイスの中には自動的に見付けられないものがある:

別の方法では見付けられないデバイスが開かれると,DevicesおよびFindDevicesの両方がそのデバイスをリストする:

Wolfram Research (2014), FindDevices, Wolfram言語関数, https://reference.wolfram.com/language/ref/FindDevices.html.

テキスト

Wolfram Research (2014), FindDevices, Wolfram言語関数, https://reference.wolfram.com/language/ref/FindDevices.html.

CMS

Wolfram Language. 2014. "FindDevices." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/FindDevices.html.

APA

Wolfram Language. (2014). FindDevices. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FindDevices.html

BibTeX

@misc{reference.wolfram_2024_finddevices, author="Wolfram Research", title="{FindDevices}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/FindDevices.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_finddevices, organization={Wolfram Research}, title={FindDevices}, year={2014}, url={https://reference.wolfram.com/language/ref/FindDevices.html}, note=[Accessed: 21-November-2024 ]}